Routing
product_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "it" |
| listino | null |
| product_code | "CX.CAPHJM" |
| url_product | "capa-insulated-hooded-jacket-m" |
Route Matching Logs
Path to match:
/it/shoponline/capa-insulated-hooded-jacket-m.CX.CAPHJM
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | ajax_send_confirmation_email | /ajax-call/{_locale}/send-confirmation-email/{encrypted_order_id} | Path does not match |
| 2 | ajax_send_paypal_pending_notification_email | /ajax-call/{_locale}/send-paypal-pending-notification-email/{order_id} | Path does not match |
| 3 | send_xml_order | /send-xml-order/{order_id} | Path does not match |
| 4 | send_xml_return | /send-xml-return/{return_id} | Path does not match |
| 5 | where_we_are_with_listino.it | /it-{listino}/dove-siamo | Path does not match |
| 6 | where_we_are_with_listino.en | /en-{listino}/where-we-are | Path does not match |
| 7 | where_we_are.it | /it/dove-siamo | Path does not match |
| 8 | where_we_are.en | /en/where-we-are | Path does not match |
| 9 | contacts_with_listino.it | /it-{listino}/contatti | Path does not match |
| 10 | contacts_with_listino.en | /en-{listino}/contacts | Path does not match |
| 11 | contacts.it | /it/contatti | Path does not match |
| 12 | contacts.en | /en/contacts | Path does not match |
| 13 | faq_with_listino.it | /it-{listino}/domande-frequenti | Path does not match |
| 14 | faq_with_listino.en | /en-{listino}/faq | Path does not match |
| 15 | faq.it | /it/domande-frequenti | Path does not match |
| 16 | faq.en | /en/faq | Path does not match |
| 17 | terms_and_conditions_with_listino.it | /it-{listino}/termini-e-condizioni | Path does not match |
| 18 | terms_and_conditions_with_listino.en | /en-{listino}/terms-and-conditions | Path does not match |
| 19 | terms_and_conditions.it | /it/termini-e-condizioni | Path does not match |
| 20 | terms_and_conditions.en | /en/terms-and-conditions | Path does not match |
| 21 | privacy_with_listino.it | /it-{listino}/privacy | Path does not match |
| 22 | privacy_with_listino.en | /en-{listino}/privacy | Path does not match |
| 23 | privacy.it | /it/privacy | Path does not match |
| 24 | privacy.en | /en/privacy | Path does not match |
| 25 | accessibility_with_listino.it | /it-{listino}/accessibilita | Path does not match |
| 26 | accessibility_with_listino.en | /en-{listino}/accessibility | Path does not match |
| 27 | accessibility.it | /it/accessibilita | Path does not match |
| 28 | accessibility.en | /en/accessibility | Path does not match |
| 29 | thank_you_with_listino.it | /it-{listino}/grazie-per-acquisto | Path does not match |
| 30 | thank_you_with_listino.en | /en-{listino}/thank-you | Path does not match |
| 31 | thank_you.it | /it/grazie-per-acquisto | Path does not match |
| 32 | thank_you.en | /en/thank-you | Path does not match |
| 33 | 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.