texxo Posted September 29, 2011 Share Posted September 29, 2011 Dear friends, i want to implement this: i am using 2 different rates on the courier expenses when i send my products based on if the destination is in my city or in the rest of the country. The calculation of the courier expenses is given like this: up to 1kilo is a fixed price lets say X for my city and Y for the rest of the country. Every additional kilo is +Z (indifferent of the destination). So if i was to do it in basic language it would be something like this: if city$="mycity" then couriertaxes = X + Z*extrakilos else couriertaxes = Y + Z*extrakilos end if so, the question is: can this be done easily (even if i have to interfeer in the modules) in Prestashop? Thanks for all the answers. Link to comment Share on other sites More sharing options...
texxo Posted October 25, 2011 Author Share Posted October 25, 2011 No, one has run into this problem? Link to comment Share on other sites More sharing options...
MohanaKrishnan Posted October 17, 2014 Share Posted October 17, 2014 I want the same solution. Link to comment Share on other sites More sharing options...
NemoPS Posted October 17, 2014 Share Posted October 17, 2014 I think the Localized shipping module by Presto Changeo does what you need. It supports fees by zip Link to comment Share on other sites More sharing options...
Recommended Posts