05 May 2020 (8.7.3 & 8.7.4)

Bug Fixes for Release 8.7.4

The following changes have been implemented in the Tagging section of Catalog Admin console for both single product update and bulk updates:

  • The Bulk Update button has been renamed as Update Tags button in the Tagging page.
  • The Update Tags button and Go button alignment have been resolved.
  • The breadcrumb for a Product Tag has been fixed to display Catalogs/Master/Tagging/, where Product Tag is the product’s tag name.
  • The Tagging label has been renamed as Product Tags after navigating to a particular product.
  • The Product Tags screen’s box alignment has been fixed for non-edit and edit modes.
  • Under the product tag, displays the tag caption for the selected tags. Otherwise, the text “No Tags Available” is shown when no tags are selected.

Bug Fixes for Release 8.7.3

The following changes have been implemented in the Tagging section of Catalog Admin console:

  • Allows the user to select 50 products on the Tagging page.
  • When switching the locale, the existing tags are shown based on the selected locale.
  • The Tags Overview title alignment and font issues have been resolved to maintain consistency.
  • The Project icon has been removed from the Tags Overview page.
  • The Tagging title alignment and font issues have been resolved to maintain consistency.
  • The sort option has been removed from the Select column.
  • The sort option has been provided to the Product ID column.
  • The UI alignment issue has been fixed between the initial load and after applying the filters.
  • The width of the Product Name column has been increased and the width of the Product ID column has been reduced to reflect appropriately.

15 April 2020 (8.7.1 & 8.7.2)

Catalog Admin

The following changes have been implemented in the Catalog Admin console:

  • While exporting the model data, there is a separate sheet that appears for an attribute. This sheet containing the attribute has been removed. Now, it contains only the model data. [SECOM-47180]
  • The Catalog Import feed is completed with an error while importing model values for multiple locales. This has been resolved. [SECOM-47421]
  • When there is no data for a particular locale, it was not picking up the default locale. This issue has been rectified. [SECOM-47488]
  • On clicking the Add button in the Model Values Import section it was not prompting to an appropriate page after selecting a project. This has been resolved now. [SECOM-47561]
  • After importing the model values, the imported details were not getting reflected immediately. This issue has been resolved. [SECOM-47562]
  • The reference values of the model attribute were getting rendered on the admin for only one reference value and not for the other reference value. This has been rectified. [SECOM-47563]
  • In the nested model scenario, the model values of the nested model were not getting displayed in View mode. This has been rectified. [SECOM-47564]
  • The deleted model was displayed in the export model data. The deleted model will not be reflected now. [SECOM-47565]
  • The template model values are non-editable now in the Product/SKU association when its nested under the Reference model. [SECOM-47572]
  • The following issues in the Tagging screen have been resolved [SECOM-47573]:
    • Resolved Alignment issue in the Tags Overview page
    • Removed Product related search fields from the Tag grid
  • The issue related to default expansion of the nested model in the model value creation page has been rectified. [SECOM-47578]
  • The data duplication issue of an approved project in the Attributes section has been resolved. [SECOM-47581]
  • Issues related to the lazy load option within the model values have been resolved. [SECOM-47582]

Feed Service

The following changes have been implemented in the Feed service:

  • In the B2B Reindexer feed, the second-level children model attributes are not getting reflected in SOLR. This issue has been rectified. [SECOM-47123]
  • Previously, the description was not displayed when the models are created via the Import sheet. This issue has been resolved. [SECOM-47182]
  • The bundled products are not reflected in SOLR after running the B2C Reindexer feed. This is resolved now. [SECOM-47727]

08 April 2020 (8.7.0)

Release Changes for Skava Commerce Microservices

Catalog Service

