No content to show

User Activity

Hi Orhl1234,It looks like that description has some classes on it that are causing that issueThis happens when copying and pasting the description directly from the website.You should go to all the affected products in the Shopify Admin Dashboard > P...
Hi Ctal37, It looks like your theme has some custom code that is not part of Dawn v15. This code is meant to show only images that match the selected variant. This custom code appears to be from this series of tutorials:https://www.youtube.com/watch?...
To have this apply only to the 2nd and 3rd orders apply these changes:Here we proceed with the comparison only if the number of orders is 2 or 3 otherwise we return followUp is false Write Codeexport default function main(input) { const orders = in...
Hi Wilkius, Sorry for the delay. I was testing the flow and ran into a problem with checking how many orders a customer has in this step:It was always showing 0 even though I had at least 4 orders. Apparently it takes 1-2hr for Custom.numberOfOrders ...
One more thing, for "Select a query to filter data" choose "Placed by same customer in last day" and then remove " AND created_at:>='{{ "now" | date_minus:"1 day" }}'"  
Hi Wilkius, To get the last two orders, you should use Sort data by "Created at" in Descending order. Sorting in descending order ensures that the most recent orders are at the top of the list. Once sorted, you can then retrieve the first two orders ...
Hi Glucinth, with this css you should be able to control the width of the drop down and set --color-foregroundnote: the format for --color-foreground is [0-255], [0-255], [0-255]  ex. 255, 255, 255 for white and 0, 0, 0 for black like RGB .product-fo...
Hi Glucinth, looking at the code I appear to have found the problem with the dropdown's outline not being visible. The outline is getting it's color from a css variable called --color-foreground. This variable is set in your theme settings but I foun...
Hello MahmoudSalahat, I looked into the code and it appears that the issue is these 2 sections on your product pageThe reason this is happening is because these two sections are importing a stylesheet that is using a class name to style those section...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to