Page 1 of 1

switching off the extended info "more " button

Posted: Mon Jun 21, 2004 4:32 pm
by Pc Angels
Is it possible to switch this facility off, or to change it so that you can get the extended info by clicking on the stock image, as you can do in actinic.

Posted: Tue Jun 22, 2004 9:12 am
by Guest
At the moment it's not possible. Norcat uses an image for each colour which is an extension of Actinics capabilities and is much more suited to T2T users requirements. This isn't, however, compatible with the way Actinic generates the clickable image.

I could look at addings such a capability. But what would happen to products with no image available or to ones with less images than coulourways?

You can use either the Extended Info Button or a Text Link. Also the Text link can contain HTML so you could use it for a custom image link. Put that image in PreviewHTML and also add that image in Actinic / Advanced / Additional Files so that it knew what to upload for you.

Norman

Posted: Wed Jun 23, 2004 9:39 am
by norman
You can also change the placement of the Extra Info link text (or custom image) or Button by moving the NETQUOTEVAR's

NETQUOTEVAR:EXTINFOLINK

and

NETQUOTEVAR:EXTINFOBUTTON

within the Norcat product templates. Norcat uses 4 templates (they're all in Site1) and all should be changed:-

Norcat_CompactLine.html
Norcat_CompactLine-NoImage.html
Norcat_ProductLine.html
Norcat_ProductLine-NoImage.html

Norman