The following new features or changes have been implemented in the Catalog Service for this release:

  • Ability to manage the Model value attribute. [SECOM-46066]
  • Added privileges to manage the Model entity. [SECOM-46028]
  • Added multi-locale support for type Reference Model. [SECOM-45987]
  • Ability to map the Reference Model type to product and/or SKU. [SECOM-45962]
  • Ability to map the Template Model type to product and/or SKU. [SECOM-45958]
  • Ability to create attributes for Model and nested Model. [SECOM-45957]
  • Added an optional param that is used to pull out the models and the attributes within that model, which is associated with the given Product and/or SKU. [SECOM-45956]
  • Added entity value to store attribute value for the Reference Model type. [SECOM-45955]
  • Added entity value to store attribute value for the Template Model type. [SECOM-45953]
  • Ability to Delete a Model. [SECOM-45950]
  • Ability to update all or specific attributes of a Model. [SECOM-45949]
  • Ability to update a specific Model. [SECOM-45948]
  • Ability to find a specific Model. [SECOM-45947]
  • Ability to find all the Models. [SECOM-45946]
  • Ability to create a Model. [SECOM-45945]
  • Added new field type Model for attributes. [SECOM-45944, SECOM-45936]
  • Added new fields Parent Model ID and Model ID in attribute master. [SECOM-45935]

Ratings and Reviews Service

The following changes have been implemented as part of this ticket [SECOM-47072]:

  • The Ratings and Reviews service has been newly introduced where a super admin/business admin user can view all the ratings and reviews detail and approve/reject a review of a registered customer.
  • Ability to display the submitted review of a customer with the “Pending” status.
  • Ability to publish only the approved reviews on the storefront.
  • Ability to display the reviews in the chronological order based on the review submitted timestamp.
  • Ability to display the ratings and reviews according to the selected locale.
  • Ability to view the recently reviewed items by showing the latest at the top.
  • Ability to view the item-wise overall ratings (average rating, rating count, and review count) of a product/SKU.
  • Ability to download the recently reviewed items or overall ratings of all the products/SKUs in an excel sheet file format to your local computer.
  • Ability to search by item ID, rating, and status of the item.
  • The following capabilities have been implemented as a plugin (SDK) for Ratings & Reviews as part of this ticket [SECOM-47072]:
    • Ability to submit one or more ratings and reviews as a registered user or Anonymous user for the same product/SKU.
    • Ability to like or unlike a rating or review provided for a product in the PDP page by a registered or anonymous user.
    • Ability to sort the ratings by “High to Low” or “Low to High” order.
    • Ability to view reviews by rating-wise.
    • Ability to upload images by a customer.

Feed Service

The following new features or changes have been implemented in the Feed Service for this release:

  • Added feed support for product and/or SKU association with model attributes. [SECOM-46365]
  • Added export feed support to export products and/or SKUs with reference model attribute values. [SECOM-46351]
  • Ability to honor the attribute entity changes and addition of model entity in the B2B Reindexer feed. [SECOM-46349]
  • Ability to honor the attribute entity changes and addition of model entity in the B2C Reindexer feed. [SECOM-46348]
  • Added export feed support to export models. [SECOM-46341]
  • Project approval feed to support the Reference Model attributes. [SECOM-45998]
  • Ability to honor the data type model and the model entity in the Reindexer feed. [SECOM-45997]
  • Ability to handle reference model values in product and/or SKU Import feed. [SECOM-45989]
  • Export capabilities to get the model values of type Reference via feed. [SECOM-45986]
  • Added import support to create multiple attribute values for reference model type. [SECOM-45983]
  • Added import support to create models. [SECOM-45982]
  • Ability to honor the model field type and additional columns in Attribute Import feed. [SECOM-45979]

Release Changes for Skava Commerce Admin Consoles

Catalog Admin Console

