Add join word "or" when both categories and properties are present

Previously for example with "Organic" property and "Fruit" and "Nuts" categories it rendered as: "Fruit or Nuts Organic" instead of: "Fruit or Nuts or Organic"
This commit is contained in:
Matt-Yorkley
2020-05-02 11:38:55 +02:00
parent f6b910b38a
commit 483a654d31

View File

@@ -12,6 +12,10 @@
= t :products_filters_in
%span.applied-properties{'ng-bind-html' => 'appliedPropertiesList()'}
%span{ "ng-show" => "appliedPropertiesList() && appliedTaxonsList()" }
= t :products_or
%span.applied-taxons{'ng-bind-html' => 'appliedTaxonsList()'}
%a.clear-all.right{"ng-click" => "clearAll()"}