memberr Cashback: Display on Product Page
To increase your programs chance of success, it is important to display the Cashback amount on your product pages. This will allow customers to see the value of the Cashback and make informed decisions about which products to purchase.
To add a notification to your product pages, open the product page in your store editor and drag the memberr Cashback component
onto the selected page.
Liquid variables
You can use the liquid variables below to display the Cashback amount and your Store Credits name on your product pages.
_10You will receive { amount } { name } when purchasing this item.
Variable | Description |
---|---|
name | The name for Store Credits that you set in the memberr app settings. |
amount | The 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.
_10<p>_10 You will receive <memberr-cart-cashback-amount></memberr-cart-cashback-amount> <memberr-store-credit-name></memberr-store-credit-name> for this purchase._10</p>