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, the amount for the second one should be equal to 10 × 0.5 = 5 points. Please, fill in this value into the Amount field of your additional rule and specify the required category in the Earning Configuration tab:
Specify the category in the Earning Configuration tab:
As soon as a product from a specified category is added to the cart, the points are multiplied:
Related Articles
How to exclude specific products from the reward points earning rule?
According to the logic of the Reward Points extension, the feature of 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 navigate to the ...
How to add points to customer from the Admin Panel?
Out of the box, the Reward Points extension allows adjusting a customer's balance manually on the customer details and configuration page. To adjust the points balance, navigate to Customers → All Customers → choose the required customer account → ...
Will I be able to reward end customers with points, or can your Reward Points and Affiliate extensions be combined to achieve this?
Out of the box, the Affiliate extension doesn’t have an option to provide customers with points. Reward Points and Affiliate are separate extensions that work individually and are not integrated with each other. As an option, the admin can add reward ...
Reward Points API
1. Amasty\Rewards\Api\CheckoutRewardsManagementInterface - class responsible for applying reward points on checkout: PUT /V1/carts/mine/points/:points, method="set" - apply points; DELETE /V1/carts/mine/points/delete, method="remove" - remove applied ...
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 ...