sm5k Posted December 11, 2013 Share Posted December 11, 2013 Hi Community, i want one of the Produkt Features Set in Backend to spawn in a crossselling popup. I realised that they all have different IDs but i don`t know how to assign them to my popup. Here is the part of the popup code where i think this should be placed. ___________________________________________________________________________ <form method="post" action="{$link->getPageLink('cart', true)}"> <input type="text" name="qty" value="1"/> <input type="hidden" name="id_product" value="{$crossSellingProduct->id}" /> <input type="hidden" name="add" value="1" /> <input type="hidden" name="id_product_attribute" value="0" /> <button type="submit" class="modal-crossselling__btn modal-crossselling__btn--add" _________________________________________________________________________ Any Ideas on how to do that? Thx a lot. SM5K PS: Prestashop 1.5.5 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