No content to show
User Activity
12-14-2022
can you share product-item.liquid file code?
12-13-2022
I think there no default way for metafield translation, so i think you need create something like this: metafield_title_en: 'Text',metafield_title_it: 'Text italy'{% liquid assign lang_code = 'en' if ...statement to define italic code... assign lang...
12-13-2022
1. You need to add new option to sections/main-product.liquid2. Add new svg icon to snippets/icon-accordion.liquid If your svg viewBox is different from dawn svg icons then there should be added another statement, something like:
12-13-2022
you need to add css property: margin-top: -100px; (set pixels based on your needs) to 1st section.
12-13-2022
https://shopify.dev/custom-storefronts
12-12-2022
You need to add alt text to each image with gender word, like: "woman model front"and then add if statement inside forloop there where images are shown. Something like: {% liquid
assign gender = 'men'
if collection.handle contains 'women'
as...
12-12-2022
try add .value to metafield, like: <p>Package Quantity: {{product.metafields.my_fields.package_quantity.value}}</p>
12-12-2022
You need to add to your css file ('assets/theme.scss), this code:.price--on-sale .price__sale {
margin-right: 0;
}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1511 | 12-12-2022 09:41 AM | |
494 | 12-12-2022 09:36 AM |