PDA

View Full Version : Shipping by value


lee.harris
09-Jun-2003, 07:52 AM
I'm trying to create a £3.5 shipping charge on orders <£100 (£85.10 net).

I have shipping by zone and by total value selected.

For UK I have two classes:

Order Value £0 : Cost £3.5
Order Value £85.10 : Cost £0

"Take the highest value in the table" is selected as well as "Free over: £85.10".

Doesn't work. Can't use simple shipping as I want to be able to handle international stuff.

You can see this at www.ihavetohave.it (http://www.ihavetohave.it)

Can I not see the wood for the trees or is it buggered?

Cheers

Lee.

Owen Drumm
09-Jun-2003, 08:24 PM
How about if you set the default shipping charge as £3.50 and then set shipping for orders over £100 as free. That should work

cdicken
11-Jun-2003, 01:48 PM
You're not far off.

It actually needs to be set up as

Value | Cost
£85.09 | £3.50
£85.10 | £0.00

The 'Value' column is always for 'up to' the value entered.

lee.harris
11-Jun-2003, 01:50 PM
Thanks Chris. You and the help desk are in sync :) working great now.