|
12345678910111213141516171819202122232425262728 |
-
- admin_switch_merchant:
- path: /admin/switch-merchant
- controller: Lc\ShopBundle\Controller\Admin\MerchantController::switchMerchantAction
-
- lc_api:
- path: /api/{entity}/{id}
- controller: Lc\ShopBundle\Controller\ApiController::getEntity
-
- lc_frontend_cart_add_product_family:
- path: /cart/add-product-family
- controller: Lc\ShopBundle\Controller\Frontend\CartController::addProductFamily
-
- lc_frontend_cart_add_product:
- path: /cart/add-product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::addProduct
-
- lc_frontend_cart_edit_product:
- path: /cart/edit-product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::editProduct
-
- lc_frontend_cart_delete_product:
- path: /cart/delete-product
- controller: Lc\ShopBundle\Controller\Frontend\CartController::deleteProduct
-
- lc_frontend_cart_summary:
- path: /cart/summary
- controller: Lc\ShopBundle\Controller\Frontend\CartController::summary
|