Follow

Link product options to update secondary menus in line with current menu selection

1. Download linked-options.liquid at here : https://gist.github.com/carolineschnapp/1083007

2. go to sca-quick-view-template.liquid put below contents to end of file.

{% include 'linked-options' %}

<script> 
function sca_default_callback_function ($,product) {
    console.log('vao day');
    Shopify.optionsMap = [];
     Shopify.linkOptionSelectors(product);
}
</script>

3. Save sca-quick-view-template.liquid file.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Powered by Zendesk