Announcement

Collapse
No announcement yet.

Cart Contents to top when ordering multiple items

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

    Cart Contents to top when ordering multiple items

    Hi, I am trying to figure out how to get the Shopping Cart contents to appear at the top of an order confirmation page when ordering the 2nd (or 3rd, 4th, etc..) product.

    What is happening is that the end user orders a product for the first time on the site, confirmation appears, user confirms, no problem.

    When the end user tries to order a second item and goes to the confirmation page the shopping cart contents appear at the bottom.

    My customer wants the shopping cart contents to appear at the top - above the product details and confirm buttons.

    Which layout do I need to edit to achieve this?

    Thanks in advance for your help

    Doug

    #2
    Hi,

    Go to the 'Advanced' menu and select 'Template Manager'. Click on the 'Ordering' tab (click 'Change View' if you do not see the tabs) and then on the 'Order Detail' button.

    Search for:

    <BR>
    <DIV ALIGN="LEFT">
    NETQUOTEVAR:THEORDERDETAILS
    </DIV>

    (may be slightly different depending on the theme you are using). Move this to the top of the template. I would suggest putting it after:

    <Actinic:CARTUPDATEERROR/>

    Close and save the template and update the site.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      Thanks that's great.

      Doug

      Comment

      Working...
      X