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.

28 line
921B

  1. admin_switch_merchant:
  2. path: /admin/switch-merchant
  3. controller: Lc\ShopBundle\Controller\Admin\MerchantController::switchMerchantAction
  4. lc_api:
  5. path: /api/{entity}/{id}
  6. controller: Lc\ShopBundle\Controller\ApiController::getEntity
  7. lc_frontend_cart_add_product_family:
  8. path: /cart/add-product-family
  9. controller: Lc\ShopBundle\Controller\Frontend\CartController::addProductFamily
  10. lc_frontend_cart_add_product:
  11. path: /cart/add-product
  12. controller: Lc\ShopBundle\Controller\Frontend\CartController::addProduct
  13. lc_frontend_cart_edit_product:
  14. path: /cart/edit-product
  15. controller: Lc\ShopBundle\Controller\Frontend\CartController::editProduct
  16. lc_frontend_cart_delete_product:
  17. path: /cart/delete-product
  18. controller: Lc\ShopBundle\Controller\Frontend\CartController::deleteProduct
  19. lc_frontend_cart_summary:
  20. path: /cart/summary
  21. controller: Lc\ShopBundle\Controller\Frontend\CartController::summary