Array ( [name] => deliveryCharges [title] => Delivery Top [content] => retrieveAllRecordsFromQuery("SELECT value FROM jss_options WHERE name = 'defaultCurrency'"); $currencyPretext = $dbA->retrieveAllRecordsFromQuery("SELECT pretext FROM jss_currencies WHERE currencyID = {$defaultCurrency[0]['value']}"); $currencyPretext = $currencyPretext[0]['pretext']; /* this page shows delivery charges to the customer */ //Get the current shipping rates $shippingID = retrieveOption("defaultShipping"); $ratesResults = $dbA->retrieveAllRecordsFromQuery("SELECT zones.name AS sName, rates.sFrom AS sFrom, CEIL(rates.sTo) AS sTo, rates.price1 AS sPrice FROM jss_shipping_rates AS rates LEFT JOIN jss_zones AS zones ON rates.zoneID = zones.zoneID WHERE rates.shippingID = $shippingID"); $currentZone = ''; $numOfRates = 0; $numOfZones = 0; $ratesTable = array(); ?>
{snippet=deliveryChargesTop.content}
The delivery charges for your goods depend on where you live and the total weight of the order. We offer free delivery on several items, such as Dorgards and fire safes (fire safes only free on mainland UK). When an item with "free delivery" has been added to an order, the whole order will then become free to deliver.
Depending on the total weight of your order, there may be a bigger delivery charge if you live in a "non-mainland" area of the UK. The table below outlines delivery charges for both "mainland" and "non-mainland" UK addresses. If you're unsure, see our list of "non-mainland" UK postcodes.
Note: All Fire Doors are custom made and have a delivery charge of
80.00 (+ VAT).
$ratesResults[$x]['sName'], 'from' => $ratesResults[$x]['sFrom'], 'to' => $ratesResults[$x]['sTo'], 'price' => $ratesResults[$x]['sPrice'] ); $numOfRates++; } ?>
Weight Range (kg)
|
Includes Northern Scotland
(inc VAT)
|
|||
Islands and remote location postcodes: |
||||
|
|
Goods that are ordered before {page.deliveryCutOffTime.12h} are usually dispatched the same day, the cut off for pallet deliveries is 1pm. Most shipments are sent with next day delivery (working days only), lighter parcels up to 1.0 kg are dispatched first class with Royal Mail.
Fire safes can take between 4 and 14 working days for delivery. More information regarding delivery times for fire safes can be found on the individual product pages.
Fire doors have a leadtime between 1 and 3 weeks, depending on whether the door is standard or bespoke.
If an item is out of / low on stock we will inform you as soon as possible.
[showInJargonBuster] => N [showInSearch] => Y [jargonBuster] => [metaDescription] => [metaKeywords] => [CSS] => [TopBar] => [snippetType] => 3 )