hi i am using fabric magic theme and i have ai to develop product video intend but its not working as intended bcz it cannot be added in collection section in them theme
can anyone help me in sorting this out
Goal: show a video icon on collection pages for products that already have a video in their image gallery (Fabric Magic theme). The current AI-generated video integration isn’t working because it can’t be added within the collection section.
Guidance provided:
Status: no code shared and no fix confirmed. Next step is to modify collection.liquid or use a homepage section workaround. The issue remains open.
hi i am using fabric magic theme and i have ai to develop product video intend but its not working as intended bcz it cannot be added in collection section in them theme
can anyone help me in sorting this out
@venusgemsindia collection section code is to show the products, you can add video section or custom liquid section on home page to show your video by putting video code into it.
If you need it in collection section only then need to add code in collection liquid template.
Hii @venusgemsindia,
There are three solution options:
Option 1: Use a Shopify App
There are apps designed to add videos to collection pages:
Option 2: Custom Code
snippets/card-product.liquid
Example (simplified):
{% assign video = product.media | where: 'media_type', 'video' | first %}
{% if video %}
{{ video | media_tag: autoplay: true, loop: true, muted: true }}
{% else %}
{{ product.featured_image | image_url: width: 600 | image_tag }}
{% endif %}
Note:
Option 3: Metafield-Based Video
If your AI tool outputs a hosted video:
card-product.liquid<video> only when the metafield existshow to add it in collection liquid template
@venusgemsindia upload video to content, copy the URL link.
Then go to edit code option of the theme and open collection.liquid page
then you can use html video tag to copy paste video link and it should work fine, you can show video at top or the bottom of the collection products. But since you are editing the template, it will be shown on all collection pages
Hey @venusgemsindia,
Could you please share your store url and password [if applicable] so that I can take a look and provide you the solution code.
Thanks
here is our shopify url