optimize cart drawer
parent
dd9f48eb89
commit
38dfc509fc
|
@ -253,8 +253,7 @@
|
|||
{%- endfor -%}
|
||||
</div>
|
||||
</details>
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
<dl>
|
||||
{%- if item.product.has_only_default_variant == false -%}
|
||||
{%- for option in item.options_with_values -%}
|
||||
|
@ -291,6 +290,7 @@
|
|||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
</dl>
|
||||
{% endif %}
|
||||
|
||||
<p class="product-option">{{ item.selling_plan_allocation.selling_plan.name }}</p>
|
||||
{%- endif -%}
|
||||
|
|
Loading…
Reference in New Issue