Developer forum

Forum » Ecommerce - Standard features » Go to productgroup from and url parameter

Go to productgroup from and url parameter

Lars Pham
Reply

Hi guys..

Just like I can reach any regular page with this url parameter: ?ID=XX. Is there an equivalent for getting to the Ecom products groups?  

Let's say I have this url: "/Produkter/Damer.aspx" that shows all the product in the productgroup "Damer". It has the id: "GROUP1".

Can I write something like this "?ecomgroup=GROUP1" and go to "/Produkter/Damer.aspx"?

Thanks!

 


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

Yes, the query string parameter is called GroupID

You still need to pass in the ID of a page that shows the Ecom module. E.g. Default.aspx?ID=123&GroupID=GROUP1.

Hope this helps,

Imar

Votes for this answer: 1
 
Lars Pham
Reply

Works like charm, thanks!

 

You must be logged in to post in the forum