No content to show
User Activity
10-19-2024
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...
10-19-2024
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).
10-18-2024
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...
10-18-2024
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.
10-18-2024
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
}
}
}
}
10-17-2024
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 ...
10-17-2024
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;
}
10-17-2024
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...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
493 | 10-19-2024 11:01 PM | |
503 | 10-17-2024 11:43 PM | |
532 | 09-12-2024 10:04 AM | |
274 | 09-10-2024 01:49 AM | |
431 | 09-10-2024 01:13 AM |