HomeHome Product Discus... Product Discus...SmithCartSmithCartURL query syntax for Multiple ProductsURL query syntax for Multiple Products
Previous
 
Next
New Post
9/24/2012 6:03 AM
 
Is there a way to generate a list of products resulting in the Product Listing Template using a URL query?  For example:

http://www.smith-consulting.com/search.aspx?ID=23,34,59,113,245

or

http://www.smith-consulting.com/search.aspx?SKU=XYZ123,SSD3994,FOD099887,ERO13,PAR393

...where the products of those five product IDs or product SKUs would show up in the Product Listing template.

Thanks in advance for the response.

Christian

 
New Post
9/24/2012 12:39 PM
 
Currently, the product listing page doesnt support passing product id or sku in the querystring but the product listing page does support passing the categoryid in the querystring.  For example:

http://www.airsoftguns360.com/Home/tabid/38/Default.aspx?categoryid=1

When the category id is passed in the querystring the products will be filtered by category.  So you could add all the products you want to filter on the product listing page to a category and pass the categoryid in the querystring.

Also, just an fyi the cart page supports passing productid and sku in the querystring if you want to add products to the cart using the querystring.  All the querystring variables supported in the cart are documented on page 242 of the cart users guide here http://www.smith-consulting.com/Porta...

thanks,




At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartURL query syntax for Multiple ProductsURL query syntax for Multiple Products