Array ( [name] => standardDelivery [title] => Standard Delivery [content] => 'mainland', 2 => 'island']; $currencyPrefix = $currArray[0]['pretext']; $sql = "SELECT * FROM jss_shipping_rates WHERE shippingID = {$economyShippingId} AND sfrom > -1 ORDER BY price1 ASC"; $res = $dbA->query($sql); $shipping = []; while ($row = $dbA->fetch($res)) { if (! array_key_exists($row['zoneID'], $zoneIds)) { continue; } $label = round($row['sfrom']) . ' - ' . round($row['sto']) . 'kg'; $exVat = $row['price1']; $incVat = $exVat * retrieveOption($isoCode . '_taxProportion'); if (! array_key_exists($label, $shipping)) { $shipping[$label] = [ 'label' => $label ]; } $shipping[$label][$zoneIds[$row['zoneID']]]['pricing'] = [ 'primary' => $currencyPrefix . number_format(($allow['showPricesIncVat']) ? $incVat : $exVat, 2), 'secondary' => $currencyPrefix . number_format(($allow['showPricesIncVat']) ? $exVat : $incVat, 2) ]; } $shipping = array_values($shipping); ?>
Our economy delivery service is available for orders with a total weight of less than 2kg. Orders with a total weight of more than 2kg will be delivered using our next day delivery service.
Order Weight | Mainland UK | Islands & Remote Locations |
---|---|---|
theVariables['labels']['product']['primaryPriceLabel']; ?> theVariables['labels']['product']['secondaryPriceLabel']; ?> |
theVariables['labels']['product']['primaryPriceLabel']; ?> theVariables['labels']['product']['secondaryPriceLabel']; ?> |