Sections in the article
inriver is moving towards more incremental, smaller releases to better and faster accommodate our customers. With smaller, more frequent releases, inriver will be able to increase the quality and transparency of the releases and identify and mitigate any erroneous behavior that may be caused by the release much faster.
NB! To receive notifications when new release notes are published, please ensure you follow this page by clicking the "follow" button above.
Please see below for the deployed features and improvements:
Brand Store v2
- It has been implemented so that PIM REST API requests can be done directly from an HTML template script when setting up PDF templates for Brand Store.
- It has been implemented so that if no PDF templates are configured, the PDF option is hidden when downloading data.
- It has been implemented so that it’s possible to configure a different maximum limit of data to add to the cart when selecting data to download, to override the default configuration of 500. This configuration is set per environment and will apply to all stores for that environment.
An assessment should be done of the size and the depth of the data structure to set a reasonable value when changing this configuration. - The performance when filtering based on taxonomy has been enhanced to give a faster response to the search result that matches the selection. The team will continue optimizing the performance even further in the upcoming release.
-
It has been implemented so that extended field objects and field sets are exposed when setting up PDF templates, so that the PDF templates can leverage a richer structure with extended field details. Documentation will be added to the knowledge base shortly about how to use the extended field objects. In the meantime, here is an example of what is now possible and how it can be used:
<div class="product-details"><p><strong>Weather Value:</strong> <%= fullFields.productWeather.value %></p>
<p><strong>Weather Id:</strong> <%= fullFields.productWeather.id %></p>
<p><strong>Weather Name:</strong> <%= fullFields.productWeather.name %></p>
<p><strong>Weather Category Id:</strong> <%= fullFields.productWeather.categoryId %></p>
<p><strong>Weather Category:</strong> <%= fullFields.productWeather.category %></p>
<p><strong>Weather Fieldsets:</strong></p><ul>
<% if (fullFields.color && fullFields.color.fieldSets) { %>
<% fullFields.color.fieldSets.forEach(function(fieldSet) { %>
<li><strong>ID:</strong> <%= fieldSet.id %> <br><strong>Name:</strong>
<%= fieldSet.name %> </li><% }) %>
<% } else { %>
<li>No field sets available</li>
<% } %>
</ul>
</div>
Adapters
It has been implemented so that the Shopify Adapter now supports multi-language for value lists, metafields, and options.
It has been implemented so that the Shopify Adapter supports multi-store setups.
It has been implemented so that the Shopify Adapter features improvements to the Shopify App installation process.
Please see below for the deployed bug fixes:
Brand Store v2
- We have applied a solution to ensure that related data is only made available in the store when it is explicitly configured in the store settings.
- We have applied a solution to ensure that when Specification fields are included in a download and duplicate field names exist in the template, a number is automatically added to distinguish them (e.g., Battery (en) → Battery (en) (1)).
- We have applied a solution to ensure that localized CVL fields in the table view of the related data section on the Product Details Page display the correct language value based on the store configuration and the user’s preferred language setting.
- We have applied a solution to ensure that localized field values are correctly included in the download file whenever a value exists for the selected language.
inriver Implementation Standards
inriver's ambition is to collaborate with our partners in providing our customers with the safest and most secure PIM system possible. With that in mind, inriver is improving the information on our Community to help implementation partners ensure quality, optimize implementations, and avoid pitfalls.
Read more about inriver Implementation Standards
Comments
0 comments
Please sign in to leave a comment.