Add merchandise, fix articletosell with src for images

This commit is contained in:
Ludovic CANDELLIER
2022-04-14 23:20:09 +02:00
parent 9c2b9cf02e
commit c2ef0c7b35
14 changed files with 69 additions and 23 deletions

View File

@@ -42,7 +42,7 @@
label: '{{ __('Commander') }}',
className: 'btn-success',
callback: function() {
submitModal(form_id);
// submitModal(form_id);
}
},
};
@@ -51,11 +51,12 @@
'Ajout dans le panier',
'basket-form',
"{{ route('Shop.Basket.modalBasket') }}/" + offer_id + '/' + quantity,
"{{ route('Shop.Basket.addBasket') }}",
refreshBasketTop(),
"{{ route('Shop.Orders.create') }}",
false,
false,
true,
buttons
buttons,
"refreshBasketTop()",
);
});