seelk Posted November 5, 2012 Share Posted November 5, 2012 Hello, I`d like to know how to put summary (order-payment.tpl) with products with cart shopping but without button +/- quantity, button delete, etc. like in shopping-cart.tpl. When i delete: <td class="cart_quantity"> <div style="float:right"> <a rel="nofollow" class="cart_quantity_delete" id="{$product.id_product}_{$product.id_product_attribute}_{$id_customization}" href="{$link->getPageLink('cart.php', true)}?delete&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_customization={$id_customization}&token={$token_cart}"><img src="{$img_dir}icon/delete.gif" alt="{l s='Delete'}" title="{l s='Delete this customization'}" width="16" height="16" class="icon" /></a> </div> ... </td> icon with bin is visible, i think that i have to duplicate var but i don`t know where? Link to comment Share on other sites More sharing options...
rob84 Posted January 13, 2013 Share Posted January 13, 2013 Does the shipping cost show in order-payment.tpl ? I'm unable to show it in this last step. 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