No content to show
User Activity
If I have a product that has options of "Size" with "Small, Medium, and Large" and "Color" with "Blue, Red, Yellow, White, and Black" I want to return: "Size - Small, Medium, Large" and "Color - Blue, Red, Yellow, White, Black". I have been able to ...
06-21-2022
I am calling the storefront api to return data to a custom storefront. This isn't the final product, but the sentiment is the same that I want to call two sections at the same time. Is this possible? query Collections{
collectionByHandle(handle:"co...
We are making a store with customized trinkets. We have an ingredient that serves as a variant, and that variant is used in each product. When that ingredient inventory runs out that variant needs to be automatically removed from every product. What ...
02-04-2022
@Zworthkey I believe the only instructs there are to 1. set the terminal to run as rosetta and 2. run the other instructions as normal. Unless I missed something then I did follow these instructions but still am getting this error. EDIT: Some additi...
02-03-2022
I had theme kit running on my pc but had to get a new computer because it wasn't handling running rpm for scss. I got a new M1 MacBook and it's nice but I can't run theme kit. I have terminal running on Rosetta and successfully downloaded brew. Throu...
01-19-2022
Hello! I am looking to create a new theme from scratch. I went through the process of connecting theme kit to my store but when I ran the command to create a new theme file it gave me the structure in the old format (e.g. template files are .liquid)....
01-07-2022
Thank you for the suggestion, but I don't want to be overriding code. I just want to sit down and code something new without worrying about clashes.
01-07-2022
I am looking to build specific pages that include only my CSS, but I want to link to pages that use the native theme CSS. I need a way to block all but my CSS from interacting with these pages/sections. What are the best ways of accomplishing this?
01-04-2022
I'm making changes to themes. I make changes on VS Code and then push to GitHub which goes to Shopify. I want to see changes before pushing to GitHub to improve efficiency and to keep GitHub more tidy. How can I develop locally and then push to GitHu...