Jump to content

No cart delete icon


DARKF3D3

Recommended Posts

I just notice that on my store checkout page, on shopping cart there's no cart delete icon showed, but only the empty space.

 

This is the code on shopping-cart.tpl and it has not modified.

<td class="cart_delete">
{if isset($cannotModify) AND $cannotModify == 1}
{else}
<div>
<a
id="{$product.id_product}_{$product.id_product_attribute}_{$id_customization}_{$product.id_address_delivery|intval}"
class="cart_quantity_delete"
href="{$link->getPageLink('cart', true, NULL, "delete=1&id_product={$product.id_product|intval}&ipa={$product.id_product_attribute|intval}&id_customization={$id_customization}&id_address_delivery={$product.id_address_delivery}&token={$token_cart}")|escape:'html':'UTF-8'}"
rel="nofollow"
title="{l s='Delete'}">
<i class=" icon-trash"></i>
</a>
</div>
{/if}
</td>[size=4]
[/size]
I also tried removing the {if} but nothing showed.

I continue seeing an empty div (link to the store in signature):

<td class="cart_delete text-center" data-title="Delete">
<div> </div>
</td>
 

 

Maybe this could be another but with paypal module like for the voucher? In that case it was easily fixed in this way.

 

hey, it will be much easier to do this:

Rename the id of the form "# cart_voucher" to "# cart_voucher2" in the file "/ themes / yourtheme / shopping_cart.tpl"

 

Hope someone can help me.

Link to comment
Share on other sites

×
×
  • Create New...