fix layout
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
label: '{{ __('Commander') }}',
|
||||
className: 'btn-success',
|
||||
callback: function() {
|
||||
window.location = "{{ route('Shop.Orders.order') }}";
|
||||
console.log('ici');
|
||||
window.location = "{{ route('Shop.Basket.basket') }}";
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user