Delete address with ajax callback function address.delete()

This commit is contained in:
touffies
2013-11-05 17:33:55 +01:00
parent 1426984f55
commit 5bf9050a12
5 changed files with 70 additions and 16 deletions

View File

@@ -110,6 +110,7 @@
</route>
<route id="cart.update.quantity" path="/cart/update">
<default key="_controller">Thelia\Controller\Front\CartController::changeItem</default>
<default key="_controller">Thelia\Controller\Front\CartController::changeItem</default>
<default key="_view">cart</default>
</route>