Home

Membership Benefit: Birthday Present

Memberr memberships offer the ability to gift different amounts of Store Credit to members on their birthday. To offer this benefit to you customers you must first give your customers the ability to tell you their birthday. Memberr offers a shopify store section to do just that.

Possible places to display birthday input:

  1. Account Page
  2. On any store page (through custom liquid snippet)

1. Account Page

memberr shopify memberships birthday present memberr shopify memberships birthday present

2. On any store page (through custom liquid snippet)


_10
{{ shop.metafields.app--60169453569--memberr_v2.FIELD_NAME }}

Example T1tan

Using a customers birthday in klaviyo emails

Customer Information

FieldDescriptionExample Value
memberr_birthdayThe customer's birthday (if provided)"1990-01-01"

Birthday klaviy event trigger

When set up, the memberr klaviyo integration sends a birthday event to klaviyo on the day of a customers birthday. This event can be used to tigger birthday related email flows. You can learn more about this event here.

Using a customers birthday in custom liquid code


_10
{% if customer.metafields.app--60169453569--memberr_v2.customer_membership %}
_10
<!-- Access membership data -->
_10
{% endif %}