Jump to content

Summary of cart in order-payment.tpl


Recommended Posts

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

  • 2 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...