Hi, is it possible (and if so, how) to add the parent section name of each product listed in the shopping cart table?
So that where it says this (in Act_ShoppingCartXML.html) -
it might say something like -
Thanks,
Dan.
So that where it says this (in Act_ShoppingCartXML.html) -
Code:
<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODUCTNAME</SPAN></TD>
Code:
<TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODUCTPARENTSECTION, NETQUOTEVAR:PRODUCTNAME</SPAN></TD>
Dan.
Comment