Quantcast
Channel: Opinion: Shopify Community - Shopify Design
Viewing all articles
Browse latest Browse all 57838

Kylea commented on How do I add Variant SKU next to the Options when an option is selected?

$
0
0

Yes this is definitely possible. Add an empty div to the product template where you would like the sku displayed, for example: <div id="sku"></div>.

Find the selectCallback, this should be at the bottom of theme.liquid, after var selectCallback = function(variant, selector) { add: 

if (variant) { $("#sku").html(variant.sku); }

 


Viewing all articles
Browse latest Browse all 57838

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>