9.3.1.3 Release Notes

June 29, 2020

Enhancements

[ZPD-7884/ZLMC-965] - Order Summary Section Changes on Checkout Page

Shopper Experience


Earlier, the Order Summary section of the Checkout page used to display the Discount inclusive of shipping discounts and the Shipping used to display the non-discounted shipping price. Due to this, it used to give an impression that the calculations done on the Checkout page are incorrect.


Therefore with this release, the Discount would display only the discounts applicable on the order and products (if any) excluding the shipping discount and the Shipping would show the discounted shipping price.

Issues Resolved


[ZPD-7444/ZLMC-881] -  Web Store - The Znode web stores used to throw a script error on all the pages when the web store was opened on the latest version of Chrome (77).

[ZPD-7663] - Web Store - Count 0 used to get displayed on the Cart icon even when there were products in cart. This issue was only specific to IE-11 and was due to the count getting cached.


[ZPD-7887/ZLMC-966] - Web Store - When 2 or more customers (shoppers) with a different profile apply the same promotion, then the promotion did not use to work for the second and following customers.


[ZPD-10640/ZLMC-1408] - Admin & Web Store - After publishing a catalog, few linked products were getting published with a different catalog version Id. Due to this, those products were not getting displayed on the Web Store.

Implementation Details

[ZPD-7884/ZLMC-965] - Web Store - Order Summary Section Changes on Checkout Page

To implement this enhancement, changes were made in _TotalTable.cshtml file.


[ZPD-7444/ZLMC-881] -  Web Store - The Znode web stores used to throw a script error on all the pages when the web store was opened on the latest version of Chrome (77).

To resolve this issue, changes were made in event.js and event.min.js files.

[ZPD-7663] - Web Store - Count 0 used to get displayed on the Cart icon even when there were products in cart. This issue was only specific to IE-11 and was due to the count getting cached.

To resolve this issue, changes were made in _Header file.


[ZPD-7887/ZLMC-966] - Web Store - When 2 or more customers (shoppers) with a different profile apply the same promotion, then the promotion did not use to work for the second and following customers.

To resolve this issue, changes were made in the CalculateEachPromotion method of ZnodeCartPromotionManager.cs file.


[ZPD-10640/ZLMC-1408] - Admin & Web Store - After publishing a catalog, few linked products were getting published with a different catalog version Id. Due to this, those products were not getting displayed on the Web Store.

To resolve this issue, changes were made in the LinkProductFilters method of the WebStoreWidgetService file.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.