When customers enter their credit card and payment information, they need to know that the website is secure and their information will not be stolen. This gives peace of mind to both customers and merchants. When setting up secure pages, like the shopping cart, it is important that all information meets the correct format. Everything on the checkout, confirmation and thank you pages must be secure (as well as all customer registration screens).
At the top of all non-secure screens, following the DEFINE tag, add the following 2 VAR tags.
Then for all external files that you use within the template (or within include files), replace the root URL with [-- VAR.RootURL --]
At the top of all secure screens, following the DEFINE tag, add the following VAR tags and IF statement.
Then for all external files that you use within the template (or within include files), replace the root URL with [-- VAR.RootURL --]