This tutorial describes the steps to provide a discount on a specific product. The discount will only be available to customers who have a current subscription to a specified product.
Overview
-
When a customer has a current subscription to product Z, the store will apply a discount to product X, in the amount of Y (dollars or percent).
-
If the customer does not have a subscription to product Z, then the discount will not be applied.
To replicate this type of functionality, use the Event Engine Editor to create an event with the following trigger and result settings:
Trigger
The discount is only available to customers who have a current subscription to a specified product. This means that the event is triggered by the presence of the specified product in the customer's subscription, using the following trigger settings:
trigger settings
Trigger Type: product
Trigger Details: When 1 or more unit(s) of product SID Z are in the customer's subscription
Change Z to the SID number of the product that the customer must be subscribed to in order to trigger the event.
Result
The event applies a discount to a certain product. This means that the event's result is a discount to that product, using the following result settings:
result
Result Type: product pricing
Result Details: The price of product SID X is decreased Y percent -OR- dollars
Change X to the SID number of the product to be discounted, and change Y to the amount of the discount.
Other Settings
To allow a customer to receive this discount more than once, toggle the Reusable option to YES.
|