Quote from: kkmediaproduction on April 17, 2013, 11:47:45 AM
http://extensions.virtuemart.net/shipments/advanced-shipping-by-rules-detail
Hi
Thank you. I bought it, and it is working great.
But I have another problem:
I set up two types of packages.
from 0 to 120 cm (A) and 121-175 cm (B).
It works well if you order a package from one of the compartments (A or B).
But if I add one small (A) and one large (B) package then there is a problem.
How to define the command if you add two different dimensions, and I want it to send as a B (within the range of 121-175 cm).
I have this:
Name=1-120cm A;
1<=Weight<30;
MinHeight=>1;
MaxHeight<=120;
Shipping=23
Name=121-175cm B;
1<=Weight<30;
MinHeight=>121;
MaxHeight<=175;
Shipping=46
And I want something like this:
1<=Weight<30; MinHeight=>1; MaxHeight<=120 AND MinHeight=>121; MaxHeight<=175; Shipping=46
Please help.