Jump to content

Different prices for different ZONES


Recommended Posts

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 StackOverflow 

PS2: I felt like this subforum is the best since the question is not about general PrestaShop configuration (Configuring & using PrestaShop) so I am sorry if I miss-chose the subforum... 

Edited by jave.web (see edit history)
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

×
×
  • Create New...