InsightDecember 11, 2023
How to Add a Product Accordion to Your Squarespace Store
By Tori Gordon
Accordion functionality on a Squarespace website offers significant benefits for product presentation. By organizing information into expandable sections, it allows for a streamlined user experience that facilitates easy navigation, helping visitors find relevant details quickly.
1. Add an accordion block into the product’s additional information section.
2. Add a code block below the accordion block.
3. Copy and paste the code below into a code block.
<script src="https://storage.googleapis.com/Squarepaste/base-jquery.JS"></script>
<script>$(".accordion-block").appendTo(".ProductItem-details-excerpt-below-price, .ProductItem-details-excerpt");</script>




