fix: Merge conflicts in macros

- Use `filter-lookup-wrapper` on checkbox wrapper
- Bind data value to wrapper
This commit is contained in:
Marica
2022-03-22 15:39:36 +05:30
committed by GitHub
parent 37134b04d8
commit 0f774f2f07

View File

@@ -338,13 +338,8 @@
{% if attribute.item_attribute_values %}
<div class="filter-options">
{% for attr_value in attribute.item_attribute_values %}
<<<<<<< HEAD
<div class="checkbox">
<label>
=======
<div class="filter-lookup-wrapper checkbox" data-value="{{ attr_value }}">
<label data-value="{{ attr_value }}">
>>>>>>> f6e64c2cac (fix: Product Filters Lookup)
<input type="checkbox"
class="product-filter attribute-filter"
id="{{ attr_value }}"