Support
Visual Configuration
Our shopping cart service allows you to
visually customise the shopping cart and checkout pages in two ways.
Firstly you can add a html header and
footer. This will then be displayed above and below the HTML code that
our service produces. This allows you to visually match these pages
to that of your website. Secondly you can change the style of the HTML
that we produce. This allows you to set the typeface, size, colour
and background colour of various elements.
Adding Headers and Footers?
Adding your own custom headers and footers
is simple. Using our file manager you simply load all the HTML and
graphic files to our server. Then from the retailer control panel you
can choose the header and footer to be used on the standard or secure
pages.
The only thing that you need to remember
is that header and footer together make one HTML page. So the header
should contain the <HTML> and <BODY> tags while the footer page contains
the </HTML> and </BODY> tags.
If you need to like to images or style
sheets contained in the file manager the the following path should
be used, where <RetailerID> is the ID number we assign to your account.
"/retailer_files/<RetailerID>/uploads/"
Changing Styles
You can change the style of the HTML forms
that our service produces by using the Retailer Control Panel. Once
you have logged in you have the option to "Edit Style". This
will then allow you to edit the default stylesheet that we have provide.
In order for your web pages to use this stylesheet you need to ensure
that all your header pages have the following HTML in the <HEAD> tag,
where <RetailerID> is
the ID number we assign to your account.
/retailer_files/<RetailerID>/uploads/shop.css
|