Thread: Tooltip
View Single Post
  #2  
Old 09-29-2010, 01:07 PM
 
joelrhome joelrhome is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 89
 

Default Re: Tooltip

The only easy way that I know how is to go into whichever theme you are using, and then edit customer/minicart_total.tpl.

Find this:

<strong>{$minicart_total_items}</strong> {$lng.lbl_cart_items}&nbsp;/&nbsp;}<strong class="help-link">
{include file="main/tooltip_js.tpl" class="help-link" title=$val text=$lng.txt_minicart_total_note}</strong>

and then replace it with this:

<strong>{$minicart_total_items}</strong> {$lng.lbl_cart_items}&nbsp;/&nbsp;{$val}<strong class="help-link">
{*include file="main/tooltip_js.tpl" class="help-link" title=$val text=$lng.txt_minicart_total_note*}</strong>

I hope that helps:

Joel

X-Cart 4.4.0
Reply With Quote