How can I display customer notes on the account page?

How can I display customer notes on the account page?

CWJNK
Visitor
2 0 0

How can I show Customer Notes on the Account Page?

 

I have the Customer Number in the notes of all customers.

It would be great if I could display this on the account page.

 

Is this possible?

What Code do I add?

{% customer.notes %}

 

Thanks

Carl

Replies 3 (3)

made4Uo
Shopify Partner
3845 717 1187

Hi @CWJNK,

 

Are you talking about the customer comments you added from the admin page? If so, those cannot be shown in the front end. You can actually add a metafield for that

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free

LitExtension
Shopify Partner
4860 1002 1157

Hi @CWJNK,

customer.note is not exposed via the customer Liquid object. Refer: https://shopify.dev/api/liquid/objects#customer

It is currently only available via the Shopify API. This is because customer notes are not meant for displaying in your store, they are for shop owners to manage customers in the admin area. An alternative is to use Metafields instead.

Hope it helps!

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
shoploulous
Tourist
7 0 5

How do you use a meta field to see customer notes when they are added in the POS when checking out in person?