Are you struggling with setting up product subtitle metafields on Shopify?

BenH40
Explorer
55 0 20

subtitle.png

 

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 

Replies 19 (19)

suyash1
Shopify Partner
9077 1129 1479

@BenH40 - which app are you using for it?

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
BenH40
Explorer
55 0 20

I haven't used an app for it as yet 

suyash1
Shopify Partner
9077 1129 1479

@BenH40 - please check if you have an option for subtitle in the product vendor field in the backend.... you can then activate it from customizer

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
BenH40
Explorer
55 0 20

We have already used the vendor field and where hoping for a subtitle field that could be used.

suyash1
Shopify Partner
9077 1129 1479
then you will need to find some app which allows to add meta fields and
then fetch those metafields into product page
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
PaulNewton
Shopify Partner
6274 573 1319

Note that product subtitle is a standard metafield definition

https://help.shopify.com/en/manual/metafields/metafield-definitions/adding-standard-metafield-defini...  

PaulNewton_0-1632812587554.png

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - do you want like this?

suyash1_0-1632812582324.png

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
Lisa_Bulpin
Excursionist
34 0 11

yes, in that area

suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - we will need to check code, can you add me as collaborator? I will send request , I can check it 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
Lisa_Bulpin
Excursionist
34 0 11

Yes sure! thank you!

suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - please check the product page - https://www.readerswarehouse.co.za/collections/new-boxsets-and-collections/products/9781529020618

 

suyash1_0-1632816249681.png

 

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
Lisa_Bulpin
Excursionist
34 0 11

Thanks!!!!

suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - welcome, do let me know if you need anything else, you have my email below.

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - i sent request

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

LitExtension
Shopify Partner
4860 1001 1132

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!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Lisa_Bulpin
Excursionist
34 0 11

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 😕 

suyash1
Shopify Partner
9077 1129 1479

@Lisa_Bulpin - can you please share your page link? i will check on browser

To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
Lisa_Bulpin
Excursionist
34 0 11

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)

PaulNewton
Shopify Partner
6274 573 1319

@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>

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org