PDA

View Full Version : Info Section in Checkout Pages


steveo_uk
02-Dec-2003, 03:57 PM
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

TraceyG
03-Dec-2003, 07:58 AM
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.

steveo_uk
03-Dec-2003, 10:16 AM
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 ?

cdicken
03-Dec-2003, 04:09 PM
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.