Announcement

Collapse
No announcement yet.

Product Ref appearing in Checkout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product Ref appearing in Checkout

    Since moving to an external database the shopping cart also displays the product reference as well as the name, preferably i would like it not to

    Many Thanks

    #2
    Hi

    Click on Advanced | Template Manager and select the Ordering tab. Click the button labelled 'Cart Table'. This will open up Act_ShoppingCartXML.html. In this find : NETQUOTEDEL:REFERENCE

    You will need to comment out this entire block :

    NETQUOTEDEL:REFERENCE
    <TD WIDTH=90><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODREF</SPAN></TD>
    NETQUOTEDEL:REFERENCE

    as also :
    NETQUOTEVAR:PRODUCTNAME in the following line, so that it now looks like:

    **********************************************************

    <!--NETQUOTEDEL:REFERENCE
    <TD WIDTH=90><SPAN CLASS="actxsmall">NETQUOTEVAR:PRODREF</SPAN></TD>
    NETQUOTEDEL:REFERENCE-->
    <TD WIDTH=280><SPAN CLASS="actxsmall">
    <!--NETQUOTEVAR:PRODUCTNAME-->

    **********************************************************

    Save the file and update changes. You should not get the product reference and product names in the shopping cart now.

    Cheers
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X