The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
Fixes # 500 The total number of search results only shows the items on the current page instead of all results
Description
In this PR I have modified the counting logic to reflect the total number of search results on all pages, not just the results visible on the current page.
How Has This Been Tested?
I tested the update on a clean DNN 9.13.3 solution, and everything worked as expected.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Related to Issue
Fixes # 500 The total number of search results only shows the items on the current page instead of all results
Description
In this PR I have modified the counting logic to reflect the total number of search results on all pages, not just the results visible on the current page.
How Has This Been Tested?
I tested the update on a clean DNN 9.13.3 solution, and everything worked as expected.
Types of changes
Checklist: