fixes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
'data' => $article['offers']['plants'],
|
||||
'title' => 'Plant',
|
||||
'model' => 'plants',
|
||||
'bgClass' => 'bg-green',
|
||||
'bgClass' => 'bg-green-dark',
|
||||
])
|
||||
@endif
|
||||
|
||||
@@ -44,7 +44,6 @@
|
||||
label: '{{ __('Commander') }}',
|
||||
className: 'btn-success',
|
||||
callback: function() {
|
||||
console.log('ici');
|
||||
window.location = "{{ route('Shop.Basket.basket') }}";
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user