Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.
@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?
It shows by numbers in the tag Dec would be Birthday_12
Could you share the code how you have implemented this in the account and how you are trying to fetch it?
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?