Routing
frontoffice_static_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "dodani-a-platba" |
Route Matching Logs
Path to match:
/page/dodani-a-platba
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | configuration_change | /admin/configuration/{key} | Path does not match |
| 2 | core_configuration_edit | /admin/configuration/core | Path does not match |
| 3 | configuration_country_index | /admin/configuration/country | Path does not match |
| 4 | configuration_currency_add | /admin/configuration/currency/add | Path does not match |
| 5 | configuration_currency_index | /admin/configuration/currency | Path does not match |
| 6 | configuration_supported_currency_search | /admin/configuration/supported-currency | Path does not match |
| 7 | configuration_currency_toggle_default | /admin/configuration/currency/{code}/toggle-is-default | Path does not match |
| 8 | configuration_currency_toggle_enabled | /admin/configuration/currency/{code}/toggle-is-enabled | Path does not match |
| 9 | admin_invoice_settings | /admin/invoices/settings | Path does not match |
| 10 | admin_invoice_detail | /admin/invoice/{orderId} | Path does not match |
| 11 | admin_invoice_generate | /admin/invoice/{orderId}/generate | Path does not match |
| 12 | admin_invoice_list | /admin/invoices | Path does not match |
| 13 | admin_invoice_number_series | /admin/invoices/settings/number-series | Path does not match |
| 14 | admin_invoice_pdf | /admin/invoice/{id}/pdf | Path does not match |
| 15 | admin_invoice_regenerate_pdf | /admin/invoice/{id}/regenerate-pdf | Path does not match |
| 16 | admin_discount_create | /admin/discount/create | Path does not match |
| 17 | admin_discount_delete | /admin/discount/{id}/delete | Path does not match |
| 18 | admin_discount_detail | /admin/discount/{id} | Path does not match |
| 19 | admin_discount_edit | /admin/discount/{id}/edit | Path does not match |
| 20 | admin_discount_list | /admin/discounts | Path does not match |
| 21 | admin_product_discounts | /admin/product/{product}/discounts | Path does not match |
| 22 | admin_product_discounts_create | /admin/product/{product}/discounts/create | Path does not match |
| 23 | admin_product_discounts_delete | /admin/product/{product}/discounts/{discount}/delete | Path does not match |
| 24 | admin_filters_parameter_edit | /admin/filters/parameter/{id}/edit | Path does not match |
| 25 | admin_filters_parameter_update | /admin/filters/parameter/{id}/edit | Path does not match |
| 26 | admin_filters_variant_edit | /admin/filters/variant/{id}/edit | Path does not match |
| 27 | admin_filters_variant_update | /admin/filters/variant/{id}/edit | Path does not match |
| 28 | admin_filters_index | /admin/filters | Path does not match |
| 29 | admin_filters_parameter_delete | /admin/filters/parameter/{id}/delete | Path does not match |
| 30 | admin_filters_parameter_toggle_enabled | /admin/filters/parameter/{id}/toggle-is-enabled | Path does not match |
| 31 | admin_filters_variant_toggle_enabled | /admin/filters/variant/{id}/toggle-is-enabled | Path does not match |
| 32 | admin_filters_variant_delete | /admin/filters/variant/{id}/delete | Path does not match |
| 33 | admin_dashboard | /admin | Path does not match |
| 34 | frontoffice_product_add_to_cart | /product/{product}/add-to-cart | Path does not match |
| 35 | cart_step_one | /cart/step-one | Path does not match |
| 36 | cart_step_recapitulation | /cart/step-recapitulation | Path does not match |
| 37 | cart_step_two | /cart/step-two | Path does not match |
| 38 | frontoffice_homepage | / | Path does not match |
| 39 | my_account | /my-account | Path does not match |
| 40 | my_account_settings | /my-account/settings | Path does not match |
| 41 | order_thank_you | /order/thank-you/{orderNumber} | Path does not match |
| 42 | frontoffice_product_detail | /product/{product} | Path does not match |
| 43 | frontoffice_products | /products | Path does not match |
| 44 | frontoffice_product_variant_price | /product/{product}/variant-price | Path does not match |
| 45 | customer_login | /login | Path does not match |
| 46 | customer_logout | /logout | Path does not match |
| 47 | customer_register | /register | Path does not match |
| 48 | frontoffice_static_page | /page/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.