A: You can enable 'Select a Style' within Shopify's theme code editor
- Sign into your Shopify admin
- Go to 'Online Store' > 'Theme'
- Click 'Actions' > 'Edit Code'
This is the same video from the previous question for these steps
-
Scroll down to the 'Snippets' Folder and select the 'settings.liquid' file
-
Convert {%assignproduct_enable_select_an_option = false -%} to
{%- assign product_enable_select_an_option = true -%}
0 Comments