AbdulQader
AbdulQader
Sorry I'm not able to figure out how this could be done, but I can send PR. Also, regarding tax calculation, I have this use case : 1. Add product...
Thanks for quick reply, If you don't mind, I can share with you my work (via google meet share screen) and check what I'm doing as use cases
Thanks, Other thing, what if an item has its own coupon ? I didn't test it yet and I think this piece of code should be fixed too : ```...
> Thanks, Other thing, what if an item has its own coupon ? I didn't test it yet and I think this piece of code should be fixed too :...
This : ` for ($qty = 0; $qty < $item->qty; $qty++) {` Why are you looping on item qty ? what's the difference if I have item1 qty = 1...
Using my changes, it works like a charm, This is a use case : 1. Add item 500 twice 2. Add coupon 5% discount = 50 3. Add coupon 10%...
> tax can happen per item, if thats the case each qty really means a unique item Why you don't add tax to sum(item->qty) instead of tax on each qty...
> Using my changes, it works like a charm, This is a use case : > > 1. Add item 500 twice > > 2. Add coupon 5% discount =...
I see it's a headache :/ My use case is a normal tax application, not in US
> Indeed, this looks more like a configuration problem on your Redis server. Could you provide more details please? Here's it : ``` REDIS_HOST=localhost // Even if I set redis...