Main
+ Filter
Filters
Active Filters
- filter.key == "filter.v.availability")?.values?.find(value => value.value == "1")?.count > 0 && collectionStore.filterCollection("filter.v.availability", "1").then(() => this.$refs.products.scrollIntoView())' :disabled='collectionStore.loading || collectionStore.filters?.find(filter => filter.key == "filter.v.availability")?.values?.find(value => value.value == "1")?.count === 0' > In stock ()
- filter.key == "filter.v.availability")?.values?.find(value => value.value == "0")?.count > 0 && collectionStore.filterCollection("filter.v.availability", "0").then(() => this.$refs.products.scrollIntoView())' :disabled='collectionStore.loading || collectionStore.filters?.find(filter => filter.key == "filter.v.availability")?.values?.find(value => value.value == "0")?.count === 0' > Out of stock ()