micharockt Posted February 4, 2013 Share Posted February 4, 2013 Hi - i´ve a problem. I created my products with different combinations. Now, i want show my acessory in catalogue mode - not for sale, only for informations. But when i create a new product in katalogue mode and combine it with an other product as acessory - it will not show in FO. Only when I allow the sale, it is presented as acessory properly. Is there a possibility to show acessory in katalog mode? Link to comment Share on other sites More sharing options...
El Patron Posted February 4, 2013 Share Posted February 4, 2013 (edited) You will need to look at your themes/yourthemename/prodcut.tpl find accessories then look for $PS_CATALOG_MODE modify the .tpl code to display.. make sure to back up your .tpl code first Edited February 4, 2013 by elpatron (see edit history) 1 Link to comment Share on other sites More sharing options...
micharockt Posted February 4, 2013 Author Share Posted February 4, 2013 Hello elpatron - many, many thanks for the hint. By your hint I have found the fix for the problem. product.tpl in prestashop 1.5.3 Remove in Line 532 "AND $ accessory.available_for_order" and the acessory appear -. But the shopping cart is still active. To remove the sopping cart: Add in Line 549 "AND $ accessory.available_for_order" by {if $ PS_CATALOG_MODE!} - The cart disappears. thank you again! Link to comment Share on other sites More sharing options...
El Patron Posted February 4, 2013 Share Posted February 4, 2013 (edited) Hello elpatron - many, many thanks for the hint. By your hint I have found the fix for the problem. product.tpl in prestashop 1.5.3 Remove in Line 532 "AND $ accessory.available_for_order" and the acessory appear -. But the shopping cart is still active. To remove the sopping cart: Add in Line 549 "AND $ accessory.available_for_order" by {if $ PS_CATALOG_MODE!} - The cart disappears. thank you again! you are very welcome, and if you ever want to have the capability to allow authorized only shopping, see our Authorized Only module....non-authorized (non-logged) see shop in catalog mode, authorized (logged) are offered the complete shopping experience offered by PrestaShop system. Edited February 4, 2013 by elpatron (see edit history) 1 Link to comment Share on other sites More sharing options...
fixgear Posted May 16, 2013 Share Posted May 16, 2013 brilliant! i was having the same issue. thanks for the fix! jez... Link to comment Share on other sites More sharing options...
Runamok Posted January 27, 2014 Share Posted January 27, 2014 To remove the sopping cart:Add in Line 549 "AND $ accessory.available_for_order" by {if $ PS_CATALOG_MODE!} - The cart disappears. Sorry, but where exactly in the code do I put this? I really appreciate your help!! Link to comment Share on other sites More sharing options...
vekia Posted January 27, 2014 Share Posted January 27, 2014 To remove the sopping cart: Add in Line 549 "AND $ accessory.available_for_order" by {if $ PS_CATALOG_MODE!} - The cart disappears. Sorry, but where exactly in the code do I put this? I really appreciate your help!! themes/yourthemename/prodcuct.tpl Link to comment Share on other sites More sharing options...
Mireille K Posted December 18, 2014 Share Posted December 18, 2014 Hello, My shop is not in catalog mode. I am using prestashop v1.6.0.9 and cant add products in accessories. Anyone can help please? 1 Link to comment Share on other sites More sharing options...
motion2082 Posted April 23, 2015 Share Posted April 23, 2015 Hello, My shop is not in catalog mode. I am using prestashop v1.6.0.9 and cant add products in accessories. Anyone can help please? I'm using Prestashop V1.6.0.14 and my Accessories Tab does not show any Accessories either Link to comment Share on other sites More sharing options...
gandalf1959 Posted April 24, 2015 Share Posted April 24, 2015 hello, I am using version 1.6.0.14 too, with specialdev204-bootstrap theme, and I have the same problem: Accessories doesn't appear. Only the title of the section and an arrow on the right. I already asked to the developer of the theme for help, thinking that the problem was related to their theme, but when I changed back to the standard theme to check, I discovered that in the standard theme I don't see the section Accessories neither... So is a Prestashop problem. Does anyone from Prestashop read this posts? Thank you for any help Link to comment Share on other sites More sharing options...
motion2082 Posted April 24, 2015 Share Posted April 24, 2015 hello, I am using version 1.6.0.14 too, with specialdev204-bootstrap theme, and I have the same problem: Accessories doesn't appear. Only the title of the section and an arrow on the right. I already asked to the developer of the theme for help, thinking that the problem was related to their theme, but when I changed back to the standard theme to check, I discovered that in the standard theme I don't see the section Accessories neither... So is a Prestashop problem. Does anyone from Prestashop read this posts? Thank you for any help Hi Gandalf, I seem to have found a temporary Fix I just removed {if ($accessory.allow_oosp || $accessory.quantity_all_versions > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode)} and the {/if} before the {/foreach} in themes/default/product.tpl It will show me all the accessories. The View is not styled correctly though and there were 2 ADD to CART buttons for me. Not wanting to change the core product.tpl file I reverted back to normal and purchased Related Products Pro from http://mypresta.eu/modules/front-office-features/related-products-pro.html Cost 24 Euros and is the best money I have spent so far. Link to comment Share on other sites More sharing options...
Mireille K Posted April 24, 2015 Share Posted April 24, 2015 Hello, I had this file "ajax_products_list.php" missing under back office directory. It worked fine when I added. Link to comment Share on other sites More sharing options...
kartdepedales Posted August 25, 2015 Share Posted August 25, 2015 Same problem here:It Doesn't work when a download attachment is availablehttps://antihumedades.es/capilaridad/8-gel-creamsilan-80-600-de-idroless.htmlAnd works when there is no attachmentshttps://antihumedades.es/pintura-impermeabilizante/28-paintcal-pintura-ecologica-impermeable-idroless.htmlAny solution?People here looking for solutions for the same issuehttps://www.prestashop.com/forums/topic/399448-accessories-tab-being-displayed-empty/ Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2015 Share Posted August 26, 2015 i checked links you shared and seems like everything is okay there, problem solved? Link to comment Share on other sites More sharing options...
kartdepedales Posted August 26, 2015 Share Posted August 26, 2015 Hi, Yes, It seems I've changed something, but I don't know what. The thing is, I can not see the buttons Link to comment Share on other sites More sharing options...
Prestashop Addict Posted August 26, 2015 Share Posted August 26, 2015 This could help. Accessories are not displayed when they have a stock value = 0. Just add a stock value to accessories products or change setting in Preferences/Products/ Products stock section and set Allow ordering of out-of-stock products to Yes. 1 Link to comment Share on other sites More sharing options...
Recommended Posts