Marina.J Posted December 16, 2011 Share Posted December 16, 2011 Bonjour, J'essaie de mettre un second bouton "ajouter au panier" sur la même page (fiche produit), il se trouve que le second bouton est désactive, voici le code de mon bouton : <p{if (!$allow_oosp && $product->quantity <= 0) OR !$product->available_for_order OR (isset($restricted_country_mode) AND $restricted_country_mode) OR $PS_CATALOG_MODE} style="display: none;"{/if} id="add_to_cart_top_product2" class="buttons_bottom_block"><input type="submit" name="Submit" value="{l s='Add to cart'}" class="exclusive" /></span></p> Je ne comprends pas pourquoi le second ne marche pas (???) Si quelqu'un a une idée ? Merci Link to comment Share on other sites More sharing options...
doekia Posted December 16, 2011 Share Posted December 16, 2011 Ce bouton est-il bien entre le <form></form>? Duplique le form en quelque sorte. Inspire toi de product-list.tpl qui affiche autant de bouton panier qu'il existe de produit. Cordialement, (d)oekia Link to comment Share on other sites More sharing options...
Sbizz Posted December 16, 2011 Share Posted December 16, 2011 Bonjour. $('body#product p#add_to_cart input').unbind('click').click(function(){ Vous devez saisir le bon ID pour la balise <p> sinon cela ne marchera pas. 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