View Single Post
  #10  
Old 12-16-2010, 12:13 AM
 
bjt bjt is offline
 

Advanced Member
  
Join Date: Jul 2008
Location: Vietnam
Posts: 32
 

Default Re: Displaying "item" or "items" in minicart

Just to add to your solution, I did the following to also display the words "is" or "are" depending on whether there is 1 or more items in the cart. Doesn't affect the tool tip either.

Code:
{if $minicart_total_items > 1} <td>There are {$minicart_total_items} {$lng.lbl_item}s{$total} in your cart</td> {else} <td>There is {$minicart_total_items} {$lng.lbl_item}{$total} in your cart</td> {/if}
__________________
X-Cart Gold 4.3.2 (Windows)
X-Cart Gold Plus 4.6.1 (Linux)
Magic Toolbox slider and zoom
Reply With Quote