nop 2.4 - Do not display the subcategory page, display all category products using stored procedure

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 12 ans
Hi,

Back in nop 2.1 we added some code so that when the user clicked on a category the system would skip the subcategory page and display all products for the category. We are upgrading to nop 2.4 and the code still works if commonSettings.UseStoredProceduresIfSupported is set to false, but we would like to use the stored procedure for performance.

Has anyone done something similar using the stored procedure? Looks like I would need to pass a list of subcategory ids, but not quite sure how to go about it.

Thanks,
Rhek
Il y a 12 ans
This has been included in v2.5 which will be released at the end of march:
http://nopcommerce.codeplex.com/workitem/10271
http://nopcommerce.codeplex.com/SourceControl/changeset/changes/9dcb32dc04f6
Il y a 12 ans
Thanks for the reply!
Rhek
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.