No content to show

User Activity

It sounds like you are very new to this, thankfully Shopify makes it easy!  The more specific your question on this forum, the better help you'll get. For instance - I need help setting up shipping zones VS My store is not working. If you have specif...
You got it! Once it's live you'll be able to see every time the flow was triggered and what action the flow the performed. Below is a screenshot of where the flow actions get listed (mine is empty since its not running).  
Correct, this triggers any time a product changes inventory levels. The next thing it does is check to see if the product that changed inventory contains one of those skus and if the total inventory for the product is less than 100, if yes, then it u...
Yes, you'll need to add all 14 SKUs and correct, it would be 700 total and 650 cut off.  Here is a screen shot of the second step:Lastly, you won't need to create flows for each product. You can nest it, see screen shot below.If you need more details...
gotcha! Are you familiar with editing the liquid code templates? If so, I can share the code changes so the description is open by default instead of closed. But it would require making a few edits to the liquid code.
Hello, On the impulse theme, go to customizer > product > then click on Description on the left side and uncheck show tabbed. This way the description is always visible. I've attached a screenshot below.  
After testing, the following method should work. Use the BOGO as the auto discount and allow it to combine with "Order Discounts". Then create an order discount for 25% off coupon code and allow it to combine with "Product Discounts". Now the custome...
In theory, to recreate this functionality the collection block code would be updated to include the product url in the html block for each product. Then use javascript to read the url and move that html block to the first position on the page.  I'll ...
Hello, You have syntax errors in your code, below is proper syntax to achieve this. Let me know if you have any more questions!query { products(first:100,query:"title:*brace*"){ edges{ node{ title } } } } 
This is a funnel issue. You'll need to provide a ton more details to properly fix the conversion rate. I'd highly recommend auditing your website for mistakes (see below) and then auditing your funnel. A low conversion rate is related to the website ...
Hello, Yes you can do this with Shopify Flows. If your not familiar with it, it is a Free Native Shopify App.  Example one product with 3 variants. Step 1. Each variant will get 50 inventory. Step 2. Total inventory at the product level will now be 1...
you can do so using the text-shadow parameter. Add the following code to your css.body{ text-shadow: 0 0 6px green; }   
I use the GraphQL endpoint but not for functions. Is there a reason something like this wouldn't work in your case? (Cart id will need to be dynamic "1" is just a place holder for reference). You can add more fields as well.query runinput { cart(id...
Hello, Shopify does not support favicons at checkout, your not doing anything wrong.
Hi, The only way that comes to mind after doing some digging is by using tags in combination with the default sort options. If you have a URL example of a store that is doing it the way you described, send me DM with their URL and I can take a look a...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.