set good module delivery id in session

This commit is contained in:
Manuel Raynaud
2013-09-06 16:12:57 +02:00
parent 1686d6d87c
commit 2dee65727d
9 changed files with 218 additions and 1 deletions

View File

@@ -60,4 +60,10 @@
<default key="_view">cart</default>
</route>
<!-- order management process -->
<route id="order.delivery.add" path="/delivery/choose/{delivery_id}">
<default key="_controller">Thelia\Controller\Front\DeliveryController::select</default>
</route>
<!-- end order management process -->
</routes>