Routing
product_page_with_listino
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| listino | "uk" |
| product_code | "CN.GS223317W" |
| url_product | "giacca-w-summer-josephine" |
Route Matching Logs
Path to match:
/en-uk/shoponline/giacca-w-summer-josephine.CN.GS223317W
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | search_with_listino.it | /it-{listino}/canadian-shop-search | Path does not match |
| 2 | search_with_listino.en | /en-{listino}/canadian-shop-search | Path does not match |
| 3 | search | /{_locale}/canadian-shop-search | Path does not match |
| 4 | about_us_with_listino.it | /it-{listino}/chi-siamo | Path does not match |
| 5 | about_us_with_listino.en | /en-{listino}/about-us | Path does not match |
| 6 | about_us.it | /it/chi-siamo | Path does not match |
| 7 | about_us.en | /en/about-us | Path does not match |
| 8 | where_we_are_with_listino.it | /it-{listino}/dove-siamo | Path does not match |
| 9 | where_we_are_with_listino.en | /en-{listino}/where-we-are | Path does not match |
| 10 | where_we_are.it | /it/dove-siamo | Path does not match |
| 11 | where_we_are.en | /en/where-we-are | Path does not match |
| 12 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
| 13 | contacts_with_listino.en | /en-{listino}/contacts | Path does not match |
| 14 | contacts.it | /it/contatti | Path does not match |
| 15 | contacts.en | /en/contacts | Path does not match |
| 16 | faq_with_listino.it | /it-{listino}/domande-frequenti | Path does not match |
| 17 | faq_with_listino.en | /en-{listino}/faq | Path does not match |
| 18 | faq.it | /it/domande-frequenti | Path does not match |
| 19 | faq.en | /en/faq | Path does not match |
| 20 | terms_and_conditions_with_listino.it | /it-{listino}/termini-e-condizioni | Path does not match |
| 21 | terms_and_conditions_with_listino.en | /en-{listino}/terms-and-conditions | Path does not match |
| 22 | terms_and_conditions.it | /it/termini-e-condizioni | Path does not match |
| 23 | terms_and_conditions.en | /en/terms-and-conditions | Path does not match |
| 24 | privacy_with_listino.it | /it-{listino}/privacy | Path does not match |
| 25 | privacy_with_listino.en | /en-{listino}/privacy | Path does not match |
| 26 | privacy.it | /it/privacy | Path does not match |
| 27 | privacy.en | /en/privacy | Path does not match |
| 28 | thank_you_with_listino.it | /it-{listino}/grazie-per-acquisto | Path does not match |
| 29 | thank_you_with_listino.en | /en-{listino}/thank-you | Path does not match |
| 30 | thank_you.it | /it/grazie-per-acquisto | Path does not match |
| 31 | thank_you.en | /en/thank-you | Path does not match |
| 32 | product_page_with_listino.it | /it-{listino}/shoponline/{url_product}.{product_code} | Path does not match |
| 33 | product_page_with_listino.en | /en-{listino}/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.