LaravelShoppingcart icon indicating copy to clipboard operation
LaravelShoppingcart copied to clipboard

Changes in config/cart.php not being updated

Open Iversonweb opened this issue 3 years ago • 4 comments

Hey guys when I try to change tax rate in cart.php it does not reflect or update on my cart when I try to upload the cart total. Even the thousands separator is not being affected. Please help

Iversonweb avatar Oct 20 '20 20:10 Iversonweb

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

bumbummen99 avatar Oct 20 '20 20:10 bumbummen99

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

No I didn't, at all, all I did was publish the config

Iversonweb avatar Oct 20 '20 23:10 Iversonweb

can u try run php artisan config:clear maybe your old config cached

itsnasser avatar Nov 17 '20 09:11 itsnasser