generated from boboko/starter
stock check, variants in cart, variant buttons in product page
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
'product.show',
|
||||
);
|
||||
|
||||
Route::get('/products-stock-check', [ProductController::class, 'checkStock'])->name(
|
||||
'product.stock-check',
|
||||
);
|
||||
|
||||
Route::get('/category/{id}', [CategoryController::class, 'show'])->name(
|
||||
'category.show',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user