Routing
product_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
| product_code | "HD.40003" |
| url_product | "wally-braided" |
Route Matching Logs
Path to match:
/it/shoponline/wally-braided.HD.40003
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | webhook_tracking_shipping_state_variation | /webhook-tracking-shipping-state-variation | Path does not match |
| 2 | about_us_with_listino.it | /it-{listino}/chi-siamo | Path does not match |
| 3 | about_us.it | /it/chi-siamo | Path does not match |
| 4 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
| 5 | contacts.it | /it/contatti | Path does not match |
| 6 | faq_with_listino.it | /it-{listino}/domande-frequenti | Path does not match |
| 7 | faq.it | /it/domande-frequenti | Path does not match |
| 8 | terms_and_conditions_with_listino.it | /it-{listino}/termini-e-condizioni | Path does not match |
| 9 | terms_and_conditions.it | /it/termini-e-condizioni | Path does not match |
| 10 | privacy_with_listino.it | /it-{listino}/privacy | Path does not match |
| 11 | privacy.it | /it/privacy | Path does not match |
| 12 | thank_you_with_listino.it | /it-{listino}/grazie-per-acquisto | Path does not match |
| 13 | thank_you.it | /it/grazie-per-acquisto | Path does not match |
| 14 | product_page_with_listino.it | /it-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 15 | 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.