The following change has been implemented in the Catalog Admin Console for this release:

  • Ability to use model attributes for sales catalog mapping and product and/or SKU attribute listing filter. [SECOM-46042]
  • The following changes have been implemented for the reference model as part of this ticket [SECOM-46041]:
    • Added project workflow to define attribute values.
    • Added a new Models tab in the project details page.
  • Limited privilege to delete a Model by a Catalog Editor. [SECOM-46039]
  • Added Model value in the Field Type of the attribute. [SECOM-46035]
  • Modified sample template to support the Model creation, addition of attribute value for reference Model. [SECOM-46034]
  • Ability to export the attribute values of the reference model. [SECOM-46033]
  • Ability to import the attribute values of the reference model. [SECOM-46032]
  • Added support to import the attribute values. [SECOM-46031]
  • Ability to view attributes, template model as attributes, and reference model as attributes while mapping the attributes with products. [SECOM-45974]
  • The following changes have been implemented as part of this ticket [SECOM-45934]:
    • Ability to view the Reference Models in the product attributes list and map the Model(s) as attributes to the product.
    • Ability to choose multiple attribute values of the Reference Model.
  • The following changes have been implemented as part of this ticket [SECOM-45933]:
    • Ability to view the Reference Models in the master catalog details page and define values for the attributes via project workflow.
    • Ability to define multiple attribute values for the Reference Model based on the locale.
  • Ability to view the Template Models in the product attributes list and map the Model(s) as attributes to the product. [SECOM-45932]
  • Ability to nest a Model within another Model via the attribute type “Model”. [SECOM-45931]
  • Ability to edit an existing attribute within a model. [SECOM-45930]
  • Ability to add attributes within a model. [SECOM-45928]
  • Ability to create a new Model. [SECOM-45927]
  • Ability to view Model listing page. [SECOM-45925]
  • Added the Data Model tab in the left navigation panel. [SECOM-45924]

Foundation Admin Console

The following new features or changes have been implemented in the Foundation Admin Console for this release:

  • The following changes have been implemented as part of this ticket [SECOM-47111]:
    • Added the Feed History tab in the Left Navigation panel to view the Feed history that has run in the SkavaCommerce application.
    • Ability to search for feed, view the status of the feed, auto-refresh the Feed History page, and export feed in the Feed History page.

Merchandising Admin Console

The following new features or changes have been implemented in the Merchandising Admin Console for this release:

  • The following changes have been implemented as part of this ticket [SECOM-46821]:
    • Ability to add images for a category.
    • Enhanced the authoring section of the category description with HTML for a category.
  • Ability to map the products with a category by using the product filter. [SECOM-45622]
  • Ability to maintain the order of the products and sequence of the template within the category. [SECOM-45888]
  • Ability to view the category property as part of the search criteria. [SECOM-46826]

Ratings and Reviews Console

The following changes have been implemented as part of this ticket [SECOM-47072]:

  • The Ratings and Reviews Admin console has been newly introduced where a super admin/business admin user can view all the ratings and reviews detail and approve/reject a review of a registered customer.
  • Ability to display the submitted review of a customer with the “Pending” status.
  • Ability to publish only the approved reviews on the storefront.
  • Ability to display the reviews in the chronological order based on the review submitted timestamp.
  • Ability to display the ratings and reviews according to the selected locale.
  • Ability to view the recently reviewed items by showing the latest at the top.
  • Ability to view the item-wise overall ratings (average rating, rating count, and review count) of a product/SKU.
  • Ability to download the recently reviewed items or overall ratings of all the products/SKUs in an excel sheet file format to your local computer.
  • Ability to search by item ID, rating, and status of the item.

Known Issues

Users may experience latency under high load (less than 3 seconds) when opening the following pages in the CSR Admin console:

  • Customer Overview page [SECOM-48476]
  • Order Overview page [SECOM-48509]
  • Order Checkout page [SECOM-48510]

Revision History

2020-05-05 | JP – Added Release 8.7.3 & 8.7.4 content.
2020-04-15 | JP – Added Release 8.7.1 & 8.7.2 content.
2020-04-08 | JP – Added Release 8.7.0 content.