Version 5.0.0
Release Date |
July 13, 2021 |
Plug-In Version |
5.0.0 |
Supported nopCommerce Version |
4.40 |
- Feature
- Added support for nopCommerce 4.40
- Updated Core DLL to version 5.0.0
- In all methods Request passing store id, language Id and currency id so based on that we are checking in Database, if it exists then it will set for that Request , if it's not then we are taking the work-context language Id ,currency Id , and store context Id
- Modify Methods
In Catalog Controller changes in below methods for add 4.40 filters functionality
Filter Using Price, SpecificationOptionIds, ManufacturerIds
Changes in also request and Response
- Get Product By Category
- Get Product By Tag
- Get Product By ManufacturerId
- Get Product By VendorId
- Load Filters
- Apply Filters
- Fixed Bugs
- Add MarkAsNew and Sku into product list in Catalog methods
- Add Description into category list in Catalog methods
- Extra Authentication customer GUID fixed in Miscellaneous methods
- add Breadcrumb into product details page in Product methods
- Getting an error into EnterCreditCardInfo due to parameter into miss order in checkout methods
- Add card store for payment plugin in checkout methods
- change status into NoShippingRequired methods in checkout methods
- add CustomValues for third party plugin in checkout methods
- IsPaymentWorkflowRequired method getting an error Some how they use reward points but it's wrong in checkout methods
- Product_AttributeChange sending wrong Id in attribute xml instead of ProductAttributeId it sending Id
in shopping cart methods