How can I create a drop-down under the add to cart so I can show my shipping and refund policy? I also want to add a size chart to each product page.
Hello @Kaliskloset
If you are using the Dawn theme, this option is available. Otherwise, follow the steps to create the feature:
- Go to Online Store → Theme → Edit code.
- Navigate to Snippet and add a new snippet named “Shipping-Return.”
- Paste the following code:
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Elementum sagittis vitae et leo duis ut. Ut tortor pretium viverra suspendisse potenti.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
magna aliqua. Elementum sagittis vitae et leo duis ut. Ut tortor pretium viverra suspendisse potenti.

- Find the main-product.liquid file and add the following line:
{%- when 'drop-down-menu' -%}
{% render 'Shipping-Return' %}
Screenshot:
- Locate the schema and insert the following line:
{
"type": "drop-down-menu",
"name": "Accordion",
"limit": 1
},
screenshot:
-
Go to Online Store → Theme → Customize.
-
Select the default product. Add a block with the name "Accordion.

