Doremidon
Results
3
comments of
Doremidon
This what I made for https://github.com/darryldecode/laravelshoppingcart/issues/273
> \Cart::condition([$saleCondition1, $saleCondition2]); > ``` Thank you Ilyaskazi for your answer :) I solve this problem by making a fork of "laravelshoppingcart". I have many products. For each of product...
Thank you Ilyas Kazi :) I decided to make it as Conditions connected to each product. It's work well for a project. Sub-item is not what I want and it's...