You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- 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
|