Promuovi Posted October 23, 2012 Share Posted October 23, 2012 Hi everybody. I've got a problem with the accessories tab. I added several accessories (whose quantity is different from zero) to a product through the association panel in admin area, then I discovered that in the front shop I can see the accessories tab but it's empty: no photos, no description, no data about the accessories I just added. Could you possibly help me? Here is a screenshot of my empty accessories tab. Thanks in advance. Link to comment Share on other sites More sharing options...
Promuovi Posted October 23, 2012 Author Share Posted October 23, 2012 Does anybody have an idea about this kind of error? Link to comment Share on other sites More sharing options...
Mc_max Posted March 22, 2013 Share Posted March 22, 2013 I have same problem. Link to comment Share on other sites More sharing options...
jcmart1 Posted April 11, 2013 Share Posted April 11, 2013 Me too Somebody could help us ? Link to comment Share on other sites More sharing options...
kapees Posted April 16, 2013 Share Posted April 16, 2013 (edited) And me Sometimes after adding accessories to any product, prestashop is going down and display whole page with out css code and at the bottom I can see this Error: [php Notice #8] Undefined index: quantity_all_versions (my_folder\ another folder\theme_folder\cache\smarty\compile\1ecebf90a546c13f2c6010cfdd3404b9efb93bc8.file.product.tpl.php, line 945) Edited April 16, 2013 by kapees (see edit history) Link to comment Share on other sites More sharing options...
nextfriday Posted April 19, 2013 Share Posted April 19, 2013 такая же проблема the same problem Link to comment Share on other sites More sharing options...
jcmart1 Posted April 19, 2013 Share Posted April 19, 2013 (edited) hi, I give a solution here: http://www.prestasho...pages-produits/ In english for you For PS 1.5.4 file > theme > your theme > product.tpl go to line 543 (more or less) change {if ($accessory.allow_oosp || $accessory.quantity_all_versions > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode)} by {if ($accessory.allow_oosp || $accessory.quantity > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode)} enjoy Edited April 19, 2013 by jcmart1 (see edit history) 1 Link to comment Share on other sites More sharing options...
iAndy Posted April 23, 2013 Share Posted April 23, 2013 That solution didn't work for me. Still got the same error. ...Accessories tab is empty! Any other suggestions? Link to comment Share on other sites More sharing options...
fixgear Posted May 16, 2013 Share Posted May 16, 2013 hey all. this happens to me and i figured out that it is only happening when my shop is in catalogue mode. when i put the shop in normal mode the accessories appear again. i would like for the accessories to show when in catalogue mode. anyone know how to fix that? thanks, jez... Link to comment Share on other sites More sharing options...
fixgear Posted May 16, 2013 Share Posted May 16, 2013 hi again. after some more searching on the forums, i found the solution to the accessories not appearing in catalogue mode, see http://www.prestashop.com/forums/topic/222110-product-acessory-in-catalog-mode-does-not-appear/page__p__1095179__hl__accessories%20__fromsearch__1#entry1095179 . hope this helps someone! jez... Link to comment Share on other sites More sharing options...
shoulders Posted June 27, 2013 Share Posted June 27, 2013 hi, I give a solution here: http://www.prestasho...pages-produits/ In english for you For PS 1.5.4 file > theme > your theme > product.tpl go to line 543 (more or less) change {if ($accessory.allow_oosp || $accessory.quantity_all_versions > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode)} by {if ($accessory.allow_oosp || $accessory.quantity > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode)} enjoy this worked for me, cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now