Routing
product_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
| product_code | "TE.1155992" |
| url_product | "trailwinder-low-w" |
Route Matching Logs
Path to match:
/it/shoponline/trailwinder-low-w.TE.1155992
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | user_control_panel_with_listino.it | /it-{listino}/customer/panel | Path does not match |
| 2 | user_control_panel_with_listino.en | /en-{listino}/customer/panel | Path does not match |
| 3 | user_control_panel.it | /it/customer/panel | Path does not match |
| 4 | user_control_panel.en | /en/customer/panel | Path does not match |
| 5 | product_page_with_listino.it | /it-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 6 | product_page_with_listino.en | /en-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 7 | product_page.it | /it/shoponline/{url_product}.{product_code} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.