Routing
shop_product
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
| slug | "hene-lasery" |
Route Matching Logs
Path to match:
/hene-lasery-p
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fragment_custom_category_breadCrumbs.cs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 2 | fragment_custom_category_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 3 | fragment_custom_product_breadCrumbs.cs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 4 | fragment_custom_product_breadCrumbs.en | /en/_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 5 | web_producer_detail.cs | /dodavatel/{slug} | Path does not match |
| 6 | web_producer_detail.en | /en/dodavatel/{slug} | Path does not match |
| 7 | sitemap_index.cs | /sitemap.xml | Path does not match |
| 8 | sitemap_index.en | /en/sitemap.xml | Path does not match |
| 9 | web_homepage.cs | / | Path does not match |
| 10 | web_homepage.en | /en/ | Path does not match |
| 11 | sitemap_index | /sitemap.xml | Path does not match |
| 12 | web_homepage | / | Path does not match |
| 13 | client_section_order_detail | /zakaznik/objednavka/{id} | Path does not match |
| 14 | fragment_custom_category_breadCrumbs | /_fragment/custom/breadCrumbs/category-{category}/json-{json} | Path does not match |
| 15 | fragment_custom_product_breadCrumbs | /_fragment/custom/breadCrumbs/product-{product}/json-{json} | Path does not match |
| 16 | web_producer_detail | /dodavatel/{slug} | Path does not match |
| 17 | custom_login.cs | /login | Path does not match |
| 18 | custom_login.en | /en/login | Path does not match |
| 19 | custom_api_login.cs | /api_login | Path does not match |
| 20 | custom_api_login.en | /en/api_login | Path does not match |
| 21 | shop_logout.cs | /logout | Path does not match |
| 22 | shop_logout.en | /en/logout | Path does not match |
| 23 | shop_order_steps.cs | /objednavka/{path} | Path does not match |
| 24 | shop_order_steps.en | /en/objednavka/{path} | Path does not match |
| 25 | custom_login | /login | Path does not match |
| 26 | custom_api_login | /api_login | Path does not match |
| 27 | shop_logout | /logout | Path does not match |
| 28 | shop_order_steps | /objednavka/{path} | Path does not match |
| 29 | app_forgot_password_request.cs | /reset-password | Path does not match |
| 30 | app_forgot_password_request.en | /en/reset-password | Path does not match |
| 31 | app_check_email.cs | /reset-password/check-email | Path does not match |
| 32 | app_check_email.en | /en/reset-password/check-email | Path does not match |
| 33 | app_reset_password.cs | /reset-password/reset/{token} | Path does not match |
| 34 | app_reset_password.en | /en/reset-password/reset/{token} | Path does not match |
| 35 | shop_register.cs | /registrace | Path does not match |
| 36 | shop_register.en | /en/registrace | Path does not match |
| 37 | app_test_index.cs | /test/ | Path does not match |
| 38 | app_test_index.en | /en/test/ | Path does not match |
| 39 | app_forgot_password_request | /reset-password | Path does not match |
| 40 | app_check_email | /reset-password/check-email | Path does not match |
| 41 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 42 | shop_register | /registrace | Path does not match |
| 43 | app_test_index | /test/ | Path does not match |
| 44 | fragment_assistant_box.cs | /_assistant-box/category-{category} | Path does not match |
| 45 | fragment_assistant_box.en | /en/_assistant-box/category-{category} | Path does not match |
| 46 | fragment_assistant_box | /_assistant-box/category-{category} | Path does not match |
| 47 | shop_product.cs | /{slug}-p | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.