DOCS
DevelopersTheme App Extensions

Product Page

memberr theme app extensions for product pages.

Add a notification to your product page that tells the customer how much cashback he will receive on purchase.

Liquid variables

You can use the liquid variables below to display the Cashback amount and your Store Credit name on your product pages.

You will receive { amount } { name } when purchasing this item.
VariableDescription
nameThe name for Store Credits that you set in the memberr app settings.
amountThe amount of Cashback a customer will receive when purchasing this item. This is caluclated based on the product price.

Custom liquid code

Alternatively, you can use the custom liquid code below to display the Cashback amount and your Store Credits name on your product pages by directly editing the product page in your theme code editor.

<p>
  You will receive <memberr-cart-cashback-amount></memberr-cart-cashback-amount> <memberr-store-credit-name></memberr-store-credit-name> for this purchase.
</p>

On this page