Shopify themes, liquid, logos, and UX
Hello
I have on my product page a "How to use" accordion tab .
I would like to be able to add wither an image or a video per product through metafield.
Please can you help
I am using the Impulse theme
Hi,
Create Metafield Definitions (Define your metafield. For images, you might use image_url and for videos, video_url or similar.)
Add Metafield Values to Products
Display Metafield Values in Your Store
at product.liquid or similar
For image
{% if product.metafields.custom.image_url %}
<img src="{{ product.metafields.custom.image_url | img_url: 'medium' }}" alt="Product Image">
{% endif %}
For video
{% if product.metafields.custom.video_url %}
<div class="video-container">
<iframe width="560" height="315" src="{{ product.metafields.custom.video_url }}" frameborder="0" allowfullscreen></iframe>
</div>
{% endif %}
Still need help you can contact us . Details are in the signature
thank you - where shall i add this code please?
User | RANK |
---|---|
186 | |
170 | |
80 | |
55 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023