PDA

View Full Version : Free delivery over a certain weight


stu20001
10-Nov-2003, 01:02 PM
On my site delivery charges are calculated according to weight

I want to set it up so that any packages whose total weight is over 20kg qualify for free delivery, however the "Free over..." box only seems to accept a monetary value - if I enter '20kg' in it, it changes to '£20.00' when I 'OK' the Business Settings.

Is it not possible to set this value as a weight?

cdicken
12-Nov-2003, 08:12 AM
You just need to add an extra band in your shipping tables.

Let's say your highest band at the moment is

Weight Cost
20.00  £6.00

Just create another band that says

20.0001 £0.00

And set the 'Excess' to 'Take the highest value in the table'.

stu20001
13-Nov-2003, 03:05 PM
Great - thanks!