9.5.0.2 Release Notes

June 8, 2020


Highlights


Release Information

This patch release includes minor bug fixes.


Breaking Changes

Please refer to this Breaking Changes document for more information. 


Issues Resolved


[ZPD-10401/ZLMC-1383] - Admin - After associating a searchable attribute to a Search Profile, the associated attribute was not getting displayed.



[ZPD-10633/ZLMC-1404] - Admin - If an attribute is associated with Facets for a Search Profile, then after associating it as a searchable attribute, the associated attribute was not getting displayed, however, the attribute was getting saved when the Save button was clicked.



[ZPD-10494] - Admin - A mandatory payment method selection was requested by the application to place an order, even when a Gift Card was used to pay the complete order amount.



[ZPD-10520/ZLMC-1392] - Admin / API / Web Store - Incorrect entries were getting saved in the database table ZnodeOmsOrderLineItems when an order was placed with bundled products.


Implementation Details


[ZPD-10401/ZLMC-1383] - Admin - After associating a searchable attribute to a Search Profile, the associated attribute was not getting displayed.

To resolve this issue, changes were made in the AddAttributes method of Search.ts file.



[ZPD-10633/ZLMC-1404] - Admin - If an attribute is associated with Facets for a Search Profile, then after associating it as a searchable attribute, the associated attribute was not getting displayed, however, the attribute was getting saved when the Save button was clicked.

To resolve this issue, changes were made in the 

  • AssociateAttributesToProfile and UnAssociateAttributesFromProfile methods of SearchProfileService file.

  • N'Znode_InsertUpdateSearchProfile stored procedure.


[ZPD-10494] - Admin - A mandatory payment method selection was requested by the application to place an order, even when a Gift Card was used to pay the complete order amount.

To resolve this issue, changes were made in the ValidateDetails method of Order.ts file.



[ZPD-10520/ZLMC-1392] - Admin / API / Web Store - Incorrect entries were getting saved in the database table ZnodeOmsOrderLineItems when an order was placed with bundled products.

To resolve this issue, changes were made in the following methods of ZnodeShoppingCart.cs file:

  • GetZnodeProductBundles

  • BindProductDetails

  • GetProductDetails

  • GetProductDetailsV2

Did you find it helpful? Yes No

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