-
Is it possible to update the settings for how coupons are handled in the cart? A few examples: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@coderreco For most of these unfortunately it is not possible to change the actual logic for implementing discounts beyond what is available in the actual coupons/promotions model. What we have seen in these cases is developing a custom discount service that can be applied using the backend api (Swell support custom discounts). Using custom fields on coupons/promotions in combination with another service can likely accomplish these requests. For that last part, I will be sure to file this with the team as this behaviour is likely unintended. |
Beta Was this translation helpful? Give feedback.
@coderreco For most of these unfortunately it is not possible to change the actual logic for implementing discounts beyond what is available in the actual coupons/promotions model. What we have seen in these cases is developing a custom discount service that can be applied using the backend api (Swell support custom discounts). Using custom fields on coupons/promotions in combination with another service can likely accomplish these requests.
For that last part, I will be sure to file this with the team as this behaviour is likely unintended.