Dear All
Is there a way to have the Confirm Purchase page thats displays once somethig is added to the basket show only the Product Name - rather than the Product Name AND Choice that has been selected by the customer.
I could do with being able to 'clean' this page up as much as possible so that the customer can focus on simply adding the quantity to the quantity box.
I believe the template Act_OrderDetail references both the Name and Choice in the one variable 'NETQUOTEVAR:PRODUCTNAME' (see below). Is there somewhere I can edit this for the purposes of this template?
Thanks
Is there a way to have the Confirm Purchase page thats displays once somethig is added to the basket show only the Product Name - rather than the Product Name AND Choice that has been selected by the customer.
I could do with being able to 'clean' this page up as much as possible so that the customer can focus on simply adding the quantity to the quantity box.
I believe the template Act_OrderDetail references both the Name and Choice in the one variable 'NETQUOTEVAR:PRODUCTNAME' (see below). Is there somewhere I can edit this for the purposes of this template?
<!-- OrderDetail HTML begin -->
<!-- Insert HTML for the top of the order detail page -->
<!-- NETQUOTEVAR:REQUIREDCOLOR -->
<INPUT TYPE=HIDDEN NAME="PAGE" VALUE="ORDERDETAIL">
NETQUOTEVAR:REFPAGE
NETQUOTEVAR:PRODUCTREF
<INPUT TYPE=HIDDEN NAME=CHECKOUTURL VALUE="NETQUOTEVAR:CHECKOUTURL">
<H3>NETQUOTEVAR:PRODUCTNAME NETQUOTEVARISPLAYPRODUCTREF</H3>
<SPAN CLASS="actsmall">NETQUOTEVAR:PRODUCTPRICE</SPAN>
<!-- Insert HTML for the top of the order detail page -->
<!-- NETQUOTEVAR:REQUIREDCOLOR -->
<INPUT TYPE=HIDDEN NAME="PAGE" VALUE="ORDERDETAIL">
NETQUOTEVAR:REFPAGE
NETQUOTEVAR:PRODUCTREF
<INPUT TYPE=HIDDEN NAME=CHECKOUTURL VALUE="NETQUOTEVAR:CHECKOUTURL">
<H3>NETQUOTEVAR:PRODUCTNAME NETQUOTEVARISPLAYPRODUCTREF</H3>
<SPAN CLASS="actsmall">NETQUOTEVAR:PRODUCTPRICE</SPAN>
Comment