Hi,
I've just done a V4 to V6 upgrade, which has all gone very smoothly.
I do however have a problem, in that I've selected the "Quantity on Product Page" option in Design, Options, and no quantity box is showing on any of the product pages. This also means that the Buy button has stopped working.
Here is the HTML from a product preview page, starting from just below the long description, and ending near the end of productbody:
Thanks in advance for any help.
Nick Morecroft.
<b><font size="2"><Actinic:PRICES PROD_REF="BEAIW2480"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ProductPrice.html"/>
<!-- ProductPrice HTML begin -->
<!-- This template is used for the product price text. -->
<BR><B><Actinic:RETAIL_PRICE_TEXT>Price:</Actinic:RETAIL_PRICE_TEXT> £375.00 [$588.75]</B> <FONT SIZE=-2></FONT>
<!-- This template is used for the product price text. -->
<!-- ProductPrice HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ProductPrice.html"/></Actinic:PRICES></font></b> </font></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN=RIGHT><font face="Verdana, Arial, Helvetica, sans-serif"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_CartButton.html"/>
<!-- CartButton HTML begin -->
<!-- This template is used for the add to cart button. -->
<P><INPUT TYPE=SUBMIT VALUE="Buy Now!" NAME="BEAIW2480"></P>
<!-- This template is used for the add to cart button. -->
<!-- CartButton HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_CartButton.html"/>
I've just done a V4 to V6 upgrade, which has all gone very smoothly.
I do however have a problem, in that I've selected the "Quantity on Product Page" option in Design, Options, and no quantity box is showing on any of the product pages. This also means that the Buy button has stopped working.
Here is the HTML from a product preview page, starting from just below the long description, and ending near the end of productbody:
Thanks in advance for any help.
Nick Morecroft.
<b><font size="2"><Actinic:PRICES PROD_REF="BEAIW2480"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ProductPrice.html"/>
<!-- ProductPrice HTML begin -->
<!-- This template is used for the product price text. -->
<BR><B><Actinic:RETAIL_PRICE_TEXT>Price:</Actinic:RETAIL_PRICE_TEXT> £375.00 [$588.75]</B> <FONT SIZE=-2></FONT>
<!-- This template is used for the product price text. -->
<!-- ProductPrice HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_ProductPrice.html"/></Actinic:PRICES></font></b> </font></TD>
</TR>
<TR>
<TD COLSPAN="2" ALIGN=RIGHT><font face="Verdana, Arial, Helvetica, sans-serif"><Actinic:TEMPLATE type="begin" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_CartButton.html"/>
<!-- CartButton HTML begin -->
<!-- This template is used for the add to cart button. -->
<P><INPUT TYPE=SUBMIT VALUE="Buy Now!" NAME="BEAIW2480"></P>
<!-- This template is used for the add to cart button. -->
<!-- CartButton HTML end -->
<Actinic:TEMPLATE type="end" filename="C:\Program Files\Actinic Ecommerce v6\Sites\Site1\Act_CartButton.html"/>
Comment