VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: raunhar on April 14, 2014, 14:14:35 PM

Title: How to set zone wise shipping
Post by: raunhar on April 14, 2014, 14:14:35 PM
The zones are defined as:
RD for Rural Delivery
none or any other for normal shipping
Normal Shipping is flat 4$
For the codes starting with RD, the shipping is 2$ extra
Free shipping is for value  more than 80$

How can i configure this in the shipping method.
Title: Re: How to set zone wise shipping
Post by: jenkinhill on April 15, 2014, 23:30:33 PM
Try this: http://forum.virtuemart.net/index.php?topic=112127.0
Title: Re: How to set zone wise shipping
Post by: raunhar on May 01, 2014, 07:06:03 AM
I am using the same Plugin, but the rules are running properly. I amusing the following rule:
It is taking only the first 2 lines of the rules.

If I keep the rule as
Name="Free shipping, city area"; Amount>99; Shipping=0
Name="Flat rate, City area"; Shipping=4.99
Name="Reduced rate, rural area"; ZIP~"RD 1"; Amount>99; Shipping=5.99
Name="Flat rate, rural area"; ZIP~"RD 1"; Shipping=10.98

it works well for the City area.

And if I put the rules as

Name="Reduced rate, rural area"; ZIP~"RD 1"; Amount>99; Shipping=5.99
Name="Flat rate, rural area"; ZIP~"RD 1"; Shipping=10.98
Name="Free shipping, city area"; Amount>99; Shipping=0
Name="Flat rate, City area"; Shipping=4.99

it processes well for the rural area.

I have created a Thread in opentools, but am not getting any reply.