Reward Points as percentage

How to award points as percentage of the product price?

Starting v.2.6.0 of the Reward Points Pro module two new actions are available when creating the reward rules: 
  1. Get X Points as Percentage of the Order Subtotal - allows customers to earn points based on a percentage of order total after discounts are applied.
  2. Get X Points as Percentage for Each $Y Spent - allows customers to earn points equal to a percentage of the amount specified in the rule.
Info
This functionality is only available in Pro plan of the extension and as a part of an active product subscription or support subscription. To obtain that feature, you need to install the 'amasty/module-rewards-pro-functionality' package.





Here are some cases using this functionality:
Get X Points as Percentage of the Order Subtotal. In the following example, a customer will receive 10% of the Order total:


Here's the frontend result:



It is also possible to use conditions for the rule:



Get X Points as Percentage for Each $Y SpentIn the following example, a customer will receive 20% in points for $100 spent:



Here's the frontend result:


Notes
Reward points for both rules are added when the order reaches the status set in Award Reward Points on Order Status in general module configuration:


Points will be calculated from the order amount including or excluding tax, depending on the Points Earning Calculation setting in the general module configuration:






      • Related Articles

      • How to include/exclude specific products from the reward points earning rule?

        According to the logic of the Reward Points extension, the feature of including/excluding products from the rule is available for the Get X Points for Each $Y Spent action. To achieve the desired results, please select the mentioned action, and ...
      • How to add x1.5 points for a specific category?

        In order to configure the x1.5 reward points rate for the product from a specific category, two separate rules should be created: the general one, and the rule for the required category. So if your general rule is Get 10 Points for each $20 Spent, ...
      • Reward Points | GraphQL methods

        Queries rewards description: get information about customer reward points guestRewards (page: Int!) description: get information about highlight points available for guest getRewardsStatistic description: get report about reward points statistics ...
      • Reward Points API

        We have created a public API collection for Reward Points module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • Points are not accrued after the order is placed. How do I fix it?

        By default, reward points are added to a customer account as soon as the order obtains the Complete status: Nevertheless, from version 2.3.0 of the Reward Points Subscription Package Pro extension, there's an option to specify the exact status an ...