When you goto the view cart page, the name of any items in the basket are not displayed, along with the number indicating the quantity.
help.
help.
<Actinic:XMLTEMPLATE NAME="ProductLine"> <!-- Product line begin --> <TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0> <TR> NETQUOTEDEL:REFERENCE <TD WIDTH=90><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODREF</SPAN></TD> NETQUOTEDEL:REFERENCE <TD WIDTH=280><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODUCTNAME</SPAN></TD> <TD WIDTH=60 ALIGN=RIGHT><SPAN CLASS="actxsmall">NETQUOTEVAR:QUANTITY</SPAN></TD> </TR> </TABLE> <!-- Product line end --> </Actinic:XMLTEMPLATE>
<TABLE cellspacing=0 cellpadding=1 border=0> <Actinic:XMLTEMPLATE NAME="ODLine"> <TR> <TD valign="bottom"><B>NETQUOTEVAR:PRODUCTNAME</B></TD> <TD valign="bottom">NETQUOTEVAR:DISPLAYPRODUCTREF</TD> </TR> </Actinic:XMLTEMPLATE> </TABLE>
<ShoppingCart> <Product Reference="6" Name="Bunch of Flowers" SID="2"> <Quantity>1</Quantity> <Info>Hello Mum</Info> <Date Year="2000" Day="01" Month="01"/> <QDQualify>1</QDQualify> </Product> </ShoppingCart>
<SessionFile Version="1.0"> <URLInfo> <LASTPAGE>http://www.sme-solutions.co.uk/</LASTPAGE> <LASTSHOPPAGE>http://www.sme-solutions.co.uk/</LASTSHOPPAGE> <BASEURL>http://www.sme-solutions.co.uk/acatalog/</BASEURL> </URLInfo> <CheckoutInfo> <BillContact/> <ShipContact/> <ShipInfo/> <TaxInfo/> <GeneralInfo/> <PaymentInfo/> <LocationInfo/> </CheckoutInfo> <ShoppingCart/> </SessionFile>
<SessionFile Version="1.0"> <URLInfo> <LASTPAGE>http://www.sme-solutions.biz/cgi-bin/ca000001.pl</LASTPAGE> <LASTSHOPPAGE>http://www.sme-solutions.biz/acatalog/Vaio_Notebooks.html</LASTSHOPPAGE> <BASEURL>http://www.sme-solutions.biz/acatalog/</BASEURL> </URLInfo> <CheckoutInfo> <BillContact/> <ShipContact/> <ShipInfo/> <TaxInfo/> <GeneralInfo/> <PaymentInfo> <PONO/> <USERDEFINED/> <METHOD/> </PaymentInfo> <LocationInfo/> </CheckoutInfo> <ShoppingCart> <Product Reference="25" Name="VAIO FR215H" SID="32"> <Quantity>1</Quantity> <QDQualify>1</QDQualify> </Product> <Product Reference="6" Name="PCDJ Home Edition" SID="6"> <Quantity>1</Quantity> <QDQualify>1</QDQualify> </Product> <Product Reference="44" Name="VAIO FR215E" SID="32"> <Quantity>1</Quantity> <QDQualify>1</QDQualify> </Product> </ShoppingCart> </SessionFile>
Comment