Hello!
According to this Forum thread I added a Module Specific Strategy for the ItemPaneNF module. http://www.aricie.com/en/...479/scope/posts.aspx
The problem is in the Conditional Behaviour setting:
The Flee Boolean Expression is this:
Input.Param("ProductID") <> ""
And the rewriting rule is this:
[${Scheme}][${UserInfo}][${RootPath}][/${Lang}][/${AdvCatName}][/${ProductName}][/${ControlKey}][?${QueryString,None}][#${Fragment,QueryStringFlag}].aspx
By this the Advanced Categories lists' URL look like this:
domain.com/Language/AdvCatName.aspx - PERFECT
Issue:
The ItemPaneNF module is set to list 5 products in one time. So, if there are more products in the Advanced Categories, kind of pages appear inside the ItemPaneNF module and the user is able to list the 2nd, 3rd pages. This link is an example where there are 2 pages of Products inside ItemPaneNF:
http://radioamatorwebshop...hu/ipari-radiok.aspx
By default the URL in these cases contains a catpageindex but the FUP now hides this parameter by what user cannot shift between catpageindex-es. (you can try it on the link above).
So: I would like to include this catpageindex as well into the link like this:
domain.com/Language/AdvCatName.aspx&catpageindex=3
Do you think it is possible?
Thank you!
Hello,
First of all, your issue isn't in the conditionnal behaviour settings, your conditionnal behaviour is only for url who have the param ProductID.
I have corrected your rewrite rule to display only the querystring param catpageindex like this : [${Scheme}][${UserInfo}][${RootPath}][/${Lang}][/${TabPath,None}][/${TabName,None}][/${AdvCatName}][/${ControlKey}][/${Level,None}][/${List,None}][.${Extension}][?${QueryString,QueryStringValue}][#${Fragment,QueryStringFlag}]
I see that you have deleted the rewrite group Extension and you've replaced it by ".aspx" at the end of your rule. It could generate some issues when you have some querystring parameters to display, so i've corrected that.
Now, your urls for advanced categories will be like you want.
Best regards,