Announcement

Collapse
No announcement yet.

2 Add to cart buttons per page

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

    2 Add to cart buttons per page

    Hi,
    I have selected the single add 2 cart button per page but for some sections in my store I have 20+ items and users have to scroll a long way down to get to the add to cart button. Which code do I need to use to have an add 2 cart above the product list?

    Thanks
    Sellerdeck Business Plus 12.0.1.NBLA

    #2
    Hi Jan,

    Probably the best thing would be to have an 'add to cart' button at the top and bottom of the page then either way, the customer does not have to scroll that far. To do this, go to 'Advanced | Template Manager' and click on the 'Section' tab (click 'Change View' if you do not see the tabs). Click on the 'Body' button to open Act_ProductBody.html in your selected text editor.

    Search for:

    <DIV ALIGN="RIGHT">
    NETQUOTEVAR:SINGLEADD
    </DIV>

    and copy this code. Paste it after NETQUOTEVARISCOUNTINFOBULK.

    Because the SINGLEADD variable also brings in any error messages that may occur when adding to cart you can comment out NETQUOTEVAR:CARTERRORLISTXML, so it looks like:

    <!--NETQUOTEVAR:CARTERRORLISTXML-->

    Otherwise, any errors will display twice at the top of the page.

    Save the file and then update the site. I hope this helps.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Thanks it worked fine.
      Sellerdeck Business Plus 12.0.1.NBLA

      Comment

      Working...
      X