Borgtex Posted April 3, 2014 Share Posted April 3, 2014 (edited) I have a store in english and spanish, and I have created a multistore so I can assign a different domain to each of them. Other than that, both share everything: products, customers, categories... The problem comes when I want to modify the associated categories of an existing product. Having selected "All shops" in the top shop selector, I enter the product edit page, go to Associations and change the Multistore selector to "YES" (that enables the categories tree) and start assigning categories. Now if I save (or save and stay), it shows the "Update successful" message but nothing changes: all the associations I made are ignored. The funny thing is that if instead of "All shops" I select one of the shops (i.e. the Spanish one) and I modify the categories of a product, not only does the change stays but it spreads to the other shops. To summarize: Product 1 assigned to category 1. All shops I click category 2. Save. Nothing happens, still assigned only to category 1 Spanish shop: I click category 2. Save. Now assigned to category 1 and 2 English shop: Already assigned to category 1 and 2 Back to All shops Product assigned to category 1 and 2 Edited April 3, 2014 by Borgtex (see edit history) Link to comment Share on other sites More sharing options...
gr_fenix Posted April 9, 2014 Share Posted April 9, 2014 Same error. Lo has podido solucionar? Gracias Link to comment Share on other sites More sharing options...
Artx Posted April 22, 2014 Share Posted April 22, 2014 BUMP I agree, category and product sharing between multistores is one big fog.. Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 22, 2014 Share Posted April 22, 2014 I have a store in english and spanish, and I have created a multistore so I can assign a different domain to each of them. Other than that, both share everything: products, customers, categories... The problem comes when I want to modify the associated categories of an existing product. Having selected "All shops" in the top shop selector, I enter the product edit page, go to Associations and change the Multistore selector to "YES" (that enables the categories tree) and start assigning categories. Now if I save (or save and stay), it shows the "Update successful" message but nothing changes: all the associations I made are ignored. The funny thing is that if instead of "All shops" I select one of the shops (i.e. the Spanish one) and I modify the categories of a product, not only does the change stays but it spreads to the other shops. To summarize: Product 1 assigned to category 1. All shops I click category 2. Save. Nothing happens, still assigned only to category 1 Spanish shop: I click category 2. Save. Now assigned to category 1 and 2 English shop: Already assigned to category 1 and 2 Back to All shops Product assigned to category 1 and 2 Hi! Thanks for your report. You should copy this report and include steps to reproduce this issue to our issue tracker at forge.prestashop.com From there, you and others can vote on this issue or comment on it. Our development team will take a look at this report and try and reproduce the issue. They will then comment on the report and work with you to solve the problem. Thanks! Link to comment Share on other sites More sharing options...
Olivier93 Posted April 29, 2014 Share Posted April 29, 2014 Hi, I have the same problem. Can we have the issue number to follow the bug? To inform you, i exactly the same problem with unit price Thanks Link to comment Share on other sites More sharing options...
sadlyblue Posted May 22, 2014 Share Posted May 22, 2014 found a solution. already submitted to github change line 39 in file admin\themes\default\template\controllers\products\associations.tpl from: {include file="controllers/products/multishop/checkbox.tpl" field="associated-categories-tree" type="category_box"} to: {include file="controllers/products/multishop/checkbox.tpl" field="category_box" type="category_box"} Link to comment Share on other sites More sharing options...
Olivier93 Posted May 22, 2014 Share Posted May 22, 2014 Thanks to Sadly blue who résolve problem. To see pull on github https://github.com/PrestaShop/PrestaShop/commit/2d5a3c667f6826fe46c8b141a2c79bbb0a4c0716 . It will be solve on prestashop 1.6.0.7 Link to comment Share on other sites More sharing options...
Recommended Posts