Re: Tooltip
Got it...as usual, should have dug around a little more before posting:
To prepare any custom tooltips all you need to do is use this line:
{include file="main/tooltip_js.tpl" class="help-link" title=XXX text='XXX' id='XXX'}
The key seems to be making sure it has a unique ID, otherwise it will default to 'tooltip_link' which may be in use by native X-Cart functions (such as the minicart.)
|