Displaying Products

To display a specific product, use a hyperlink as shown below. You just need to include the ID of the product from the VPCART database.

 

<a href="shopquery.asp?catalogid=1">View Product #1</a>

 

If you have a paid version of VPCART, you can include a URL, such as the following, to go directly to the extended product display.

 

<a href="shopexd.asp?id=1">View Product #1</a>