Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I'm wanting to add a subtitle too my new site using metafields and am struggling with getting it up and running.
Am I missing something when setting up metafields using the app or backend coding.
Cheers
We have already used the vendor field and where hoping for a subtitle field that could be used.
Hi @BenH40
You can totally use Metafield.
Firstly, you need to create Metafield for Subtitle: https://i.imgur.com/ZMaJ86f.png
Then add the code shown in the file product-template.liquid: https://i.imgur.com/4dAh2WQ.png , code: {{ product.metafields.my_fields.subtitle }}
And finally, you go to each product and add Subtitle, it will display fine: https://i.imgur.com/f16tp0z.png
Hope it clear to you.
Please mark as a solution if you find my comment helpful. Thanks and good luck!
Hello!
Could you tell me where about I should put the code in the product template? I have tried to insert it but the subtitle pops on the top of the page or under the image. I'm trying to get it to go below the product title but it's not working 😕
@Lisa_Bulpin - can you please share your page link? i will check on browser
Thank you so much!
https://www.readerswarehouse.co.za/collections/new-boxsets-and-collections/products/9781529020618
I'm trying to make it show under my product price. (probably the best spot)
Note that product subtitle is a standard metafield definition
@Lisa_Bulpin - do you want like this?
@Lisa_Bulpin wrote:I have tried to insert it but the subtitle pops on the top of the page or under the image. I'm trying to get it to go below the product title but it's not working 😕
The exact line you need to place the code will vary wildly by theme.
Also make sure to wrap it in a relevant html tag , i.e <div>{{ product.metafields.my_fields.subtitle }}</div> or <p>{{ product.metafields.my_fields.subtitle }}</p>
or for a standard definition <p>{{ product.metafields.descriptors.subtitle }}</p>
@Lisa_Bulpin - we will need to check code, can you add me as collaborator? I will send request , I can check it
@Lisa_Bulpin - i sent request
@Lisa_Bulpin - please check the product page - https://www.readerswarehouse.co.za/collections/new-boxsets-and-collections/products/9781529020618
@Lisa_Bulpin - welcome, do let me know if you need anything else, you have my email below.
User | RANK |
---|---|
237 | |
97 | |
86 | |
51 | |
42 |