Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.67k stars 1.73k forks source link

How i disable Tax rate ??? #476

Open bhargava1234 opened 6 years ago

bhargava1234 commented 6 years ago

Hi,

I need to disable the default tax rate ie 21%. I don't want any tax. Cart total is my final price.

MrAtiebatie commented 6 years ago

By running this command

php artisan vendor:publish --provider="Gloudemans\Shoppingcart\ShoppingcartServiceProvider" --tag="config"

Laravel will publish a config file config/cart.php where you can set the tax rate.

pavoseta commented 6 years ago

@bhargava1234 Navigate to config/cart.php Change the default value of tax to 0