Add merchandise, fix articletosell with src for images
This commit is contained in:
@@ -56,11 +56,10 @@
|
||||
</script>
|
||||
@endif
|
||||
|
||||
@stack('js')
|
||||
|
||||
<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);
|
||||
@@ -68,6 +67,8 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
@stack('js')
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user