|
Appearance Settings General Settings Appearance Settings > General Settings Using the dropdown box you can select an image for the top of your page. Of course an image would have to be uploaded prior to this, image uploads are carried out in the “Image Archive” section which can be found in Appearance Settings > Image Archive. Background image: If your main website uses a tiled background image / pattern you may wish to use the same for your cart pages. Again, the image is selected using the dropdown box and like the header image it must first be uploaded using the “Image Archive”.
Note : Advanced users can add header and background images as part of custom code that is entered into the “Advanced Users” text field which is located at the bottom of the General Settings Page. Advanced features are covered in more detail at the end of this manual. Colours: Cart Table Background: Cart Table Header.
Cart Table Body: (Note to Advanced Users: All the values for colour, positioning, and table values can be set in the advanced section at the end of this manual, this feature requires that the user has a good understanding of HTML and CSS) Site Margins Cart Table Width Margins Text Body Settings Body Text Shopping Cart Table: Shopping Cart Table Headers: If we wished to create a custom text style for this header we could enter in the “Custom Style” field the following: font-family: "Times New Roman, Times, serif"; font-size: 16px; font-style: italic; font-weight: normal; colour: #CC0066; text-decoration: none; This will then be added to the styles declaration in the head of the page. Please note you must ensure that you enter the information in correctly or the styles may not work on all browsers, when specifying a font it is advisable to stick to common system fonts. Shopping Cart Table Product Details Error Messages: Bread Crumb: Watch a movie on setting up a Bread Crumb You will also notice that the next page in the series is also a link, this of course allows the shopper to jump to the next page, but does not allow them to miss a page. Again custom styles can be set in the “Custom Style” box. You can use the default labels for your Bread Crumb, or you may define your own in the “Bread Crumb Labels” area. Other Custom CSS Tags:
Base URL for Exiting the Cart: N.B
Advanced Settings: Appearance Settings > Cart Footer Watch a movie on Creating a Cart Footer This section is fairly easy to configure, Input boxes 1 to 3 are used to input your address details, and the copyright field is optional. The email takes any valid email address and the phone field takes the contact telephone details for your company. Like all the sections in the cart, cart footer can be entered via the ![]() 1.8 Screenshot showing cart footer configuration, notice the use of custom HTML and JavaScript code in the advanced option, this is a power user feature. Appearance Settings > Search Page Watch a movie on adding a simple product search Watch a movie on adding a advanced Product search
MercuryCart has the ability to offer the shopper a search function to quickly find products in your online store. To set up the Search function you must first enter the keywords into the product list, this can be carried out either by downloading your products and editing the keyword file in a spread sheet program such as Microsoft Excel (this is suitable when you have a number of products to update) or keywords can be entered into individual products via the Product Manager > Online Management> View / Edit / Delete Products area. For more information on the configuration of the search feature into your site please see the “Advanced Settings and Options” towards the end of this manual. General Information Page Title Page Text Search Page Settings Results Per Page Search Type Allows you to specify if your search is either keyword OR price range or keyword AND price range. Next Results Label and Previous Results Label Any text label can be entered in this field, you could also encapsulate the text with HTML, if you wanted your next label to be in bold you could enter <b>Next</b> into the field. Results Header Labels - Code/SKU, Product Name, Price, QTY. Provides the description of each column on the search page. No Results Found. It’s a good idea rather than just displaying a “ Sorry no results matched your criteria” type message to display something a little more helpful, maybe offering a list of your categories or even contact information in the event of no records being displayed. Add to Cart Button / Label In this field you can either enter text that will be used on a standard form submit button or insert a button that has previously been uploaded to you image archive. The “Add to Cart” button allows the shopper to add a product directly from within the search results. Search Page Exit URL. By entering a full URL in this field you can determine which page a customer will be returned to on clicking the Exit URL button, if you would like the customer to return to the previous page you could just enter JavaScript: history.go(-1); Appearance Settings > Cart Page Watch a movie on customizing your Cart Page General Information The Cart Page allows you to control the layout and labels for the main body section of the cart. The first field on this page entitled “page title” sets the value of the HTML title tags; this should be something descriptive about your company. The Page text field is used to display a message above the contents that the customer has placed in their cart. This field can take plain text or HTML code; the latter should only be used by people competent in HTML, more information about integrating HTML into the cart can be found in the advanced section of this manual. Shopping Cart Settings These settings allow the configuration of the labels for the products table, the column widths and the labelling of buttons or the adding of custom buttons that have been previously been uploaded to the “Image Archive”.
Boxes 1 to 5 control the labelling of the cart field while boxes 6 and 7 allow you to label the buttons. A custom image can also be selected using the select image dropdown field; this allows you to select any image to be used as a button. All images are stored in your Image Archive and must first be uploaded. Error Messages All the error messages in MercuryCart can be customized, in addition to plain text being used; your message can include HTML or inline CSS styles. Buttons / Labels All settings in this section control the elements below the products table. As before, Standard text can be used to label buttons or custom graphics can be uploaded via the Image Archive. Customer Info Page Appearance Settings > Customer Info Page Watch a movie on creating a Customer Info Page This page controls the page labels and button text / custom buttons that appear on the page where the customer fills out their billing and shipping address. Custom error messages can also be created to meet your requirements. Shipping Page (For the setting of text fields and labels) Appearance Settings > Shipping Page This page is used to control the look and feel for the labels and buttons for the page where the customer selects which type of shipping that they require for their purchase. Either standard plain text can be used or formatting with HTML and CSS tags can be added to the text within the fields. If you require information on the setting up of the shipping regions click here Payment Page Appearance Settings > Payment Page Watch a movie on setting up the Payment Page This page is used to configure and set the page text / custom button images and error messages that you wish to appear on the page that asks for the payment details from the customer. Thanks Page Appearance Settings > Thanks Page Watch a movie on setting up a Thanks page This page is used to configure the message and the exit URL for the final page that the customer sees after a successful purchase. It is important to remember to use an absolute URL and not a relative one for the exit URL. I.e. if you would like your customers to have the option of returning to your products page the “Exit URL” field should be formulated as follows: http://yourdomainname.com/products.html Entering just products.html will result in the customer receiving a 404 page not found error. Split one Confirmation of Order by Email Appearance Settings > Email Confirmation Page Watch a movie on Order confirmation Ensuring that a detailed summary of your customer’s order is sent after purchase is very important, not only does it let your customer know that their order was successfully sent, it also lets the customer check that all the details are correct and embosses your company name in the mind of the shopper. In the Email Subject field you should replace the text that says “Mercury Cart Order Number” with your own company name, but you should leave the <orderid> in place. When the email is sent, it will replace all occurrences of <ordered> with the order id for that order. This may also be used in the email text field. You may also wish to fill in the “Email From” field with your company’s email address. The “Email Text field can be used to add a custom “Thank You For Shopping With Us” message, again this field takes both plain text and HTML.
|