moltin / laravel-cart

Laravel Facade and Service Provider for Moltin\Cart
276 stars 87 forks source link

How to refresh cart total when updating #33

Closed Dragi4 closed 10 years ago

Dragi4 commented 10 years ago

Hi,

First i want to thank you for that great cart. So the issue is this: I have cart page where user can view and change all ordered products. I use jquery $.post to get current quantity and update it in controller. But when i update or remove product i have to reload the page. Is there a different way to do this without screen flashing?

Thanks in advance

I made it with adding .done(function( data ) { } after the $.post()