NB-166 Product Listing Page
The requirement is to add new static and dynamic text for total number of product search by using below code
{{#if isTotalProductsOne}}
<span class="productsearch-text">
{{#if productText}}
{{translate productText}}
{{else}}
{{translate ' Produkte'}}
{{/if}}
</span>
{{else}}
{{total}}
<span class="productsearch-text">
{{#if productsText}}
{{translate productsText}}
{{else}}
{{translate ' Produkte'}}
{{/if}}
</span>
{{/if}}