E-Store Functions - Integrating Products into Existing Site
To integrate your product catalog into your existing site you first must make sure that your store is set to "Integrate with Existing Site" mode. To check this setting, just click on "Store Manager", then click on your store name. When the form comes up, you will see a section called "Integration Options". Under this section, you will see a drop down box which will allow you to choose, the "Integrate with Existing site" mode. Once this mode is set, then you can go to the product catalog and add your product to the database. After you add your product, you wil then be presented with the code that you need to add to your site in order to integrate your products into the site. If you want to include this product on your home page and link a picture to it, then you should put the code that is similar to this on your page.
<a href="http://www.onlinesecurecart.com/products.php?setstore=7897&store_id=7897&product_id=>
If you want to have options with your product link color, size and other options, then use the code that is similar to the code below:
<form action=http://www.onlinesecurecart.com/cart.php method=POST>
<input type=hidden name=id[] value='1212'>
<input type=hidden name=setstore value='7897'>
<input type=hidden name=store_id value='7897'>
<input type=image name=purchase border=0 src=http://www.onlinesecurecart.com/images/addtocart.gif value='Add to cart'>
</form>For instructions on how to cut and paste, go here