Jump to content

Shipping expenses based on city/district name


Recommended Posts

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

  • 4 weeks later...
  • 2 years later...
×
×
  • Create New...