optimize cart drawer

main
alexanderroese 2024-07-14 16:59:17 +02:00
parent dd9f48eb89
commit 38dfc509fc
1 changed files with 38 additions and 38 deletions

View File

@ -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 -%}