HTML Sample Code
The simplest and easiest way to add CommerceSuite's CustomCart system to your business web site is with code similar to the following:
<form action="http://products.ironhorsemedia.com/cart.cfm" method="post">
<input type="hidden" name="op" value="add">
<input type="hidden" name="item_desc" value="Cereal Bowl">
<input type="hidden" name="item_price" value="32.00">
<input type="hidden" name="item_id" value="BIA-2605">
<input type="hidden" name="cid" value="000">
<input type="submit" value="Add to Cart">
</form>
|
In addition to the code above, you may optionally add a quantity field, unlimited product options such as color, size, etc., and addtional parameters including such things as whether the item is taxable.
If you wish to add a "View Cart" link to any page of your web site, simply add the following link:
http://products.ironhorsemedia.com/cart.cfm?cid=000
(where 000 is your client site ID)
|
As you can see from the above, the HTML code required to add CustomCart to your web site is simple and straightforward.
And, you may use the IMC CommerceSuite code generator to automatically write the HTML code that you will need to integrate your web site and CustomCart. Then just cut-and-paste the code right into your site!
There are many other ways that you can connect IMC CommerceSuite to your web site and many other options that are available.
We Can Help!
Are you concerned about adding the HTML code yourself? We are available to help you at no charge via our support forums, Internet Support Request system, and direct phone help. For a small fee, we can even write the code for you - contact us today for a price quotation.