Liam Merlyn
Liam Merlyn
This is nothing to do with this repo. I'd suggest hiring a professional to work on that for you.
@jose-glebson see my comment above, this is not relevant to this repo. Find a professional.
It depends entirely on your theme. Every theme's code is different.
Dawn doesn't use a product.liquid template, it uses JSON: https://github.com/Shopify/dawn/blob/main/templates/product.json If you mean the product section code, that can be found here: https://github.com/Shopify/dawn/blob/main/sections/main-product.liquid
That isn't a thing. There's `product.json` which is a template and there's `main-product.liquid` which is a section. @Yehodak you should close this issue.
@NathanPJF Could this be addressed please? I know V1 is all the rage right now but V0 still has a very valid place in daily workflows, at least until/if V1...
I usually grab it via data-attributes. ```html ``` ```js console.log($('#variant').data('variant'); ```
I've got a feeling this is a Shopify issue, this exact same thing is happening for me using non-Slate local development tools.
@reco I've been assured from one of Shopify's engineers that Slate definitely isn't being discontinued, they've just had to reassign the Slate team to other areas of Shopify for the...
This has been a big problem for me whilst developing a complex enquiry form page, I can't test little changes because the challenge tells me the answer was incorrect (Click...