HOW TO SETUP THE FREE SITE CART CODE

The Free Site Cart Code is comprised of three sections:

GLOBAL SETTINGS

The first section sets up all your website settings and needs to be copied and pasted between the <HEAD> and </HEAD> tags of all pages containing products and any other pages containing a 'View Cart' button.

<!-- ### Free Site Cart Header Code ### -->
<SCRIPT>

// Payment Information
PaypalEmail = 'you@yourdomain.com'; // Your Paypal email address, leave blank if not using Paypal
GoogleID = '58989939307854'; // Your Google Merchant ID, leave blank if not using Google Checkout
Currency = 'GBP'; // For Google Checkout: USD or GBP only. For PayPal: any currency that PayPal supports
CountryCode = 'UK'; // Valid 2 character ISO Country Code for your default country, eg UK, US, FR etc.

// Shipping Options
DisplayFreeShipping = true; // If Shipping total = 0 then shows 'FREE' as the shipping cost if set to true, set to false to hide shipping field if shipping is zero.
ShippingCalculation = 0; // 0=no shipping calculation,1=add all shipping and related shipping_additional together,2=use highest shipping cost as the base cost and all shipping_additional costs are added to give the total shipping
ShippingCountry = 'UK,FR'; // All countries that you ship to, leave blank if not applicable. Valid Country codes only, seperated by commas.
ShippingDescription = 'Mainland UK Delivery,Delivery to France'; // Shipping Descriptions for 'ShippingCountry' seperated by commas. Note: only use commas to seperate.
ShippingSurchargeSML = '0,10'; // Applicable Surcharges based on country codes used in 'ShippingCountry' for small items. These are the default surcharges and get added on your ShippingCalculation.
ShippingSurchargeBIG = '0,25'; // As above but for big items. Note: Only one 'big' item is required in the cart to invoke this surcharge and overide 'ShippingSurchargeSML'
ShippingPostcode = 'AB,DD,IV,KW,TN!'; // Postcode Patterns Allowed, leave blank for all. Seperate countries with exclamation marks and postcodes with commas
ShippingExclude = 'HS,KA27,PH!'; // Postcode Patterns Excluded. Seperate countries with exclamation marks and postcodes with commas
ShippingInformation = '<b>Your html can be put here</b>'; // Additional information to be displayed below the cart. Any valid html, do not use single quotes.

// Tax Options
TaxRate = 17.5; // tax rate percentage, do not include the precentage symbol. Set to zero for no tax.
PriceIncludesTax = true; // Note: Tax is calculated on each item in the cart and then added up to give a total. Setting to False will add tax onto the final price.
ShippingIncludesTax = true; // Note: Tax on shipping is only calculated once a final shipping cost has been reached not at each increment.

// Style Options
BannerImg = 'http://www/freesitecart.com/images/fsclogo.gif'; // The URL to your logo or leave blank for default, max 60px high
CartWindowBG = '#FFFFFF'; // Use colour name, hex or leave blank. Defaults to white.
CartOpacity = 65; // Set the opacity of the background when cart is being viewed from 0 to 100
CartPageBG = '#FFFFFF'; // Use colour name, hex or leave blank. Defaults to white.
CartPageWidth = '760'; // Set the cart width in pixels or % (percentage) - eg. '760' for 760 pixels wide or '80%' for 80% of the browser width.
CartPageHeight = '560'; // Set the cart height in pixels or % (percentage) - eg. '560' for 560 pixels wide or '80%' for 80% of the browser height.
CartPageBorder = '#DDDDDD'; // Set cart border color if preferred or leave blank for no border
CartButtonSet = 1; // Button image set to use - number between 1 and 9 for images or use 0 for standard submit buttons using language packs. Defaults to 1.

</SCRIPT>
<SCRIPT SRC="http://www.freesitecart.com/cart/freesitecart.asp"></SCRIPT>
<!-- ### End Free Site Cart Header Code ### -->

PRODUCT SETTINGS AND BUTTONS

This code is product specific and is the form containing the details for each product. This is a simple HTML form which you can copy and paste directly into your website. Then you just need to adjust the values in red based on your requirements.

Code Here

LINK BACK

The following code is a link back to our website, because its nice to share things that are free! This code activates the cart and must not be modified, it also needs to be on all pages that use the cart for the cart to work.

Code Here

SPECIFICALLY DESIGNED FOR

SITE NAVIGATION

QUICK CART DEMO