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!
The problem was caused by data inconsistency between the dictionary containing the products loaded form the setting and the information stored inside of the grid view object. I solve it by adding a extra call to the LoadItems method to force the grid to update before the product is deleted.
How Has This Been Tested?
Locally in my development environment
Screenshots (if appropriate):
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 #474
Description
The problem was caused by data inconsistency between the dictionary containing the products loaded form the setting and the information stored inside of the grid view object. I solve it by adding a extra call to the LoadItems method to force the grid to update before the product is deleted.
How Has This Been Tested?
Locally in my development environment
Screenshots (if appropriate):
Types of changes
Checklist: