Skip to content

Commit

Permalink
Reword
Browse files Browse the repository at this point in the history
  • Loading branch information
zedzior committed Nov 26, 2024
1 parent fdef1cd commit ef062e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer/discounts/manual-discounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,6 @@ For more complex cases, please check [Examples](developer/discounts/examples.mdx

### Manual discounts with vouchers

Manual discounts take precedence and override vouchers. However, it doesn't mean the voucher is completely disconnected from an order.
Ie. when the manual discount is deleted, the voucher code associated with the order is evaluated again.
If the voucher has a [usage limit](developer/discounts/vouchers.mdx#usage-limits) and a manual discount overrides it, the usage is not released.
Manual discounts take precedence over vouchers, overriding them when applied. However, this does not entirely dissociate the voucher from the order.
For example, if the manual discount is removed, the system reevaluates the voucher code associated with the order.
Note that if the voucher has a [usage limit](developer/discounts/vouchers.mdx#usage-limits) and is overridden by a manual discount, the usage count for the voucher remains unaffected.

0 comments on commit ef062e9

Please sign in to comment.