Routing
        product_page
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| _locale | "it" | 
| listino | null | 
| product_code | "TE.1140294" | 
| url_product | "reember-terrain-mid-m" | 
Route Redirection
This page redirects to:
        /it/shoponline/reember-terrain-mid-m.TE.1140294?color=BLK
        (route: "n/a")    
Route Matching Logs
    Path to match: 
/it/shoponline/reember-terrain-mid-m.TE.1140294
| # | 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.