View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005461 | OXID eShop (all versions) | 2.4. Administer products | public | 2013-10-08 15:19 | 2014-06-16 14:53 |
Reporter | Alpha-Sys | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.7.6 / 5.0.6 | ||||
Target Version | 4.8.7 / 5.1.7 | ||||
Summary | 0005461: Prices of unassigned articles still exists | ||||
Description | If you have a mastershop and some subshops and the articles are administered in the master. Edit the price of an article in a subshop. Switch back to the master shop and unassign the article from this subshop. If you assign the article to the subshop again, the old price from the subshop is still available. But if you unassign an article the data in the oxfield2shop should be deleted. This works in older Oxid versions. The function which is responsable for this is the cleanMultishopFields which was changed. In the old version the data for all shops was deleted. In the new version the data is only deleted for the mastershop. This was the part in the old version: $sQ = "select oxid from oxshops"; $rs = $oDb->execute( $sQ ); while ( $rs && $rs->recordCount() > 0 && !$rs->EOF ) { ... } This is missing in the new version. | ||||
Tags | Subshops | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Maybe this is a duplicate of 0005474? |
|
Hi, Unable to reproduce from version 5.1.5, bug is fixed with other changes. Best regards |