-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CE 2.1 RC2] Product prices not scoped to Website - scoping seems to be at store view level #5133
Comments
Hi @develpr , thanks for reporting this issue. Internal ticket MAGETWO-54704 |
Is an issue like this something likely to be fixed soon, with a RC type release for 2.1? It seems critical for a multi-currency store. |
Unfortunately, the issue has not been fixed even in CE 2.1.1. We experience exactly the issue described. This is a show stopper for us, as we deal with multiple websites and multiple stores, so rolling out CE 2.1.1 is currently not possible. |
To me it looks like a more serious issue than I originally thought. When looking at the table: catalog_product_entity_decimal I was expecting to see: website_id Screams like someone mixed up the scope not just in the upper block php files, but all the way down to the DB layer.... |
Hi guys, |
I've seen no updates so far (including on other support channels). |
This is probably one of the more cryptic issues I've come across in Magento 2. I ran into it while working on a multi-website setup using different base currencies. I managed to work around the problem with a plugin that overrides the configurable price resolver functionality. |
We are seeing the same issue, exactly as detailed by others above. |
I have same problem with product status. The status attribute has a website scope, but I can set different product status for stores. |
Magento - update on this issue please? |
Fixed. |
Magento 2.1.4 wholesale/retail multistore. Different prices are set, but very annyoing. Only after several attempts, sometimes like 6 times, the store updates the price. But then default settings are changed too (sometimes). So have to go back and forth to check. I don't recall this issue before upgrading to 1.2.4. Just to be sure it has nothing to do with cronjobs I run them through the command line. |
Steps to reproduce
Expected result
Actual result
Other thoughts / use case / comments
For a store with multiple languages in a particular country, we believe the store view level should not allow price modifications. Perhaps the ability to set prices at this granular level is a "feature" of Magento 2, in which case I guess we can live with that but the interfaces / scoping indications throughout the site should be updated to indicate that the price is either Global or Store View, NOT website scoped. Ideally though I think the pricing should at least have the option of a properly working Website scoped, as Magento 1.x did, and as the interface elements indicate should be happening.
The text was updated successfully, but these errors were encountered: