Hello,
I want to add different banners each for my bundled products. I am told that metafields can do this. I followed a step on how to set up a metafield but don’t know how I can make each banner appear on their respective product.
Can anyone help? Thank you!
You can create a section for such banner and attach metafield dynamic source to make it product based. Can you please share store and product url, which banner you want unique on each product ?
@pawankumar I’m trying to test out a new theme and want to feature it there. I just don’t know how to get the metafields connected to the specific products.
If your theme supports Store 2.0 then when you create a section setting or block setting with type image then on the right side of that image setting, you will see a database like symbol, when you click that image you can connect that to a metafield.
Also, you can create a custom_liquid setting type and use your metafield there, even you can use metafield’s code directly in your liquid file. You can create metafields from settings → metafields from your store backend and then add data to those metafields as per metafield resource type.
I hope, it helps.
Thanks!