I can select a number of products to compare, but when I go to the product compare page all products from all groups connected through the ecom module are shown in stead of only the products mentioned in the querystring.
For example:
When I select 2 products and click the 'compare' button the following url is called: mydomain.ext/pagename/[Compare/PROD10$LANG1$VO23.VO40,PROD10$LANG1$VO25.VO40]/DWMODULEPAGENAME.aspx
The querystring seems to have the product id's, language and variant id's needed to show the comparison, but shows all products.The template provided by DW contain numerous Product loops, I don't see how to filter in this page and think that shouldn't be nesesary ... I don't see any other usefull loops when viewing the dwtempatetags either ...
Do I miss a step in my configuration?
Does anyone have a clue, working samples, or a bit more documentation on this subject?
PS
Don't know where the 'DWMODULEPAGENAME' comes from, happens a lot lately, does anyone have a fix for that?!