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} / }<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} / {$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
|