I want to create a custom banner for each brand in an online store. No matter what I do it will not work. I think something in my theme will not allow it. Please help.
Here is a page for reference, so here I would like to put a custom banner image for this brand:
I believe you should use Shopify metafield for the collection pages. Please follow the below steps.
Step 1: Create the metafield definition1. Go to Setting > Metafields.
Choose Metafields type. In this guide, we will choose the “Collections” metafields type for demonstration.
Click Add Definition.
Fill in name, namespaces, key, and choose content type file, and select images
Hit Save to successfully create one metafield definition.
Step 2: Add value to the metafield in the product setting1. In Shopify admin, go to Products > Collections you want to add more information through metafields.
On the collection setting page, scroll down to the “Metafields” section.
Add Value to the Metafields. (Upload images into the metafields)
Step 3: Display Metafields on your Shopify Store1. Go back to Metafields Setting, and copy the condition line.
Go to Online Store > Themes > Actions > Edit Codes
In the Section Folders, find main-collection.liquid or collection-template.liquid file
Add the following code using the line we copied earlier in the suitable location in the template files.
In our example, it will look like this: Condition: {{ collection.metafields.my_fields.condition }}
Save, and check any product page to see the results.
Will this be my issue and resolution? Not shopify savey at all. I have my shop on an old version Boundless version 2.4.0. Any new product I want to add does not give me a Collections tab to put my new product in any more. Can you please help me resolve this. I really like my webpage look still.
Will this be my issue and resolution? Not shopify savey at all. I have my shop on an old version Boundless version 2.4.0. Any new product I want to add does not give me a Collections tab to put my new product in any more. Can you please help me resolve this. I really like my webpage look still.