Jump to content

How to show in the cart item instead of product


Recommended Posts

When an product is selected as add to cart it moves to cart and shows as "1 product" is added instead of that 1product i need to display it as "1 item". Can any one will help me out of this issue.

If you didn't gt it iam forwarding the attachments.

 

post-655107-0-03623000-1376846990_thumb.png

Link to comment
Share on other sites

in this case you have to edit the blockcart module .tpl file (blockcart.tpl)

you've got there:

<span class="quantity-formated"><span class="quantity">{$product.cart_quantity}</span>x</span>

 

change x to any other text you want

Link to comment
Share on other sites

×
×
  • Create New...