How to add text that includes static and dynamic text

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}}

Leave a comment

Your email address will not be published. Required fields are marked *