How can I add a drop-down menu for policies and size chart on product page?

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:

  1. Go to Online Store → Theme → Edit code.
  2. Navigate to Snippet and add a new snippet named “Shipping-Return.”
  3. 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.
        

      

    

    
      
      

        

          
![Lysse_Size_Chart_600px.webp?v=1705566820|600x768](upload://2OwJCaELXUL3soF2Epd6X1AeRzJ.jpeg)

        

      

    

  

  1. Find the main-product.liquid file and add the following line:
{%- when 'drop-down-menu' -%}
{% render 'Shipping-Return' %}

Screenshot:

  1. Locate the schema and insert the following line:
{
"type": "drop-down-menu",
"name": "Accordion",
"limit": 1
},

screenshot:

  1. Go to Online Store → Theme → Customize.

  2. Select the default product. Add a block with the name "Accordion.