I need the route cart.view for the OrderException.php file.

This commit is contained in:
touffies
2013-10-24 19:39:54 +02:00
parent ca5d7d2a00
commit b0fb0fdd43
4 changed files with 9 additions and 4 deletions

View File

@@ -95,6 +95,11 @@
<!-- end customer address routes -->
<!-- cart routes -->
<route id="cart.view" path="/cart">
<default key="_controller">Thelia\Controller\Front\DefaultController::noAction</default>
<default key="_view">cart</default>
</route>
<route id="cart.add.process" path="/cart/add">
<default key="_controller">Thelia\Controller\Front\CartController::addItem</default>
</route>