ProductID and Multiple VariantID’s

 

The product details page supports linking directly to the product details page by passing the product id and multiple variant id’s in the querystring. 

 

For example:

http://www.yoursite.com/productdetails/Default.aspx?productid=1&variantid=4&variantid=7

 

When the product id and multiple variant id’s are passed in the querystring the products details page will be loaded with the product and variant information associated with the product id and variant id’s passed in the querystring.