I'm trying to style the 'more info' links for products.
In Act_ProductLine I found:
NETQUOTEVAR:PRODUCTBEGINLINK NETQUOTEVAR:PRODUCTLINKTEXT NETQUOTEVAR:PRODUCTENDLINK
This generates:
<A HREF="...">More on Widget 25</A>
I'd like to be able to generate:
<A HREF="..." class="mystylesheet">More on Widget 25</A>
I found a post for v5 on this that pointed me to Design->Text but I'm lost in there. There are way too many text items and no apparent way of working out which is used where.
Suppose I wanted different stylesheets for different products?. Is there any way of adding the stylesheet parameterically e.g. accessing it as a user-defined NETQUOTEVAR that takes it's value from a customer property of the product?
In Act_ProductLine I found:
NETQUOTEVAR:PRODUCTBEGINLINK NETQUOTEVAR:PRODUCTLINKTEXT NETQUOTEVAR:PRODUCTENDLINK
This generates:
<A HREF="...">More on Widget 25</A>
I'd like to be able to generate:
<A HREF="..." class="mystylesheet">More on Widget 25</A>
I found a post for v5 on this that pointed me to Design->Text but I'm lost in there. There are way too many text items and no apparent way of working out which is used where.
Suppose I wanted different stylesheets for different products?. Is there any way of adding the stylesheet parameterically e.g. accessing it as a user-defined NETQUOTEVAR that takes it's value from a customer property of the product?
Comment