Hi, on my website I have to add three kind of shipping opportunities.
All these three have prices different for zones.
So I need to duplicate the zones module (in that way for each zone I will have different shipment methods available).
I copied zones.php in includes/modules/shipping and named it zones_poste.php
I replaced all zones with zones_poste into the file.
After I created zones_poste.php in includes/languages/.../modules/shipping.
What I see is that now I give to my customer different kind of shipping for the same zone but when he chooses one of the two in the first page of the confirmation procedure, in the second page the price added to that of the products is always the zones.php created price.
Which could be the problem?
Is there an easier solution to have different shipping cot for each zone?
Thanks
Vincent



