No content to show
User Activity
Hey @trungnus96 i faced the same issue and found a solution - you can set the global cornerRadius to "NONE:Since i edit most of the sections on its own, this had no conflicts with other settings for me.mutation checkoutBrandingUpsert($checkoutBrandin...
08-12-2024
Hey! This is probably not a problem anymore but i want to share the solution for people which are still facing this issue.shopify app env pullThis will get you the wanted information.
If your a still looking for a answer. Add a Link with the href="{{ block.settings.products1.url }}"
Hey @Aman_Verma. Please make sure to explain what you are trying. Currently you are looping through section Blocks on collection pages with the selected template. There is also a grid item included, which is probably the product card. If you want to ...
There are multiple ways to do that. Easiest solution would be to find the html element in your code and add style="width:350px;"
Your welcome! Can you please explain and give screenshots to make sure what you want.
10-01-2022
Try and replace the price.liquid with:
10-01-2022
Actually a snippet is rendered where the price is show. It should be called: price.liquid - there we can add or look for the compare price.
10-01-2022
You can save it and upload it as a file.
This is what you need to do:Go in to your code editor and look for base.css -> input[type='checkbox'] and add: accent-color: #fbc8be; It should look like this:input[type='checkbox'] {display: inline-block;width: auto;margin-right: 0.5rem;accent-color...
10-01-2022
We probably need the main-product.section check if there is a called similiar to this.l
10-01-2022
You can post it here so others can see how to edit it.
Hey @FOP ! Can you please share your Store URL? So i can provide you the css code you need to add to your theme.css file. Thanks!
10-01-2022
Hey @mdesnica95 ! You need to replace this part {{ shop.name | link_to: routes.root_url }} with your FullShopName. Have a nice day
10-01-2022
Hey @Sande1 ! The problem is, that the liquid variable is not in your product template. You need to add the {{ product.compare_at_price }} and use a money filter. Most themes already support the compare price variable. If you can share your product p...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1860 | 10-01-2022 09:25 AM | |
3778 | 10-01-2022 05:26 AM |