Your Links Here [Link1] [Link2] - Your Banner Image displayed above after setting the file name in control panel. 750 Pixel Width  Max
Store Front

Help Center Home

Control Panel

Optional Method to display Products/ Items on your own web pages.


 

*This method requires the Product to be entered into the database.

 

Use a Hyperlink, on your own web page, linked to the product_details.asp page, included with your shopping cart.

 

After entering a product's information into the database, you can create your own page any way you like.

 

Place a hyperlink near the product that takes the customer to the product_details.asp page (included with cart).

 

You add a Query String to the hyperlink. So when a customer clicks the link, the product is displayed on the product_details.asp page (included with cart).

 

Once the customer is on the product_details.asp page, they have the full details of the Product/Item and an "Add to Cart" button.

 

Just add ?ItemNum=Your-ItemNumber to the end of the file name (product_details.asp) in the hyperlink e.g.:

 

Example 1

 

Your page is located in your wwwroot level directory at http://www.yourdomain.com/yourpage.asp

 

The Link is: (copy and paste into notepad to remove formatting then copy and paste into your html)

 

<A Href="scart/product_details.asp?ItemNum=Example1001">Buy This Item</a>

 

*Replace Example1001 with your item number.

 

Example 2

 

Your page is located in your wwwroot/scart directory at http://www.yourdomain.com/scart/yourpage.asp

 

The Link is: (copy and paste into notepad to remove formatting then copy and paste into your html)

 

<A Href="product_details.asp?ItemNum=Example1001">Buy This Item</a>

*Use only alphanumeric characters, A-Z and 0-9, and/or a hyphen ( - ) in your Item Number.

 

*Replace Example1001 with your item number.

 

Save the page with any extension (.htm, .html or .asp).

 

This page is a (dot) .htm page. Here is an example link: Buy Me! (this link has to go up 2 levels hence the ../../)

 

The Customer clicks the link and your product is displayed on the product_details.asp page.

 

You can use this method to send hyperlinks in emails to your products also.


 

[ Control Panel ] [ Help Main ]