-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to apply several percentage coupons #314
Comments
OK the variable in config/laracart.php with 'multiple_coupons' => true, does not have effect. |
think it may be a config option |
It's the case in your constructor to get the config variable named multi_coupons. But this one is only from your package and not the config/laracart.php itself. Which solution could we have? |
Is there a way to set coupons to each items to make easier order lines with Eloquent? |
looks like it was a bug #319 |
you also can set coupons per item but using $item->addCoupon |
Hi,
I can apply several Percentage coupons on the cart (not on the item).
Only one is supported despite the fact I have config('laracart.multiple_coupons') to true.
How can I achieve to have multiple coupons like this ?
Thanks for your help
The text was updated successfully, but these errors were encountered: