Routing
(none)
Matched route
Route Redirection
This page redirects to:
/info/envios
Route Matching Logs
Path to match:
/es_ES/info/envios
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_order_create | /admin/orders/create | Path does not match |
| 2 | app_admin_order_edit | /admin/orders/{id}/edit | Path does not match |
| 3 | app_admin_order_add_item | /admin/orders/{id}/items/add | Path does not match |
| 4 | app_admin_order_update_item | /admin/orders/{id}/items/{itemId}/update | Path does not match |
| 5 | app_admin_order_remove_item | /admin/orders/{id}/items/{itemId}/remove | Path does not match |
| 6 | app_admin_order_place | /admin/orders/{id}/place | Path does not match |
| 7 | app_admin_order_issue_invoice | /admin/orders/{id}/issue-invoice | Path does not match |
| 8 | app_admin_order_update_shipping | /admin/orders/{id}/shipping | Path does not match |
| 9 | app_admin_order_update_payment | /admin/orders/{id}/payment | Path does not match |
| 10 | app_admin_order_update_addresses | /admin/orders/{id}/addresses | Path does not match |
| 11 | app_admin_order_update_parties | /admin/orders/{id}/parties | Path does not match |
| 12 | app_admin_order_apply_transition | /admin/orders/{id}/transition | Path does not match |
| 13 | app_admin_order_update_notes | /admin/orders/{id}/notes | Path does not match |
| 14 | app_admin_order_set_status | /admin/orders/{id}/status | Path does not match |
| 15 | app_admin_order_apply_coupon | /admin/orders/{id}/coupon/apply | Path does not match |
| 16 | app_admin_order_remove_coupon | /admin/orders/{id}/coupon/remove | Path does not match |
| 17 | app_admin_my_tasks | /admin/my-tasks | Path does not match |
| 18 | app_admin_admin_task_complete | /admin/admin-tasks/{id}/complete | Path does not match |
| 19 | app_shop_product_suggest | /{_locale}/buscar/sugerencias | Path does not match |
| 20 | app_shop_product_search | /{_locale}/buscar | Path does not match |
| 21 | app_shop_printer_search | /{_locale}/compatibles | Path does not match |
| 22 | app_shop_printer_autocomplete | /{_locale}/compatibles/autocomplete | Path does not match |
| 23 | app_shop_printer_compatibles | /{_locale}/compatibles/{code} | Path does not match |
| 24 | sylius_shop_account_review_index | /{_locale}/account/reviews | Path does not match |
| 25 | app_shop_account_return_index | /{_locale}/account/returns | Path does not match |
| 26 | app_shop_account_return_show | /{_locale}/account/returns/{id} | Path does not match |
| 27 | app_shop_account_return_reply | /{_locale}/account/returns/{id}/reply | Path does not match |
| 28 | app_shop_account_return_request | /{_locale}/account/returns/new/{orderNumber} | Path does not match |
| 29 | app_shop_account_return_choose | /{_locale}/account/returns/{id}/choose | Path does not match |
| 30 | app_shop_account_return_close_batch | /{_locale}/account/returns/{id}/close | Path does not match |
| 31 | app_shop_guest_return_lookup | /{_locale}/garantias-devoluciones/buscar | Path does not match |
| 32 | app_shop_guest_return_portal | /{_locale}/garantias-devoluciones/portal | Path does not match |
| 33 | app_shop_guest_return_submit | /{_locale}/garantias-devoluciones/enviar | Path does not match |
| 34 | app_account_consumables | /{_locale}/account/consumibles | Path does not match |
| 35 | app_account_buy_again | /{_locale}/account/buy-again/{variantId} | Path does not match |
| 36 | app_account_reorder_order | /{_locale}/account/reorder/{orderNumber} | Path does not match |
| 37 | app_account_privacy | /{_locale}/account/privacidad | Path does not match |
| 38 | app_account_privacy_export | /{_locale}/account/privacidad/exportar | Path does not match |
| 39 | app_account_privacy_deactivate | /{_locale}/account/privacidad/desactivar | Path does not match |
| 40 | app_account_privacy_delete | /{_locale}/account/privacidad/borrar | Path does not match |
| 41 | app_account_privacy_whatsapp | /{_locale}/account/privacidad/whatsapp | Path does not match |
| 42 | app_account_stock_notifications | /{_locale}/account/privacidad/avisos-stock | Path does not match |
| 43 | app_account_stock_notification_cancel | /{_locale}/account/privacidad/avisos-stock/cancelar | Path does not match |
| 44 | app_account_address_default_shipping | /{_locale}/account/address-book/{id}/default-shipping | Path does not match |
| 45 | app_account_address_default_billing | /{_locale}/account/address-book/{id}/default-billing | Path does not match |
| 46 | app_shop_styleguide | /{_locale}/styleguide | Path does not match |
| 47 | app_shop_page_show | /{_locale}/info/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.