View Issue Details

IDProjectCategoryView StatusLast Update
0006744OXID eShop (all versions)2.4. Administer productspublic2018-09-27 08:28
Reporteralfredbez Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.10.5 / 5.3.5 
Summary0006744: Subshop-owner can overwrite scale-prices for inherited articles
DescriptionA Subshop-owner can overwrite scale-prices for inherited articles and therefore affect prices in other (parent-)shops.
Steps To Reproduce1. Create an article with some scale-prices in a mainshop
2. Create a subshop which inherits articles from that mainshop
3. Change a scale-price in the subshop
4. The scale-price is also changed in the mainshop
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2017-12-19 10:47

administrator   ~0012319

The Bug is not reproducible on a plain EE 5.3.5.

Scale-prices are individual for each subshop.
The subshop inherits all articles from its parent.
Changing scale-prices for an article in subshop, does not affect the same article in the parent-shop.

Scale-prices are stored in the databasetable oxprice2article.
Each entry has its own shop-ID.
If you change scale-prices via shop backend, these entries will be changed accordingly.

Did you check that those entries are correct?