Announcement

Collapse
No announcement yet.

Info Section in Checkout Pages

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

    Info Section in Checkout Pages

    Does anyone know how to turn the info section off in the checkout pages ! tried looking how netquotevar: bulk was made up but can find a referance to it

    #2
    Hi,

    To remove the terms & conditions from the checkout pages, edit the following templates:

    Act_Order00.html - 1st page of checkout - shipping destination selector
    Act_Order01.html - 2nd page of checkout - invoice address
    Act_Order02.html - 3rd page of checkout - delivery address and payment method
    Act_Order03.html (if you are using the in-built java applet)

    You can get to these templates through the 'Advanced' menu | 'Template Manager'. Click on the 'Ordering' tab (click 'Change View' if you don't see the tabs) and select the corresponding 'Order Phase' buttons

    Search for NETQUOTEVAR:INFOPANELS and comment it out so it looks like:

    <!--NETQUOTEVAR:INFOPANELS-->

    Save the files and update your site.

    I hope this helps.
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      that was grand thanks worked a treat but it did raise another question.

      Can you turn the indvidual panels on and off, so if i wanted to turn the about us on in order00.html but not the others and delivery in ?order01.html but not the others etc ?

      Comment


        #4
        Not really - you could do it by hard-coding the text for the Terms and Conditions into the individual checkout templates, but there is not a way to do this via the application automatically.

        Comment

        Working...
        X