No content to show
User Activity
05-22-2023
If it's only a test order, just delete it. If that's not an option, you will need to contact shopify support here to change your currency: https://help.shopify.com/en/questions
05-20-2023
Yes, but they will probably not point to the domain you want?
Great that you found the base.css file! I don't know the Wishlist Plus App that you're using, but did you follow their documentation here: https://swym.it/help/installing-the-swym-wishlist-feature-on-your-shopify-dev-theme/ ? Maybe it would be better...
Hi Mridula Which theme are you actually using? Open the "Assets" folder and type ".css" as search term. This is what your results would look like in the latest Dawn theme. Try finding a file which is either "main.css", "theme.css", "base.css" or sim...
I assume you're using a Online Shop 2.0 theme. For these themes, there is no theme.scss.liquid file. If you want to edit the css of your theme, try to find a file called theme.css or base.css in your Asset folder instead (the actual name depends on t...
05-20-2023
Hello @S02K If you only add 'en' to your if clause, then it will indeed also add the noindex tag to handles which contain "armbanden" or "kettingen". So you would have to be more specific with your handles, ie. adding another character like a dash o...
05-20-2023
@NomtechSolution as far as I know, there is no file called theme.scss.liquid in Online Store 2.0 versions of Dawn. The correct file to change is called base.css.
05-20-2023
Hallo @Gamze1 Versuch mal das Attribut playinline in deinem <video> Element auf playsinline zu ändern. Ich denke da fehlt bei dir ein "s" <video autoplay muted loop playsinline id="myVideo">
<source src="https://cdn.shopify.com/videos/c/o/...
05-20-2023
Not sure what your question is. Maybe try to be a little bit more specific next time... If you want to change the currency of your Shopify store, click on "Settings" in the bottom left corner. Then, in the "Store Details" page change your currency in...
Try referencing the font file URL as specified in the Shopify docs with the asset_url filter instead of guessing the relative path to the file yourself : https://shopify.dev/docs/themes/architecture/settings/fonts#host-fonts-in-your-theme
05-20-2023
In Shopify admin panel, go to "Online Store" > Three Dots > "Edit Code" > "Assets" Folder and open "base.css". At the very bottom, add this:body{text-align: "center";} Click the "Save" button in the top right corner.
05-20-2023
Aaaah, I wasn't aware that I need to access the customer attributes via the order object. Makes total sense. Thanks for your help, @paul_n
05-17-2023
@paul_n these are the conditions I can choose of:Maybe I am searching in the wrong place? Is there a difference in the variables available in Marketing automations vs. the Flow app?
05-17-2023
That sounds like a great idea @JoesIdeas . I actually already tried to add a tag to the customer:But I don't seem to be able to add a condition to check for these tags?
I have an automation which sends a discount code to the customer after 90 days of inactivity since the last order. This works fine.My problem is that the same code is sent again and again to the same customer after another 90 days period without an o...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
796 | 05-20-2023 10:23 AM | |
562 | 05-20-2023 08:56 AM |