Hey Hey it's Monday...
Ok so for my category tree I wanted to add my new Custom Category Field (which is a long, somewhat spammy title) to the title parameter of the a href tag, like so:
<mvt:item name="toolkit" param="cattree_category|fulltitle|l.all_settings:c ategory:id|FullCatTitle" />
<a href="/page/JDA/CTGY/&mvta:cattree_category:code;" title="&mvte:global:fulltitle;"> &mvt:cattree_category:name;</a>
Because this is posted here you can safely assume it isn't working.
If I change the title to a string like this:
<a href="/page/JDA/CTGY/&mvta:cattree_category:code;" title="BOO!"> &mvt:cattree_category:name;</a>
it works great showing BOO! as the title hover over. Any ideas?
Cheers,
Michael
Ok so for my category tree I wanted to add my new Custom Category Field (which is a long, somewhat spammy title) to the title parameter of the a href tag, like so:
<mvt:item name="toolkit" param="cattree_category|fulltitle|l.all_settings:c ategory:id|FullCatTitle" />
<a href="/page/JDA/CTGY/&mvta:cattree_category:code;" title="&mvte:global:fulltitle;"> &mvt:cattree_category:name;</a>
Because this is posted here you can safely assume it isn't working.
If I change the title to a string like this:
<a href="/page/JDA/CTGY/&mvta:cattree_category:code;" title="BOO!"> &mvt:cattree_category:name;</a>
it works great showing BOO! as the title hover over. Any ideas?
Cheers,
Michael
Comment