No content to show

User Activity

can you share product-item.liquid file code? 
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...
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: 
you need to add css property: margin-top: -100px; (set pixels based on your needs) to 1st section. 
https://shopify.dev/custom-storefronts
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...
try add .value to metafield, like: <p>Package Quantity: {{product.metafields.my_fields.package_quantity.value}}</p>
You need to add to your css file ('assets/theme.scss), this code:.price--on-sale .price__sale { margin-right: 0; } 
My Accepted Solutions
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