Display company metaobject for loggued in customer

Display company metaobject for loggued in customer

WebSO
New Member
6 0 0

Hi ! 
I have a B2B website and I try, with custom Liquid, to show to loggued in customers the name of their contact in my company.

I have created a custom company text metafield (custom.commercial_b2b) in which i can, for each company, enter the name of the person they need to contact. 

 

There is the code I tried to show this custom metafield content on the front of my store : 

{% if customer %}
{% assign company_metaobject = customer.metafields.custom.commercial_b2b.value %}
<div>
<p style="font-size:20px; text-align:center;font-weight:bold" >{{ company_metaobject}}</p>
</div>

{% endif %}

Could you please help me ? I have searched in many topics but i don't get where I'm wrong.

 

Thanks !

Replies 10 (10)

abdulmoeed37
Shopify Partner
120 12 13

Hi @WebSO ,

 

Would you please confirm if you have created a metafield or a metaobject because each has a different ways to access the values?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
WebSO
New Member
6 0 0

Hi !

 

I'ts a metafield.

abdulmoeed37
Shopify Partner
120 12 13

okay great,

 

on which page you are trying to show this value?

 

can you give me the collaborator access so that I can analyze the problem in more detail?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
WebSO
New Member
6 0 0

It's on my HP.

I don't have the authorization to give you this access unfortunately

abdulmoeed37
Shopify Partner
120 12 13

okay no worries.

 

Just let me know on which page you are trying to show this metafield and which theme you are using?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
abdulmoeed37
Shopify Partner
120 12 13

I have tested your code on my own store and it is displaying the value correctly.

 

So there might be a problem with the definition of your metafield.

 

Have you defined it as a Single Line Text?

Also have you selected One Value option while creating metafield or List of Values option?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
WebSO
New Member
6 0 0

Yes and one value! I'm using Dawn theme, and i want to display it on my homepage

 

abdulmoeed37
Shopify Partner
120 12 13

Hmmm, that's weird as it should work.

 

Have you checked the value by creating and logging in to customer account?

 

What is displaying in that field?

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
WebSO
New Member
6 0 0

Nothing is displayed

abdulmoeed37
Shopify Partner
120 12 13

Hi, it seems that without getting access to your store I am unable to do anything.

 

if you want you can schedule a call with me where I can troubleshoot your issue

Helping shopify store owners.
Schedule free meeting for shopify store related problems:
If you need assistance with your store, feel free to contact me at abdulmoeed37@gmail.com
If my assistance was helpful, please consider liking and accepting the solution. Thank you!