No content to show
User Activity
I would like to do it with my site also, would you please help me?www.danicoffeeshop.com tried the code shared, but doesn't work on my.
03-23-2024
Hi all, as you can see my search box has been covered by my mega menuHow to fix it? www.danicoffeeshop.com sense 2.0 theme
12-20-2023
Thanks for the answer but i'm searching someon who explain how to do it my self, without had to use variant
Hi all, i'm trying to figure out how to achieve this result you can see in the imageHere the link to see IRLhttps://www.caffeborbone.com/it/it/capsule-borbone-respresso-miscela-nera-compatibili-nespresso-REBBLACK.html www.danicoffeeshop.commy site
Hi, i'm trying to add a metafield to the collection page between the title and the price of the product, that doesn't display anything when blank This is the metafield namecustom.intensit_ www.danicoffeeshop.com
11-30-2023
i've changed css of product information, like this .product__info-container .price {
display: flex;
align-items: center;
justify-content: space-between;
}
11-30-2023
ok now i can see it on the product page correctly. i just need to resize it and move it to the right
11-30-2023
by doing this (the first code) metafield disappear
11-30-2023
Done it this way{{ product.metafields.custom._capsulaprezzo }}now the problem are 2 1. It also appear on collection page2. on product page it's not aligned to the price This is what i'm trying to reach
11-30-2023
yeah i know i'm noob, but its been a long time from my last work on liquid..so how to move it?
Perfectly workWould you mind, if u can, helping me with this? https://community.shopify.com/c/shopify-design/move-metafield-on-the-right-of-price/m-p/2338057#M617037
I'm not able to make it work
Collection page. over the product image to indicate that product have "48 Capsules" pack
how do i recognize where to put {% assign badgeNumber = product.metafields.custom.badge_number %}{% if badgeNumber == 48 %}<div class="badge">{{ badgeNumber }}</div>{% endif %}
where i had to put this condition?