Routing
app_group_render_group_products
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es_CL" |
| groupCode | "CO_SM_G652D" |
Route Matching Logs
Path to match:
/es_CL/grupo/ver/CO_SM_G652D/productos
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_shopping_cart_add_to_cart.en | /en/cart/add-to-cart | Path does not match |
| 2 | app_shopping_cart_add_to_cart.es_CL | /es_CL/carro-compra/agregar-al-carro | Path does not match |
| 3 | app_shopping_cart_items.en | /en/cart/items | Path does not match |
| 4 | app_shopping_cart_items.es_CL | /es_CL/carro-compra/elementos | Path does not match |
| 5 | app_shopping_cart_delete_from_cart.en | /en/cart/delete-from-cart | Path does not match |
| 6 | app_shopping_cart_delete_from_cart.es_CL | /es_CL/carro-compra/eliminar-del-carro | Path does not match |
| 7 | app_estimation_cart.en | /en/estimation-cart/ | Path does not match |
| 8 | app_estimation_cart.es_CL | /es_CL/carro-cotizacion/ | Path does not match |
| 9 | app_estimation_cart_add_to_cart.en | /en/estimation-cart/add-to-cart | Path does not match |
| 10 | app_estimation_cart_add_to_cart.es_CL | /es_CL/carro-cotizacion/agregar-al-carro | Path does not match |
| 11 | app_estimation_cart_delete_from_cart.en | /en/estimation-cart/delete-from-cart | Path does not match |
| 12 | app_estimation_cart_delete_from_cart.es_CL | /es_CL/carro-cotizacion/eliminar-del-carro | Path does not match |
| 13 | app_estimation_cart_items.en | /en/estimation-cart/items | Path does not match |
| 14 | app_estimation_cart_items.es_CL | /es_CL/carro-cotizacion/elementos | Path does not match |
| 15 | app_group_index.en | /en/group/ | Path does not match |
| 16 | app_group_index.es_CL | /es_CL/grupo/ | Path does not match |
| 17 | app_group_render_group.en | /en/group/show/{groupCode} | Path does not match |
| 18 | app_group_render_group.es_CL | /es_CL/grupo/ver/{groupCode} | Path does not match |
| 19 | app_group_render_group_products.en | /en/group/show/{groupCode}/products | Path does not match |
| 20 | app_group_render_group_products.es_CL | /es_CL/grupo/ver/{groupCode}/productos | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.