Question

I've been looking into this alot to try figure out what is going on.

http://docs.magento.com/m2/ce/user_guide/catalog/catalog-price-scope.html

This page on Magento docs says

Different factors can affect the price of the same product in one location and not another. For example, there might be additional costs to bring the product to market, and other considerations that impact the price of products sold in a specific store. The following illustration shows a multisite installation with the base currency set to the website level. In each store, the same product has a different price

My current setup has 1 website, inside this I have two stores €+£ and a corresponding store view for each €+£ again. My base currency is £ but both currencies are allowed in both store views. My Catalog Price Scope is set to Website, not Global.

According to the documentation above this should be working to set different prices for different stores but updating the price of a catalog item for one store view updates the prices for all.

I know from researching this that there is a few different paid extensions for this such as https://bsscommerce.com/magento-multiple-store-view-pricing-for-magento-2.html but I don't see why these are necessary if according to Magento docs it should just work.

enter image description here

Was it helpful?

Solution

The issue was resolved by creating different websites rather than just store views as shown here

enter image description here

The documentation on Magento docs was leading to the confusion because the graphic there indicates that it is done at a store level

enter image description here


Edit:

Magemnto updated graphic ...

enter image description here

OTHER TIPS

It was a mistake in the user guide. There are 2 price scopes available only: global and website. This way a price can be set depending on website only (not store-view). Store view specific pricing is possible with custom extensions only. You can check extensions from BSSCommerce or eComBricks.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top