Patrick

Results 90 comments of Patrick

@minhtu-cloudtek there are many forks of this package, some just keeping it compatible to the latest Laravel releases and some building upon the existing codebase. Except of those there is...

1) Yes but not with the trait, got to do it manually on the CartItem https://github.com/Crinsane/LaravelShoppingcart/blob/f460ab7312cce32cb428cf39a500a2d16600b1d6/src/CartItem.php#L238 2) Just display the `taxRate` property of the CartItem available trought the magic __get...

This is just an idea but did you maybe cache your config by using `php artisan config:cache`?

@jfreites Keep in mind that i have added on the provided functionality so method signatures might differ.

Take a look at https://github.com/Crinsane/LaravelShoppingcart/blob/f460ab7312cce32cb428cf39a500a2d16600b1d6/src/CartItem.php#L330 RowID is based on the ID **and Options** so you can add the same Product but with different options resulting in different Positions/Items on the...

Please take a look at https://github.com/Crinsane/LaravelShoppingcart/wiki/Maintained-Forks

https://github.com/Crinsane/LaravelShoppingcart/issues/593#issuecomment-551254784

https://github.com/Crinsane/LaravelShoppingcart/wiki/Maintained-Forks

https://laravel.com/docs/7.x/facades

The error suggests that some code path tries to access the member 'product_name' on null. Can you provide more information on where you are receiving this error message (File and...