Bundle Discounts¶
Package discounts (bundles) are often used in marketing programs by large providers. To get such a discount, a customer should subscribe to several services at same time.
In the example below, a customer is granted a 50 % discount for an IPTV service when he or she has a subscription to the Internet service. At that, the discount is granted only for the first connection. Further connections are offered at the regular price.

Such a discount is set up in the following way.

-
In order to get this discount, a customer is to subscribe to a service with the internet tag. This service price does not change.
-
In order to get this discount, a customer is also to subscribe to a service with the tv tag. Quantity is specified as from 1 to 1, which means that the discount is granted on the condition the customer's number of suitable subscriptions equals to one. For this subscription the service price is decreased by 50 %.
-
According to the third condition, again the services with the tv tag are checked, however, Quantity as per this condition is set up from 0. This condition is required for cases when the number of such subscriptions is more than one: a discount is granted, but service prices for such additional subscriptions remain the same. Without this condition the discount is to be granted only if such a subscription is the only one that is present.
-
Discount period for such a discount is not specified, so it is valid until all subscriptions to services, this discount is set up for, are.
-
As the activation period is specified from November 1, 2016, it means, customers can be granted this discount starting from November 1, 2016.
-
Maximum number of actuations is not specified, it means, the unlimited number of discount certificates with this discount can be issued for one customer account. If a customer changes the price plan for a new one with the same set of tags, he or she can get the discount again.