Shopify themes, liquid, logos, and UX
Hello I’m using the code from this post:
https://community.shopify.com/c/shopify-design/collapsible-row-for-product-description/m-p/1897289
So
{%- when 'description' -%}
{%- if product.description != blank -%}<div class="product__accordion accordion quick-add-hidden" {{ block.shopify_attributes }}>
<details id="Details-{{ block.id }}-{{ section.id }}">
<summary>
<div class="summary__title">
<h2 class="h4 accordion__title">
<b><span class="spaceicon">💭</span> Product Beschrijving</b>
<!--<b>💬 Product Beschrijving</b>-->
</h2>
</div>{% render 'icon-caret' %}
</summary>
<div class="accordion__content rte" id="ProductAccordion-{{ block.id }}-{{ section.id }}">
<div class="product__description rte quick-add-hidden">
{{ product.description }}
</div>
</div>
</details>
</div>{%- endif -%}
but I want this collapsible row to automatically open whenever someone goes to the product page. The customer can close it because it is a collapsible row but it should start open like this
my url is https://trendblend.eu/products/controllable-led-curtain
Hi @TrendBlend
The collapsible row section is not visible on the product page.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025