Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-11-2013 04:36:15

lazarus42
Member
Registered: 11-22-2005
Posts: 29

Zone based shipping selection based on price

I am attempting to configure zone based shipping using the Parcelforce and Royal Mail configuration files.

I want a set up where, for example:

a customer checks out with a total spend of < £10 then they would use a specific shipping product lets say royalmail-1 where the cost is specified as being £1.
If the spend is > £10 but less than £50 then they would use an other shipping product, say parcelforce-1 where the cost is specified as £5
and if above £50 then they would use parcelforce-1 but with free shipping.

My configuration has in ecom_shipzonerate a record:

royalmail-1 with subtotalmin 0, subtotalmax 10 cost 1
parcelforce-1 with subtotalmin 10, subtotalmax 50 cost 5
parcelforce-1 with subtotalmin 50, subtotalmax 10000 cost 0

Am I misunderstanding the use of the subtotalmin and subtotalmax fields in the table?

Is there any better way anyone would suggest I achieve the same thing?

Offline

 

#2 04-11-2013 21:26:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19872
Website

Re: Zone based shipping selection based on price

I think you could achieve the same thing much more cleanly by just using a custom shipping script.  Similar examples exist out here in the v7 and v8 forums.  Note that v7 custom shipping scripts will work in v8 without modification.


Nick Hendler

Offline

 

Board footer