Nate Holland

Results 25 comments of Nate Holland

+1 on this, just ran into this issue this afternoon as well. You can only _update_ an items properties with `CartJS.updateItem()` and not `CartJS.updateItemById()`. However properties will set correctly when...

There's been a lot of work by the team at Shopify over the last few months on building more tools for Shopify theme building. You should find a suitable replacement...

I know it's been a while, but it would be great to have these doc updates merged in, they're very helpful compared to what's currently being displayed for the Dom...

I've had reasonable success with IE 11 compatibility using the following in my `.babelrc` ```{ "presets": [ "shopify/web", ["env", { "targets": { "browsers": ["last 3 major versions", "safari >= 7",...

Great to hear there's some solid numbers behind Slate usage, thanks for the insight there @t-kelly! Looking forward to the patch and hopefully increased project priority 🤞

@t-kelly If you have a chance to look at #1078 it may be a quick win to clear up the 404 issues.

You could write your styles directly into the section using a `{% stylesheet 'scss' %}` tag. This has a few drawbacks like not being connected to any variables you may...

You're most likely running into an issue with incompatible schema in Shopify. Have you confirmed that your `settings_data.json` is valid by copy/pasting it into your theme files with the Admin...

Sure it's possible. Slate technically is just a development workflow and opinion of how to manage your theme files. The files included when you start a new Slate project are...

I've been using `{% render 'snippetName' %}` within Slate for quite some time now and haven't had any issues. I think you'll find the fundamental change between how `{% include...