Convert Old Shopify Theme Into Shopify 2.0
Steps: 1. Remove {% section %} tags 2. Move surrounding {% section %} codes into their own sections for example: {% section ‘product-faqs’ %} will be now product-faqs.liquid under SECTIONS 3. Replace
Steps: 1. Remove {% section %} tags 2. Move surrounding {% section %} codes into their own sections for example: {% section ‘product-faqs’ %} will be now product-faqs.liquid under SECTIONS 3. Replace
1. In your Shopify Admin go to online store > themes > actions > edit code 2. In your theme.liquid file, find the (press CTRL + F or command + F on
1. Find and paste the below code just above it 2. This should be the product loop and pagination loop 3. Finally add the javascript code to the end of the file