Originally posted by Beefy Nugget
View Post
Announcement
Collapse
No announcement yet.
Points & Loyalty Module is now Live!
Collapse
X
-
- 2 likes
-
Is there any way to exclude a price group from accruing any points?
- 1 like
Leave a comment:
-
Anyone looking for a way to swap over from Sebenza here is what i just did.
Use this SQL code inside your PHPMyAdmin (Thx Dan - Glendale Designs )
Code:SELECT s01_Customers.login, s01_SS_POINTS_cust.total FROM s01_Customers INNER JOIN s01_SS_POINTS_cust ON s01_Customers.id = s01_SS_POINTS_cust.cust_id
Code:<Module code="points" feature="payment"> <CustomerPointTransaction_Add customer="[Username]" descrip="Sebenza Import" points="[POINTS]" pending="0" /> </Module>
Code:=CONCAT($E$2,A2,$F$2,B2,$G$2) Where A is [Username] and B is [Points] E is "<Module code="points" feature="payment"><CustomerPointTransaction_Add customer=" " F is "" descrip="Sebenza Import" points=" " G is " " pending="0" /></Module> "
Haha please let me know if there is an easier way to generate XML haha
- 1 like
Leave a comment:
-
As long as you can get the point balances into a spreadsheet, these can be imported via CSV into the new module.
Leave a comment:
-
Or anything available for the EmporiumPlus Coupon Redemption module Points Redemption?
Leave a comment:
-
WOO Amazing! Is there any difficulties when trying to transfer over from the Sebenza points module? Im looking now and dont see a nice way to export the sebenza data :/
Leave a comment:
-
Points & Loyalty Module is now Live!
The brand new points and loyalty module for Miva is now available on the app store. This new module allows you to:- Configurable point accrual based on price or item quantity
- Ability to set when points are added to the customer account (ordered or shipped)
- Set a points Expiration
- Tiered redemption rules based on minimum point thresholds
- Run Point Promotions (2x points for this weekend only)
- Points History Page – Customers can view their point transaction history from their account
- Template Level Functions – Ability to give customers points for completing actions
- API support for integrations
Docs: https://docs.miva.com/how-to-guides/points-loyalty
Tags: None
Leave a comment: