Routing
show_info_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| url | "payment" |
Route Matching Logs
Path to match:
/info/payment
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | account_profile | /my/profile | Path does not match |
| 2 | account_orders | /my/orders | Path does not match |
| 3 | account_questions | /my/questions | Path does not match |
| 4 | account_favorites | /my/favorites | Path does not match |
| 5 | account_bonuses | /my/bonuses | Path does not match |
| 6 | account_reviews | /my/reviews | Path does not match |
| 7 | account | /my | Path does not match |
| 8 | account_render_orders | /my/orders/sort/{param} | Path does not match |
| 9 | account_get_review | /my/product/{id}/review | Path does not match |
| 10 | account_add_review | /my/product/{id}/review | Path does not match |
| 11 | update_profile | /my/profile | Path does not match |
| 12 | api_orders | /api/v1/orders | Path does not match |
| 13 | api_customers | /api/v1/customers | Path does not match |
| 14 | api_review_request | /api/v1/reviewRequest | Path does not match |
| 15 | articles | /articles | Path does not match |
| 16 | show_article | /articles/{slug} | Path does not match |
| 17 | auth_phone_confirm_request | /auth/phone-confirm | Path does not match |
| 18 | auth_phone_confirm | /auth/phone/confirm | Path does not match |
| 19 | auth_login_call_check | /auth/login-call-check | Path does not match |
| 20 | auth_login_call | /auth/login-call | Path does not match |
| 21 | auth_login | /auth/login | Path does not match |
| 22 | auth_register | /auth/register | Path does not match |
| 23 | register_code_send | /auth/register/code/send | Path does not match |
| 24 | auth_login_page | /auth/login | Path does not match |
| 25 | auth_register_page | /auth/register | Path does not match |
| 26 | customer_logout | /auth/logout | Path does not match |
| 27 | brands | /brands | Path does not match |
| 28 | quick_view | /quick/{id} | Path does not match |
| 29 | show_product | /product/{slug} | Path does not match |
| 30 | show_category | /category/{slug} | Path does not match |
| 31 | show_brand | /brands/{slug} | Path does not match |
| 32 | show_ppk_category | /giftcards/ppk | Path does not match |
| 33 | show_virtual_category | /vcategory/{slug} | Path does not match |
| 34 | search | /search | Path does not match |
| 35 | show_hits | /products/hits | Path does not match |
| 36 | show_discounts | /products/discounts | Path does not match |
| 37 | show_new | /products/new | Path does not match |
| 38 | show_gifts | /products/gifts | Path does not match |
| 39 | show_favorites | /products/favorites | Path does not match |
| 40 | show_viewed | /products/viewed | Path does not match |
| 41 | checkout | /checkout | Path does not match |
| 42 | cart | /cart | Path does not match |
| 43 | checkout_step3 | /checkout/confirm | Path does not match |
| 44 | checkout_profile_form | /checkout/profile | Path does not match |
| 45 | product_set_count | /checkout/product/{id}/{action} | Path does not match |
| 46 | remove_product | /checkout/product/{id}/remove | Path does not match |
| 47 | remove_products | /checkout/products/checked/remove | Path does not match |
| 48 | get_points | /checkout/points | Path does not match |
| 49 | get_stores | /checkout/map/stores | Path does not match |
| 50 | set_pick_point | /checkout/point/set | Path does not match |
| 51 | set_store | /checkout/store/set | Path does not match |
| 52 | set_shipping_method | /checkout/shipping/method/{methodId} | Path does not match |
| 53 | set_payment_method | /checkout/payment/method/{methodId} | Path does not match |
| 54 | set_order_comment | /checkout/comment | Path does not match |
| 55 | set-delivery-to-office | /checkout/delivery-to-office/{val} | Path does not match |
| 56 | set-delivery | /checkout/delivery/ | Path does not match |
| 57 | set_promocode | /checkout/promocode | Path does not match |
| 58 | set_epk | /checkout/gift-card | Path does not match |
| 59 | remove_epk | /checkout/gift-card/{code}/remove | Path does not match |
| 60 | remove_promocode | /checkout/promocode/remove | Path does not match |
| 61 | toggle_use_bonuses | /checkout/bonuses/ | Path does not match |
| 62 | toggle-cart-product | /cart/toggle-product/ | Path does not match |
| 63 | create_order | /checkout/order/create | Path does not match |
| 64 | thanks | /checkout/{uid}/thanks | Path does not match |
| 65 | get_full_cart | /checkout/full-cart | Path does not match |
| 66 | one_click_order | /checkout/one-click/product/{id} | Path does not match |
| 67 | dolyami-callback | /dolyami/callback | Path does not match |
| 68 | show_email | /email/{uid} | Path does not match |
| 69 | show_news_email | /mailing/{uid} | Path does not match |
| 70 | set_city | /geo/city/{id}/set | Path does not match |
| 71 | city_autocomplete | /geo/city/search | Path does not match |
| 72 | street_autocomplete | /geo/street/search | Path does not match |
| 73 | gift_card | /giftcards | Path does not match |
| 74 | epk | /giftcards/epk | Path does not match |
| 75 | epk_success_pay | /giftcards/pay/success | Path does not match |
| 76 | epk_fail_pay | /giftcards/pay/fail | Path does not match |
| 77 | ppk_add | /giftcards/plastic | Path does not match |
| 78 | index | / | Path does not match |
| 79 | remove_review_awaiting_product | /products/{id}/review/no | Path does not match |
| 80 | show_info_page | /info/{url} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.