How to show customer Birthday on their Account Page

How to show customer Birthday on their Account Page

Jim_D
Tourist
6 0 2

Hello

I'm trying to add code to show customers birthday month from a Shopify tag on their account page.  Everything I see is about product and redirect if they have a certain tag.  I would like to show their birthday month and if possible be able to have them correct it if wrong.  We capture the month on the signup form. Also it would be great to show it in the header if its their birthday month but i have no clue how to show it.  

Replies 4 (4)

webwondersco
Shopify Partner
1204 172 173

@Jim_D , Hope you are doing well.

 

It's something interesting. Could you show me how you have taken the birthday month of the customer?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
Jim_D
Tourist
6 0 2

It shows by numbers in the tag   Dec would be Birthday_12

webwondersco
Shopify Partner
1204 172 173

Could you share the code how you have implemented this in the account and how you are trying to fetch it?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
Jim_D
Tourist
6 0 2

I actually figure out the code use {if customer.tags. contains= } Month

What i would love to figure out is how to take the Month (number) to sync with current month to wish the customer happy birthday.  Im thinking same type of {if statement but not sure how to link it to current month?