diff --git a/src/app/core/models/product-variation/product-variation.helper.ts b/src/app/core/models/product-variation/product-variation.helper.ts index 7e4c956824..29260b4b6d 100644 --- a/src/app/core/models/product-variation/product-variation.helper.ts +++ b/src/app/core/models/product-variation/product-variation.helper.ts @@ -109,7 +109,7 @@ export class ProductVariationHelper { // attribute is not selected !selectedFacets.find(([key]) => key === attr.variationAttributeId) || // selection is variation - selectedFacets.find(([key, val]) => key === attr.variationAttributeId && val === attr.value) + selectedFacets.find(([key, val]) => key === attr.variationAttributeId && val === attr.value.toString()) ) ).length; }