Hello
I need to set up shipping for 7 different zones. How may I do that ?
+ I need 2 different shipping rules for my products.
Please help me...
Hello
I need to set up shipping for 7 different zones. How may I do that ?
+ I need 2 different shipping rules for my products.
Please help me...
OK I found the trick about the 1st part of the question
For those who wish to know :
modify : $this->num_zones = 3;
to: $this->num_zones = 7;
in includes/modules/shipping/zones.php
Explain what your rules are???
Zen-Venom Get Bitten
I have 4 categories BSC, SPC, RAI and VAN.
I would like to enable a shipping method called "Distingo" when only RAI products are in cart.
When RAI + other cat products (or only other Cat products) are in cart then I need to use the "Colissimo" method.
The other tricky point is :
when I need to send 1 or 2 RAI products, shipping cost is 2.50
when I need to send 2 to 4 RAI products, shipping cost is 3.00
when I need to send 5 to 10 RAI products, shipping cost is 4.00
and for more than 10 RAI products, I would send it "Colissimo".
I have posted this in another thread also.
Last edited by Xam; 8 Apr 2008 at 07:44 AM.
I should maybe add that the "Distingo" method should be only available for 1 of my Zones
Sounds like this is gonna require a bit of "if else code" to validate your logic
Zen-Venom Get Bitten
That's why I need help... I could do it if it was ColdFusion coding in fact I did for the 1st version of my site. But I don't understand a damned thing to php yet.
This is too involved for an open forum and will require testing, testing and more testing...That's why I need help... I could do it if it was ColdFusion coding in fact I did for the 1st version of my site. But I don't understand a damned thing to php yet.
You can post this in the commercial help wanted section on this site
Zen-Venom Get Bitten