Can I apply catalog/cart price rules to subscriptions?
It is indeed possible to use cart and catalog price rules for subscriptions, however, there will be certain limitations. These rules will be applied to the first order only, i.e. the one that customers use to create a subscription, while further recurring orders won't be influenced by cart/catalog price rules.
In case you need to apply discounts to recurring orders as well, we recommend using the native functionality of Subscriptions & Recurring Payments, as you can add discounts to your subscription plans there. To do that, please go to Amasty Extensions > Subscriptions & Recurring Payments > Subscription Plans, open an existing plan, or create a new one, and you'll be able to define either a fixed amount or percent discounts:
Related Articles
Subscriptions & Recurring Payments API
1. Amasty\RecurringPayments\Api\EstimateRecurringPaymentInterface POST /V1/amasty-recurring-payments/estimate-by-shipping-information, method="POST" - estimate the recurring payment by cart ID.
How to create flexible subscription plans?
Our Subscriptions & Recurring Payments has a ready set of sample subscription plans, however, you can always create new ones that might be more suitable for your needs. To create a new subscription plan, please go to Magento Admin Panel > Amasty ...
What triggers the recurring payments?
According to the extension's logic, a new order for a subscription product is created at the beginning of each billing cycle. The recurring payments for subscription orders can be triggered in one of the following ways, depending on the payment ...
What types of products does the Subscriptions & Recurring Payments extension support?
At the moment, the Subscriptions & Recurring Payments module supports the following types of products: Simple Configurable Virtual Bundle Downloadable Subscriptions can't be placed for the Grouped type products out of the box.
What happens if the cart contains both subscription and regular products?
Let's say a customer would like to purchase both subscription and regular products in one order. This article will help you find the answers to the following questions about the mixed cart: Is this scenario possible? What payment methods will be ...