Prestashop - different prices for different ZONES

2.6k Views Asked by At

I have a case, using PrestaShop 1.6, that each product has a different price in each zone.

Current solution:
Set price for zone like a specific price per country for each country in zone - this surely works, but is quite unfortunate because:
number of products * number of countries in zone = pretty big number for human-easy edit

Question:
Is there a way how to set specific price by zone?
If not, is there an already existing solution on how to automate the above "current solution"?

IMPORTANT NOTE: in this case, it can't be done by altering shipping prices! - I really need to set price by zone.

PS: This is co-posted on PrestaShop forum

1

There are 1 best solutions below

6
Serge P On

I see next possible ways:

  1. If it is not "manual" prices, but dufference based on e.g. percent or amount value, create in Price Rules -> Catalog price rules rule for each country (it will not per product changes).
  2. Use multishop with shop = zone, same products, different prices.
  3. Develop custom module.