optimize cart drawer
parent
ad5bc97d31
commit
55511f6ceb
|
@ -223,6 +223,7 @@
|
|||
console.log("item.product_type", {{ item.product | json }}, {{ item.options_with_values | json }})
|
||||
</script>
|
||||
|
||||
{% if item.product.tags contains "shx-texte" %}
|
||||
<details id="Details-collapsible_row_RRqw3t-template--22918251282708__collapsible_content_6VWmhQ" style="" open="">
|
||||
<summary id="Summary-collapsible_row_RRqw3t-template--22918251282708__collapsible_content_6VWmhQ" role="button" aria-expanded="false" aria-controls="CollapsibleAccordion-collapsible_row_RRqw3t-template--22918251282708__collapsible_content_6VWmhQ">
|
||||
<h3 class="accordion__title inline-richtext h4">
|
||||
|
@ -248,6 +249,7 @@
|
|||
{%- endfor -%}
|
||||
</div>
|
||||
</details>
|
||||
{% endif %}
|
||||
|
||||
{%- for option in item.options_with_values -%}
|
||||
<div class="product-option">
|
||||
|
@ -264,6 +266,7 @@
|
|||
{%- assign property_first_char = property.first | slice: 0 -%}
|
||||
{%- if property.last != blank and property_first_char != '_' -%}
|
||||
<div class="product-option">
|
||||
<h5>here</h5>
|
||||
<dt>{{ property.first }}:</dt>
|
||||
<dd>
|
||||
{%- if property.last contains '/uploads/' -%}
|
||||
|
|
Loading…
Reference in New Issue