wzshop Posted October 7, 2014 Share Posted October 7, 2014 (edited) Hi, The social sharing buttons and the add to wishlist are not working on my ps 1.6 installation. I guess something is wrong with the theme i am using. Any ideas on how to fix? See: http://goo.gl/WxpCsw Edited October 7, 2014 by wzshop (see edit history) Link to comment Share on other sites More sharing options...
wzshop Posted October 7, 2014 Author Share Posted October 7, 2014 (edited) Decided to use this plugin for social sharing: http://www.prestashop.com/forums/topic/181028-free-module-social-buttons-for-products/ Edited October 8, 2014 by wzshop (see edit history) Link to comment Share on other sites More sharing options...
wzshop Posted October 7, 2014 Author Share Posted October 7, 2014 (edited) My wishlist was not working because my theme did not use any quantity fields on the product page. Adding this simple code (in product.tpl, right product column) fixed it for me: <input type="text" name="qty" id="quantity_wanted" class="text" value="{if isset($quantityBackup)}{$quantityBackup|intval}{else}{if $product->minimal_quantity > 1}{$product->minimal_quantity}{else}1{/if}{/if}" /> Edited October 8, 2014 by wzshop (see edit history) 1 Link to comment Share on other sites More sharing options...
vivianlwy Posted October 8, 2014 Share Posted October 8, 2014 Thanks you. I install this to my website and working well. Thanks a lot. 1 Link to comment Share on other sites More sharing options...
Appolline Posted November 28, 2014 Share Posted November 28, 2014 Thank you SO MUCH !! it works very well !!! prestashop 1.6.9 pour le référencement je vais traduire en français : Pour tous ceux qui comme moi, quand on cliquait sur le bouton " ajouter à la liste" ne fonctionnait pas et que rien ne se passait (mon thème ne gérant pas les quantités) : aller dans le fichier product.tpl de votre thème trouvez quelque chose comme : <!-- minimal quantity wanted --> et collez la ligne de code mentionnée au dessus (moi je l'ai collé dans la balise <p> et la grand miracle essayez la solution même si vous êtes en ecommerce, peut être que cela fonctionnera également ! ++ 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