bene82 Posted November 6, 2013 Share Posted November 6, 2013 In Product.tpl I've created three checkboxes to buy multiple items, here is the example with 3 bottles: <tr> <td class="pname"> <input type="radio" onclick="qtyChange('{$product->id}','3','{$product->reference|escape:'htmlall':'UTF-8'}','{$productPrice*3} €', '{$productPrice*3}', '3 bottiglie');" value="{$product->id}" id="pacco_prodotto_3" name="pacco_prodotto"> <label for="pacco_prodotto_3" class="productpack">3 bottiglie </label></td> <td class="pprice"><label for="pacco_prodotto_3" class="currentprice">{$productPrice*3} €</label></td> </tr> Next I've setup a discount on quantity, so if you buy 3 or more bottles you have a discount. I need to show the discounted price and not the base price. I've found something similar but them are all related ro cycle all the discounts, and is not what I want Thank you very much Link to comment Share on other sites More sharing options...
Paulito Posted November 6, 2013 Share Posted November 6, 2013 Good morning I think you have already posted this topic Paul Link to comment Share on other sites More sharing options...
bene82 Posted November 6, 2013 Author Share Posted November 6, 2013 I'm not sure on where is best section to post...just this Link to comment Share on other sites More sharing options...
Paulito Posted November 6, 2013 Share Posted November 6, 2013 OK, but one post is good If your not sure where to post then use the "general forum" Paul Link to comment Share on other sites More sharing options...
vekia Posted November 6, 2013 Share Posted November 6, 2013 duplicated. continue discussion there: http://www.prestashop.com/forums/topic/287036-show-discounted-price-in-producttpl/?do=findComment&comment=1447206 topic closed. Link to comment Share on other sites More sharing options...
Recommended Posts