Wish List Product
{{#if productList.length}}
  • {{#productList}} {{> ecomcatProduct}} {{/productList}}
{{else}}
{{> errorpage errorIcon="appyicon-no-data"}}
{{/if}}