modify filter calculation
This commit is contained in:
@@ -59,8 +59,6 @@
|
||||
<script>
|
||||
function refreshBasketTop() {
|
||||
$.get("{{ route('Shop.Basket.getSummary') }}", function(response) {
|
||||
console.log("refreshBasketTop()");
|
||||
console.log(response);
|
||||
$('#count-basket').html(response.data.quantity);
|
||||
$('#total-basket').html(response.data.total);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user