Recettes : BO, rajout de l'ajax

This commit is contained in:
2021-05-07 14:02:09 +02:00
parent 16bfe33efd
commit 5e1fe56d56
36 changed files with 1331 additions and 58 deletions

View File

@@ -7,7 +7,6 @@ use Thelia\Controller\Front\BaseFrontController;
use Thelia\Core\Event\TheliaEvents;
use Thelia\Core\HttpFoundation\Request;
use Thelia\Core\Event\Cart\CartEvent;
use Thelia\Exception\TheliaProcessException;
use Thelia\Model\ProductSaleElementsQuery;
use Thelia\Tools\URL;
@@ -51,4 +50,5 @@ class FrontController extends BaseFrontController
return new RedirectResponse(URL::getInstance()->absoluteUrl('/cart'));
}
}