Announcement

Collapse
No announcement yet.

Points & Loyalty Module is now Live!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Viscott
    replied
    Originally posted by Beefy Nugget View Post
    Is there any way to exclude a price group from accruing any points?
    We don't want wholesale accounts assigned to wholesale price group accruing points.

    Leave a comment:


  • Beefy Nugget
    replied
    Is there any way to exclude a price group from accruing any points?

    Leave a comment:


  • Beefy Nugget
    replied
    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
    Then generate a XML file using the export from the SQL output. That should look like this..
    Code:
          <Module code="points" feature="payment">
    <CustomerPointTransaction_Add customer="[Username]" descrip="Sebenza Import" points="[POINTS]" pending="0" />
    </Module>
    Not sure if there is a better way but i essentially just loaded the CSV into excel and did a formula of
    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> "
    Then copy paste into txt file and upload.

    Haha please let me know if there is an easier way to generate XML haha

    Leave a comment:


  • Brennan
    replied
    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:


  • lesliekirk
    replied
    Or anything available for the EmporiumPlus Coupon Redemption module Points Redemption?

    Leave a comment:


  • Beefy Nugget
    replied
    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:


  • Brennan
    started a topic Points & Loyalty Module is now Live!

    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
    Download Module: https://apps.miva.com/points-loyalty-program.html

    Docs: https://docs.miva.com/how-to-guides/points-loyalty
Working...
X