Error A route matching "/femei/imbracaminte-pentru-femei/imbracaminte-de-exterior/geci/sales" could not be found.
None of the currently connected routes match the provided parameters. Add a matching route to config/routes.php
| Template | Defaults | Options |
|---|---|---|
| /wishlist/add-item | [
'action' => 'add',
'controller' => 'Wishlist',
'plugin' => null,
] |
[
'_name' => 'wishlist:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /wishlist/{productId} | [
'action' => 'remove',
'controller' => 'Wishlist',
'plugin' => null,
] |
[
'_name' => 'wishlist:remove',
'productId' => '\d+',
'pass' => [
(int) 0 => 'productId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /wishlist | [
'action' => 'index',
'controller' => 'Wishlist',
'plugin' => null,
] |
[
'_name' => 'wishlist:index',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /wiosna | [
'redirect' => '/kobiety?new-in=1&utm_source=mms&utm_medium=sm&utm_campaign=mms&utm_content=cm',
'plugin' => null,
'action' => 'index',
] |
[
'routeClass' => 'Cake\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /warehouse/api/sizes/{id}/quantity | [
'controller' => 'Sizes',
'action' => 'setQuantity',
'_method' => 'POST',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /warehouse/api/sizes/{id}/quantity | [
'controller' => 'Sizes',
'action' => 'setQuantity',
'_method' => 'PUT',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /warehouse/api/orders/{id}/status | [
'controller' => 'Orders',
'action' => 'setStatus',
'_method' => 'POST',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /warehouse/api/orders/{id}/status | [
'controller' => 'Orders',
'action' => 'setStatus',
'_method' => 'PUT',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /warehouse/api/azapost/status | [
'controller' => 'AzapostOrderStatuses',
'action' => 'addStatus',
'_method' => 'POST',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /warehouse/api/azapost/status | [
'controller' => 'AzapostOrderStatuses',
'action' => 'addStatus',
'_method' => 'PUT',
'plugin' => 'WarehouseApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /warehouse/api/{controller} | [
'action' => 'index',
'plugin' => 'WarehouseApi',
] |
[
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'_ext' => [
(int) 0 => 'json',
],
] |
| /warehouse/api/{controller}/{action}/* | [
'plugin' => 'WarehouseApi',
'action' => 'index',
] |
[
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'_ext' => [
(int) 0 => 'json',
],
] |
| /want_to_join_rewards_program | [
'controller' => 'Users',
'action' => 'wantToJoinRewardsProgram',
'plugin' => null,
] |
[
'_name' => 'users:want-to-join-rewards-program',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /verification/phone | [
'action' => 'phone',
'controller' => 'Verification',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'verification:phone',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /unifikacja-rozmiarow | [
'controller' => 'Home',
'action' => 'unificationSizeLandingPage',
'plugin' => null,
] |
[
'_name' => 'home:unificationSizeLandingPage',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /twisto-success/* | [
'controller' => 'Twisto',
'action' => 'success',
'plugin' => null,
] |
[
'_name' => 'twisto:success',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /twisto-form-fields | [
'controller' => 'Twisto',
'action' => 'getFormFields',
'plugin' => null,
] |
[
'_name' => 'twisto:get-form-fields',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /twisto-error/* | [
'controller' => 'Twisto',
'action' => 'error',
'plugin' => null,
] |
[
'_name' => 'twisto:error',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /tradedoubler/redirect.html | [
'controller' => 'Tradedoubler',
'action' => 'index',
'plugin' => null,
] |
[
'_name' => 'tradedoubler',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /tools/{controller} | [
'action' => 'index',
'plugin' => 'Tools',
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /tools/{controller}/{action}/* | [
'plugin' => 'Tools',
'action' => 'index',
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /test/{action}/* | [
'controller' => 'Test',
'plugin' => null,
'action' => 'index',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /subscribers/sign-in | [
'controller' => 'Subscribers',
'action' => 'signIn',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /store/api/product/img/{type}/{code}/{n} | [
'controller' => 'Imgs',
'action' => 'getProductImageByCode',
'_method' => 'GET',
'plugin' => 'StoreApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'jpg',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'type',
(int) 1 => 'code',
(int) 2 => 'n',
],
] |
| /store/api/product/img/{type}/{code} | [
'controller' => 'Imgs',
'action' => 'getProductImageByCode',
'_method' => 'GET',
'plugin' => 'StoreApi',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'jpg',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'type',
(int) 1 => 'code',
],
] |
| /store/api/{controller} | [
'action' => 'index',
'plugin' => 'StoreApi',
] |
[
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'_ext' => [
],
] |
| /store/api/{controller}/{action}/* | [
'plugin' => 'StoreApi',
'action' => 'index',
] |
[
'routeClass' => 'Cake\Routing\Route\DashedRoute',
'_ext' => [
],
] |
| /special-offers/{specialOfferSlug}/cart/add-item | [
'action' => 'addItem',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart | [
'action' => 'index',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:index',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/drop-cart | [
'action' => 'dropCart',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:dropCart',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/{sizeId} | [
'action' => 'removeItem',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:remove',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/remove-items | [
'action' => 'removeItemsList',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:removeItemsList',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/{sizeId}/quantity | [
'action' => 'changeItemQuantity',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:quantity',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/addRewordsProgramCoupon | [
'action' => 'addRewordsProgramCoupon',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:add-rewords-program-coupon',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/coupons/add-coupon | [
'action' => 'addCoupon',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:coupons:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/coupons/remove-coupon | [
'action' => 'removeCoupon',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:coupons:remove',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/points/add-points | [
'action' => 'addPoints',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:points:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/points/remove-points | [
'action' => 'removePoints',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:points:remove',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/item-change-size/{sizeId} | [
'action' => 'itemChangeSize',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/setItemsActive | [
'action' => 'setItemsActive',
'active' => true,
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/setItemsInactive | [
'action' => 'setItemsActive',
'active' => false,
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/cart/show | [
'action' => 'showCart',
'controller' => 'Carts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:cart:show',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/place | [
'controller' => 'Orders',
'action' => 'place',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/payments | [
'controller' => 'Orders',
'action' => 'getPayments',
'_method' => 'GET',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:payments',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/{id}/{token}/invoice | [
'action' => 'getInvoice',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'specialoffers:orders:getInvoice',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
] |
| /special-offers/{specialOfferSlug}/orders/{id}/{token}/invoice-correction | [
'action' => 'getInvoiceCorrection',
'_method' => 'GET',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:getInvoiceCorrection',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/status/{id}/{token} | [
'action' => 'status',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:status',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/cancel/{id}/{token} | [
'action' => 'cancel',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:cancel',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/orders/{id}/resignationReason | [
'action' => 'resignationReason',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:resignation-reason',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/my_orders | [
'controller' => 'Orders',
'action' => 'myOrders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:my-orders',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/my_order/{id} | [
'controller' => 'Orders',
'action' => 'myOrder',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:orders:my-order',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/checkout | [
'action' => 'checkout',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:checkout:one-page',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/checkout/1 | [
'action' => 'step2',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:checkout:step2',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/checkout/2 | [
'action' => 'step3',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:checkout:step3',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/checkout/thanks | [
'action' => 'thanks',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:checkout:thanks',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/checkout/result | [
'action' => 'result',
'controller' => 'Orders',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:checkout:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/search | [
'controller' => 'Products',
'action' => 'search',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/quick-view-popup/{id} | [
'controller' => 'Products',
'action' => 'quickView',
'template' => 'quick_view_popup',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/quick-view/{id} | [
'controller' => 'Products',
'action' => 'quickView',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:quick-view',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/propertyByEanJson/{package_ean} | [
'controller' => 'Products',
'action' => 'propertyByEanJson',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:property-by-ean-json',
'package_ean' => '\d+',
'pass' => [
(int) 0 => 'package_ean',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/popular-products-search | [
'controller' => 'Products',
'action' => 'getPopularProductsAndCategories',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:popular-products-search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/suggested-products-search | [
'controller' => 'Products',
'action' => 'getSearchSuggestedProducts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:suggested-products-search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/popular-products | [
'controller' => 'Products',
'action' => 'getPopularProductsAi',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:products:popular-products',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/recommended-products/{id} | [
'controller' => 'Products',
'action' => 'recommendedProducts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/customer-recommended-products/{id} | [
'controller' => 'Products',
'action' => 'customerRecommendedProducts',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/customer-recommended-products-click/{id} | [
'controller' => 'Products',
'action' => 'customerRecommendedProductsClick',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/change-size-modal/{sizeId} | [
'controller' => 'Products',
'action' => 'getChangeSizeModal',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/select-size-modal/{id} | [
'controller' => 'Products',
'action' => 'getSelectSizeModal',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'sizeId' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/products/size-table/{id} | [
'controller' => 'Products',
'action' => 'sizeTable',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/payu/send/{orderId}/{token} | [
'action' => 'send',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'specialoffers:payu:send',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
(int) 1 => 'token',
],
] |
| /special-offers/{specialOfferSlug}/payu/url/{orderId} | [
'action' => 'paymentUrl',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'specialoffers:payu:payment-url',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /special-offers/{specialOfferSlug}/payu/result/* | [
'action' => 'result',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:payu:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/payu/notify | [
'action' => 'notify',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
'_method' => [
(int) 0 => 'POST',
],
] |
[
'_name' => 'specialoffers:payu:notify',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/payu/status/{orderId} | [
'action' => 'status',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:payu:status',
'pass' => [
(int) 0 => 'orderId',
],
'orderId' => '\d+',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/payu/cancel/{orderId} | [
'action' => 'cancel',
'controller' => 'PayuPayments',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_name' => 'specialoffers:payu:cancel',
'pass' => [
(int) 0 => 'orderId',
],
'orderId' => '\d+',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/paypo/send/{orderId}/{token} | [
'action' => 'sendOrder',
'controller' => 'Paypo',
'prefix' => 'SpecialOffers',
'plugin' => null,
'_method' => [
(int) 0 => 'POST',
],
] |
[
'orderId' => '\d+',
'_name' => 'specialoffers:paypo:sendOrder',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
(int) 1 => 'token',
],
] |
| /special-offers/{specialOfferSlug}/paypo/url/{orderId} | [
'action' => 'paymentUrl',
'controller' => 'Paypo',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'specialoffers:paypo:payment-url',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /special-offers/{specialOfferSlug}/paypo/result/{orderId} | [
'action' => 'result',
'controller' => 'Paypo',
'prefix' => 'SpecialOffers',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'orderId' => '\d+',
'_name' => 'specialoffers:paypo:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /special-offers/{specialOfferSlug}/filters/{categoryId}/{template} | [
'controller' => 'Filters',
'action' => 'index',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/filters/{categoryId} | [
'controller' => 'Filters',
'action' => 'index',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/filters/{template} | [
'controller' => 'Filters',
'action' => 'index',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/filters | [
'controller' => 'Filters',
'action' => 'index',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categoryId' => null,
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/{recursive} | [
'controller' => 'Products',
'action' => 'view',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\RecursiveRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/{recursive} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\RecursiveRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /special-offers/{specialOfferSlug}/{controller}/{action}/* | [
'prefix' => 'SpecialOffers',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SymlinkRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /social/callback | [
'action' => 'callback',
'controller' => 'Users',
'plugin' => null,
] |
[
'_name' => 'social:callback',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /social/accept-rules-and-conditions | [
'action' => 'acceptRulesAndConditions',
'controller' => 'Users',
'plugin' => null,
] |
[
'_name' => 'social:accept-rules-and-conditions',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/staticRoutes | [
'controller' => 'Sitemaps',
'action' => 'staticRoutes',
'locale' => 'ro_RO',
'plugin' => 'Feed',
] |
[
'_name' => 'ro_RO:feed.sitemap:staticRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/staticRoutes | [
'controller' => 'Sitemaps',
'action' => 'staticRoutes',
'plugin' => 'Feed',
] |
[
'_name' => 'feed.sitemap:staticRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/productsRoutes | [
'controller' => 'Products',
'action' => 'pages',
'locale' => 'ro_RO',
'plugin' => 'Feed',
] |
[
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/productsRoutes | [
'controller' => 'Products',
'action' => 'pages',
'plugin' => 'Feed',
] |
[
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/productsRoutePages | [
'controller' => 'Products',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => 'Feed',
] |
[
'_name' => 'ro_RO:feed.sitemap:productsRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/productsRoutePages | [
'controller' => 'Products',
'action' => 'index',
'plugin' => 'Feed',
] |
[
'_name' => 'feed.sitemap:productsRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/dynamicCategoriesRoutes | [
'controller' => 'Sitemaps',
'action' => 'dynamicCategoriesRoutes',
'locale' => 'ro_RO',
'plugin' => 'Feed',
] |
[
'_name' => 'ro_RO:feed.sitemap:dynamicCategoriesRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/dynamicCategoriesRoutes | [
'controller' => 'Sitemaps',
'action' => 'dynamicCategoriesRoutes',
'plugin' => 'Feed',
] |
[
'_name' => 'feed.sitemap:dynamicCategoriesRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/categoriesRoutes | [
'controller' => 'Sitemaps',
'action' => 'categoriesRoutes',
'locale' => 'ro_RO',
'plugin' => 'Feed',
] |
[
'_name' => 'ro_RO:feed.sitemap:categoriesRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap/categoriesRoutes | [
'controller' => 'Sitemaps',
'action' => 'categoriesRoutes',
'plugin' => 'Feed',
] |
[
'_name' => 'feed.sitemap:categoriesRoutes',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap | [
'controller' => 'Categories',
'action' => 'sitemap',
'plugin' => null,
] |
[
'_name' => 'categories:sitemap',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /sitemap | [
'controller' => 'Sitemaps',
'action' => 'index',
'locale' => null,
'plugin' => 'Feed',
] |
[
'_name' => 'feed.sitemap:index',
'_ext' => [
(int) 0 => 'xml',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /similar-products-{categoryId} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'template' => 'similar_products',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'categoryId' => '\d+',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /show_join_rewards_program_popup | [
'controller' => 'Users',
'action' => 'showJoinRewardsProgramPopup',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /rules/checkout | [
'controller' => 'Rules',
'action' => 'checkout',
'plugin' => null,
] |
[
'_name' => 'rules:checkout',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /routes/:action | [
'controller' => 'Routes',
'plugin' => null,
'action' => 'index',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /robots.txt | [
'controller' => 'Robots',
'action' => 'view',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'robots:view',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ro_RO/{recursive} | [
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\LocaleRecursiveRoute',
'_ext' => [
],
'locale' => '[a-z]{2}_[A-Z]{2}',
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /rewards_program_segmentation_details_popup | [
'controller' => 'Users',
'action' => 'rewardsProgramSegmentationDetailsPopup',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /rewards-program-temp | [
'controller' => 'Home',
'action' => 'cashbackTempLandingPage',
'plugin' => null,
] |
[
'_name' => 'home:cashbackTempLandingPage',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /reviews/all-reviews | [
'controller' => 'Reviews',
'action' => 'all',
'plugin' => null,
] |
[
'_name' => 'reviews:all-reviews',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /reviews/{id}/thumbs | [
'controller' => 'Reviews',
'action' => 'thumbs',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /reviews | [
'controller' => 'Reviews',
'action' => 'index',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'reviews:index',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /reviews | [
'controller' => 'Reviews',
'action' => 'add',
'plugin' => null,
'_method' => [
(int) 0 => 'POST',
],
] |
[
'_name' => 'reviews:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /reset_password/{code} | [
'controller' => 'Users',
'action' => 'resetPassword',
'plugin' => null,
] |
[
'_name' => 'users:password:reset',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'code',
],
] |
| /reneegirls-club | [
'controller' => 'Home',
'action' => 'reneeGirlsClub2LandingPage',
'plugin' => null,
] |
[
'_name' => 'home:reneeGirlsClub2LandingPage',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /register | [
'controller' => 'Users',
'action' => 'register',
'plugin' => null,
] |
[
'_name' => 'register',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /recover_password | [
'controller' => 'Users',
'action' => 'recoverPassword',
'plugin' => null,
] |
[
'_name' => 'recover-password',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /publisher/api/subscribe | [
'plugin' => 'Publisher',
'controller' => 'Notification',
'action' => 'subscribe',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /program-lojalnosciowy | [
'controller' => 'Home',
'action' => 'rewardsProgramLandingPage',
'plugin' => null,
] |
[
'_name' => 'home:rewardsProgramLandingPage',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/view/{id} | [
'controller' => 'Products',
'action' => 'view',
'plugin' => null,
] |
[
'_name' => 'fallback:products:view',
'id' => '\d+',
'redirect' => [
'controller' => 'Products',
'action' => 'view',
'locale' => 'ro_RO',
],
'persist' => [
(int) 0 => 'id',
],
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /products/suggested-products-search | [
'controller' => 'Products',
'action' => 'getSearchSuggestedProducts',
'plugin' => null,
] |
[
'_name' => 'products:suggested-products-search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/size-table/{id} | [
'controller' => 'Products',
'action' => 'sizeTable',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/select-size-modal/{id} | [
'controller' => 'Products',
'action' => 'getSelectSizeModal',
'plugin' => null,
] |
[
'id' => '\d+',
'sizeId' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/search | [
'controller' => 'Products',
'action' => 'search',
'plugin' => null,
] |
[
'_name' => 'products:search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/recommended-products/{id} | [
'controller' => 'Products',
'action' => 'recommendedProducts',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/quick-view/{id} | [
'controller' => 'Products',
'action' => 'quickView',
'plugin' => null,
] |
[
'_name' => 'products:quick-view',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/quick-view-popup/{id} | [
'controller' => 'Products',
'action' => 'quickView',
'template' => 'quick_view_popup',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/propertyByEanJson/{package_ean} | [
'controller' => 'Products',
'action' => 'propertyByEanJson',
'plugin' => null,
] |
[
'_name' => 'products:property-by-ean-json',
'package_ean' => '\d+',
'pass' => [
(int) 0 => 'package_ean',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/popular-products-search | [
'controller' => 'Products',
'action' => 'getPopularProductsAndCategories',
'plugin' => null,
] |
[
'_name' => 'products:popular-products-search',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/popular-products | [
'controller' => 'Products',
'action' => 'getPopularProductsAi',
'plugin' => null,
] |
[
'_name' => 'products:popular-products',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/index/{categoryId} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'_name' => 'fallback:products:index',
'categoryId' => '\d+',
'redirect' => [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
],
'persist' => [
(int) 0 => 'categoryId',
],
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /products/customer-recommended-products/{id} | [
'controller' => 'Products',
'action' => 'customerRecommendedProducts',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/customer-recommended-products-click/{id} | [
'controller' => 'Products',
'action' => 'customerRecommendedProductsClick',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products/change-size-modal/{sizeId} | [
'controller' => 'Products',
'action' => 'getChangeSizeModal',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /products | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categoryId' => null,
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /product/view/{id} | [
'controller' => 'FilteredProducts',
'action' => 'view',
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'_name' => 'fallback:product:view',
'id' => '\d+',
'redirect' => [
'controller' => 'FilteredProducts',
'action' => 'view',
'locale' => 'ro_RO',
],
'persist' => [
(int) 0 => 'id',
],
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /product/index/{categoryId} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'_name' => 'fallback:product:index',
'categoryId' => '\d+',
'redirect' => [
'controller' => 'FilteredProducts',
'action' => 'index',
],
'persist' => [
(int) 0 => 'categoryId',
],
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /product-{id} | [
'controller' => 'Products',
'action' => 'view',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SimpleProductRoute',
'id' => '\d+',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /post_points | [
'controller' => 'PostPoints',
'action' => 'index',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'post-points:index',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /payu/url/{orderId} | [
'action' => 'paymentUrl',
'controller' => 'PayuPayments',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'payu:payment-url',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /payu/status/{orderId} | [
'action' => 'status',
'controller' => 'PayuPayments',
'plugin' => null,
] |
[
'_name' => 'payu:status',
'pass' => [
(int) 0 => 'orderId',
],
'orderId' => '\d+',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /payu/send/{orderId}/{token} | [
'action' => 'send',
'controller' => 'PayuPayments',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'payu:send',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
(int) 1 => 'token',
],
] |
| /payu/result/* | [
'action' => 'result',
'controller' => 'PayuPayments',
'plugin' => null,
] |
[
'_name' => 'payu:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /payu/notify | [
'action' => 'notify',
'controller' => 'PayuPayments',
'plugin' => null,
'_method' => [
(int) 0 => 'POST',
],
] |
[
'_name' => 'payu:notify',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /payu/cancel/{orderId} | [
'action' => 'cancel',
'controller' => 'PayuPayments',
'plugin' => null,
] |
[
'_name' => 'payu:cancel',
'pass' => [
(int) 0 => 'orderId',
],
'orderId' => '\d+',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /paypo/url/{orderId} | [
'action' => 'paymentUrl',
'controller' => 'Paypo',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'paypo:payment-url',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /paypo/send/{orderId}/{token} | [
'action' => 'sendOrder',
'controller' => 'Paypo',
'plugin' => null,
'_method' => [
(int) 0 => 'POST',
],
] |
[
'orderId' => '\d+',
'_name' => 'paypo:sendOrder',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
(int) 1 => 'token',
],
] |
| /paypo/result/{orderId} | [
'action' => 'result',
'controller' => 'Paypo',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'orderId' => '\d+',
'_name' => 'paypo:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /pages/view/{page_type} | [
'controller' => 'Home',
'action' => 'view',
'plugin' => null,
] |
[
'_name' => 'fallback:home:view',
'page_type' => '\d+',
'pass' => [
(int) 0 => 'page_type',
],
'redirect' => [
'plugin' => false,
'prefix' => false,
'controller' => 'Home',
'action' => 'view',
'locale' => 'ro_RO',
],
'persist' => true,
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /pages/shop-closure | [
'controller' => 'Home',
'action' => 'shopClosure',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /pages/index/{gender} | [
'controller' => 'Home',
'action' => 'index',
'plugin' => null,
] |
[
'_name' => 'fallback:home:index',
'gender' => 'men|women|children',
'pass' => [
(int) 0 => 'gender',
],
'redirect' => [
'plugin' => false,
'prefix' => false,
'controller' => 'Home',
'action' => 'index',
'locale' => 'ro_RO',
],
'persist' => true,
'status' => (int) 302,
'routeClass' => 'App\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /pages/* | [
'controller' => 'Pages',
'action' => 'display',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/status/{id}/{token} | [
'action' => 'status',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'orders:status',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/place | [
'controller' => 'Orders',
'action' => 'place',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/payments | [
'controller' => 'Orders',
'action' => 'getPayments',
'_method' => 'GET',
'plugin' => null,
] |
[
'_name' => 'orders:payments',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/cancel/{id}/{token} | [
'action' => 'cancel',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'orders:cancel',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/{id}/{token}/invoice | [
'action' => 'getInvoice',
'controller' => 'Orders',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'orders:getInvoice',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
] |
| /orders/{id}/{token}/invoice-correction | [
'action' => 'getInvoiceCorrection',
'_method' => 'GET',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'orders:getInvoiceCorrection',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'token',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /orders/{id}/resignationReason | [
'action' => 'resignationReason',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'orders:resignation-reason',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order_returns/get_pickup_points | [
'controller' => 'PpOrderReturns',
'action' => 'getPickupPoints',
'plugin' => null,
] |
[
'_name' => 'order-returns:get-pickup-points',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order_returns/add/{orderId}/{token} | [
'controller' => 'PpOrderReturns',
'action' => 'add',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'order-returns:add',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
(int) 1 => 'token',
],
] |
| /order/exit | [
'controller' => 'Orders',
'action' => 'logout',
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'_name' => 'orderAuth:exit',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order/cancel/{id} | [
'controller' => 'Orders',
'action' => 'cancel',
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'_name' => 'orderAuth:cancel',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order/{token} | [
'controller' => 'Orders',
'action' => 'login',
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'token' => '[a-f0-9]{64}',
'pass' => [
(int) 0 => 'token',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order/{id} | [
'controller' => 'Orders',
'action' => 'view',
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'_name' => 'orderAuth:view',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order/{controller}/{action}/* | [
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SymlinkRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/tab-partial/{tabName} | [
'action' => 'getTabContentPartial',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'tabName' => '[a-z]*',
'_name' => 'orderReturns:tabPartial',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'tabName',
],
] |
| /order-returns/set-items | [
'action' => 'setItems',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:setItems',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/label | [
'action' => 'getLabel',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:getLabel',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/complete | [
'action' => 'complete',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:complete',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/cancel/{id} | [
'action' => 'cancel',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'orderReturns:cancel',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /order-returns/authorizeJson | [
'action' => 'authorizeJson',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:authorizeJson',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/authorize | [
'action' => 'authorize',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:authorize',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order-returns/{orderId}/choose-products | [
'action' => 'chooseProducts',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'orderReturns:chooseProducts',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /order-returns/{orderId}/choose-shipment-type | [
'action' => 'chooseShipmentType',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'orderReturns:chooseShipmentType',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /order-returns/{orderId}/place | [
'action' => 'place',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'orderReturns:place',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /order-returns/{id} | [
'action' => 'view',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'orderReturns:view',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /order-returns/{orderId}/upload-image | [
'action' => 'uploadImage',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'orderReturns:uploadImage',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /order-returns/{orderId}/delete-image | [
'action' => 'deleteImage',
'_method' => 'POST',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderId' => '\d+',
'_name' => 'orderReturns:deleteImage',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderId',
],
] |
| /order-returns/{orderReturnId}/change-pickup-address | [
'action' => 'changePickupAddress',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'orderReturnId' => '\d+',
'_name' => 'orderReturns:changePickupAddress',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'orderReturnId',
],
] |
| /order-returns | [
'action' => 'index',
'_method' => 'GET',
'controller' => 'OrderReturns',
'plugin' => null,
] |
[
'_name' => 'orderReturns:index',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /order | [
'controller' => 'Orders',
'action' => 'login',
'prefix' => 'OrderAuth',
'plugin' => null,
] |
[
'_name' => 'orderAuth:login',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ochrona-danych-osobowych | [
'controller' => 'Home',
'action' => 'allRules',
'plugin' => null,
] |
[
'_name' => 'home:all-rules',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /newsletter/unsubscribe | [
'controller' => 'Subscribers',
'action' => 'unsubscribeEmailAgreements',
'plugin' => null,
] |
[
'_name' => 'subscribers:unsubscribe',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /newsletter/sign-in | [
'controller' => 'Subscribers',
'action' => 'add',
'plugin' => null,
] |
[
'_name' => 'subscribers:add',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /newsletter/send-link | [
'controller' => 'Subscribers',
'action' => 'sendLink',
'plugin' => null,
] |
[
'_name' => 'subscribers:send',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /newsletter/edit/{code} | [
'controller' => 'Subscribers',
'action' => 'edit',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'subscribers:edit',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
(int) 1 => 'code',
],
] |
| /newsletter/edit | [
'controller' => 'Subscribers',
'action' => 'sendLink',
'plugin' => null,
] |
[
'routeClass' => 'Cake\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
| /newsletter/confirm/{id} | [
'controller' => 'Subscribers',
'action' => 'confirmEmailAgreements',
'plugin' => null,
] |
[
'id' => '\d+',
'_name' => 'subscribers:confirm',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'id',
],
] |
| /my_subscription | [
'controller' => 'Users',
'action' => 'mySubscription',
'plugin' => null,
] |
[
'_name' => 'user:my-subscription',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_promotions | [
'controller' => 'Users',
'action' => 'promotions',
'plugin' => null,
] |
[
'_name' => 'user:promotions',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_promotion_details/{id} | [
'controller' => 'Users',
'action' => 'promotionDetails',
'plugin' => null,
] |
[
'_name' => 'user:promotion-details',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_profile | [
'controller' => 'Users',
'action' => 'myProfile',
'plugin' => null,
] |
[
'_name' => 'user:my-profile',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_points | [
'controller' => 'Users',
'action' => 'myPoints',
'plugin' => null,
] |
[
'_name' => 'user:my-points',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_orders | [
'controller' => 'Orders',
'action' => 'myOrders',
'plugin' => null,
] |
[
'_name' => 'orders:my-orders',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_order/{id} | [
'controller' => 'Orders',
'action' => 'myOrder',
'plugin' => null,
] |
[
'_name' => 'orders:my-order',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_addresses | [
'controller' => 'Users',
'action' => 'myAddresses',
'plugin' => null,
] |
[
'_name' => 'user:my-addresses',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /my_account | [
'controller' => 'Users',
'action' => 'myAccount',
'plugin' => null,
] |
[
'_name' => 'user:my-account',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /modal-contents | [
'controller' => 'Home',
'action' => 'getModalContentsByType',
'plugin' => null,
] |
[
'_name' => 'home:getModalContentsByType',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /mezczyzni-home | [
'controller' => 'Home',
'action' => 'index',
(int) 0 => 'men',
'plugin' => null,
] |
[
'_name' => 'home-men',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /logout | [
'controller' => 'Users',
'action' => 'logout',
'plugin' => null,
] |
[
'_name' => 'logout',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /login | [
'controller' => 'Users',
'action' => 'login',
'plugin' => null,
] |
[
'_name' => 'login',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /live-tv | [
'controller' => 'Home',
'action' => 'liveTvLandingPage',
'plugin' => null,
] |
[
'_name' => 'home:live-tv-landing-page',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /koszt-dostawy | [
'controller' => 'Home',
'action' => 'shipment',
'plugin' => null,
] |
[
'_name' => 'home:shipment',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /kobiety-home | [
'controller' => 'Home',
'action' => 'index',
(int) 0 => 'women',
'plugin' => null,
] |
[
'_name' => 'home-women',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /isLoggedIn | [
'controller' => 'Users',
'action' => 'isLoggedIn',
'plugin' => null,
] |
[
'_name' => 'is-logged-in',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /instagram-image-links/view/{id} | [
'controller' => 'InstagramImageLinks',
'action' => 'view',
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /instagram-image-links | [
'controller' => 'InstagramImageLinks',
'action' => 'index',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'instagram-image-links:index',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
[
'redirect' => '/instagram-image-links',
'plugin' => null,
'action' => 'index',
] |
[
'routeClass' => 'Cake\Routing\Route\RedirectRoute',
'_ext' => [
],
] |
|
| /help/{slug} | [
'controller' => 'Home',
'action' => 'faqDetails',
'plugin' => null,
] |
[
'_name' => 'home:faqDetails',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'slug',
],
] |
| /help | [
'controller' => 'Home',
'action' => 'faq',
'plugin' => null,
] |
[
'_name' => 'home:faq',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /google-search/products-suggests | [
'action' => 'searchProductsSuggests',
'_method' => 'GET',
'controller' => 'GoogleSearch',
'plugin' => 'GoogleSearch',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /google-search/products-by-image-modal | [
'controller' => 'GoogleSearch',
'action' => 'searchProductsByImageModal',
'plugin' => 'GoogleSearch',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /force_recover_password | [
'controller' => 'Users',
'action' => 'forceRecoverPassword',
'plugin' => null,
] |
[
'_name' => 'force-recover-password',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{categoryId}/{template} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{categoryId} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{template} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{categoryId}/{template} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{categoryId} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'categoryId' => '\d+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters/{template} | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'template' => '[a-z][a-zA-Z0-9]+',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /filters | [
'controller' => 'Filters',
'action' => 'index',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/searcher | [
'plugin' => 'Searcher',
'controller' => 'Search',
'action' => 'searchProducts',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/searchZipCodes | [
'plugin' => 'Searcher',
'controller' => 'Search',
'action' => 'searchZipCodes',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/searchPostCodes | [
'plugin' => 'Searcher',
'controller' => 'Search',
'action' => 'searchPostCodes',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/sprinter-courier/points-office | [
'controller' => 'Search',
'action' => 'searchSprinterCourierPointsOffice',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchSprinterCourierPointsOffice',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/sameday-courier/points-office-ro | [
'controller' => 'Search',
'action' => 'searchSamedayCourierPointsRo',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchSamedayCourierPointsRo',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/sameday-courier/points-office-hu | [
'controller' => 'Search',
'action' => 'searchSamedayCourierPointsHu',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchSamedayCourierPointsHu',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/products/suggests | [
'plugin' => 'Searcher',
'controller' => 'Search',
'action' => 'searchProductsSuggests',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/mpl-courier/points-office | [
'controller' => 'Search',
'action' => 'searchMplCourierPointsOffice',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchMplCourierPointsOffice',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/mpl-courier/points | [
'controller' => 'Search',
'action' => 'searchMplCourierPoints',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchMplCourierPoints',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/fan-courier/points | [
'controller' => 'Search',
'action' => 'searchFanCourierPoints',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchFanCourierPoints',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search/cargus-courier/points-office | [
'controller' => 'Search',
'action' => 'searchCargusCourierPointsOffice',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchCargusCourierPointsOffice',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search-regions | [
'controller' => 'Search',
'action' => 'searchRegions',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchRegions',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search-cities | [
'controller' => 'Search',
'action' => 'searchCities',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchCities',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /es/search-addresses | [
'controller' => 'Search',
'action' => 'searchAddresses',
'plugin' => 'Searcher',
'_method' => [
(int) 0 => 'GET',
],
] |
[
'_name' => 'searcher:searchAddresses',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /edit_address/{id} | [
'controller' => 'Users',
'action' => 'editAddress',
'plugin' => null,
] |
[
'_name' => 'user:edit-address',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ecommerce-api/liveStream/setStatus | [
'action' => 'setStatus',
'controller' => 'LiveStream',
'plugin' => 'EcommerceApi',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ecommerce-api/liveStream/addProductsToLivestream | [
'action' => 'addProductsToLivestream',
'controller' => 'LiveStream',
'plugin' => 'EcommerceApi',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ecommerce-api/liveStream/addFutureStream | [
'action' => 'addFutureStream',
'controller' => 'LiveStream',
'plugin' => 'EcommerceApi',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ecommerce-api/cache | [
'action' => 'delete',
'controller' => 'Cache',
'plugin' => 'EcommerceApi',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /ecommerce-api/agreements/update | [
'action' => 'update',
'controller' => 'Agreements',
'plugin' => 'EcommerceApi',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /dzieci-home | [
'controller' => 'Home',
'action' => 'index',
(int) 0 => 'children',
'plugin' => null,
] |
[
'_name' => 'home-children',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /delete_address/{id} | [
'controller' => 'Users',
'action' => 'deleteAddress',
'plugin' => null,
] |
[
'_name' => 'user:delete-address',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /debug-kit/toolbar/clear-cache | [
'controller' => 'Toolbar',
'action' => 'clearCache',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/toolbar/* | [
'controller' => 'Requests',
'action' => 'view',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/view/latest-history | [
'controller' => 'Panels',
'action' => 'latestHistory',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/view/* | [
'controller' => 'Panels',
'action' => 'view',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/panels/* | [
'controller' => 'Panels',
'action' => 'index',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/sent/{panel}/{id} | [
'action' => 'sent',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'pass' => [
(int) 0 => 'panel',
(int) 1 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/preview | [
'action' => 'email',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview/preview/* | [
'action' => 'email',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/mail-preview | [
'action' => 'index',
'controller' => 'MailPreview',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/dashboard/reset | [
'controller' => 'Dashboard',
'action' => 'reset',
'_method' => 'POST',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/dashboard | [
'controller' => 'Dashboard',
'action' => 'index',
'_method' => 'GET',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit/composer/check-dependencies | [
'controller' => 'Composer',
'action' => 'checkDependencies',
'plugin' => 'DebugKit',
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /debug-kit | [
'controller' => 'Dashboard',
'action' => 'index',
'_method' => 'GET',
'plugin' => 'DebugKit',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'Cake\Routing\Route\DashedRoute',
] |
| /contact-form | [
'controller' => 'Home',
'action' => 'contact',
'form' => '1',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /contact | [
'controller' => 'Home',
'action' => 'contact',
'plugin' => null,
] |
[
'_name' => 'home:contact',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /confirm_agreement_rewards_program | [
'controller' => 'Users',
'action' => 'confirmAgreementRewardsProgram',
'plugin' => null,
] |
[
'_name' => 'users:confirm-agreement-rewards-program',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /configuration/config/clearPluginConfigurationCache | [
'controller' => 'Config',
'action' => 'clearPluginConfigurationCache',
'plugin' => null,
] |
[
'_method' => 'GET',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /choose_active_address/{id} | [
'controller' => 'Users',
'action' => 'chooseActiveAddress',
'plugin' => null,
] |
[
'_name' => 'user:choose-active-address',
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /checkout/thanks | [
'action' => 'thanks',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'checkout:thanks',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /checkout/result | [
'action' => 'result',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'checkout:result',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /checkout/2 | [
'action' => 'step3',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'checkout:step3',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /checkout/1 | [
'action' => 'step2',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'checkout:step2',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /checkout | [
'action' => 'checkout',
'controller' => 'Orders',
'plugin' => null,
] |
[
'_name' => 'checkout:one-page',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /check_email | [
'controller' => 'Users',
'action' => 'checkEmail',
'plugin' => null,
] |
[
'_name' => 'user:check-email',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat/{id} | [
'controller' => 'Chat',
'action' => 'view',
'_method' => 'GET',
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat/{id} | [
'controller' => 'Chat',
'action' => 'edit',
'_method' => [
(int) 0 => 'PUT',
(int) 1 => 'PATCH',
],
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat/{id} | [
'controller' => 'Chat',
'action' => 'delete',
'_method' => 'DELETE',
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat | [
'controller' => 'Chat',
'action' => 'index',
'_method' => 'GET',
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat | [
'controller' => 'Chat',
'action' => 'add',
'_method' => 'POST',
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /chat | [
'controller' => 'Chat',
'action' => 'delete',
'_method' => 'DELETE',
'plugin' => null,
] |
[
'id' => '[0-9]+|[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}',
'pass' => [
(int) 0 => 'id',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /category-{categoryId} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SimpleCategoryRoute',
'categoryId' => '\d+',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/show | [
'action' => 'showCart',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:show',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/setItemsInactive | [
'action' => 'setItemsActive',
'active' => false,
'controller' => 'Carts',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/setItemsActive | [
'action' => 'setItemsActive',
'active' => true,
'controller' => 'Carts',
'plugin' => null,
] |
[
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/remove-items | [
'action' => 'removeItemsList',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:removeItemsList',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/points/remove-points | [
'action' => 'removePoints',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:points:remove',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/points/add-points | [
'action' => 'addPoints',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:points:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/item-change-size/{sizeId} | [
'action' => 'itemChangeSize',
'controller' => 'Carts',
'plugin' => null,
] |
[
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/drop-cart | [
'action' => 'dropCart',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:dropCart',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/coupons/remove-coupon | [
'action' => 'removeCoupon',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:coupons:remove',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/coupons/add-coupon | [
'action' => 'addCoupon',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:coupons:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/addRewordsProgramCoupon | [
'action' => 'addRewordsProgramCoupon',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:add-rewords-program-coupon',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/add-item | [
'action' => 'addItem',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/{sizeId} | [
'action' => 'removeItem',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:remove',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart/{sizeId}/quantity | [
'action' => 'changeItemQuantity',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:quantity',
'pass' => [
(int) 0 => 'sizeId',
],
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /cart | [
'action' => 'index',
'controller' => 'Carts',
'plugin' => null,
] |
[
'_name' => 'cart:index',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /care-guide/{category} | [
'controller' => 'Home',
'action' => 'careGuide',
'plugin' => null,
] |
[
'_name' => 'home:careGuide',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
'pass' => [
(int) 0 => 'category',
],
] |
| /banners/clear-cache | [
'controller' => 'Banners',
'action' => 'clearCache',
'plugin' => null,
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /azagroup-search/products-suggests | [
'action' => 'searchProductsSuggests',
'_method' => 'GET',
'controller' => 'AzaSearch',
'plugin' => 'AzagroupSearch',
] |
[
'_name' => null,
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /aza_store_test-renee_2020 | [
'redirect' => '/aza_store_renee2020',
'plugin' => null,
'action' => 'index',
] |
[
'status' => (int) 308,
'routeClass' => 'App\Routing\Route\StrReplaceRedirectRoute',
'_ext' => [
],
] |
| /aza_store_renee_2020 | [
'redirect' => '/aza_store_renee2020',
'plugin' => null,
'action' => 'index',
] |
[
'status' => (int) 308,
'routeClass' => 'App\Routing\Route\StrReplaceRedirectRoute',
'_ext' => [
],
] |
| /affiliate/join | [
'action' => 'add',
'controller' => 'AffiliateUsers',
'plugin' => null,
'_method' => [
(int) 0 => 'GET',
(int) 1 => 'POST',
],
] |
[
'_name' => 'affiliate:add',
'_ext' => [
(int) 0 => 'json',
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /admin/tools/{controller} | [
'action' => 'index',
'plugin' => 'Tools',
'prefix' => 'Admin',
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /admin/tools/{controller}/{action}/* | [
'plugin' => 'Tools',
'prefix' => 'Admin',
'action' => 'index',
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /admin/tools | [
'controller' => 'Tools',
'action' => 'index',
'plugin' => 'Tools',
'prefix' => 'Admin',
] |
[
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /add_address | [
'controller' => 'Users',
'action' => 'addAddress',
'plugin' => null,
] |
[
'_name' => 'user:add-address',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /.well-known/assetlinks.json | [
'controller' => 'Robots',
'action' => 'androidAppSiteAssociation',
'plugin' => null,
] |
[
'_name' => 'robots:androidAppSiteAssociation',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /.well-known/apple-app-site-association | [
'controller' => 'Robots',
'action' => 'appleAppSiteAssociation',
'plugin' => null,
] |
[
'_name' => 'robots:appleAppSiteAssociation',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive} | [
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\LocaleRecursiveRoute',
'_ext' => [
],
'locale' => '[a-z]{2}_[A-Z]{2}',
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| / | [
'controller' => 'Home',
'action' => 'index',
'plugin' => null,
] |
[
'_name' => 'home',
'_ext' => [
],
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/good-price | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
'sale' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'sale',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/sale | [
'controller' => 'FilteredProducts',
'action' => 'index',
'?' => [
'sale' => true,
],
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\RecursiveRedirectRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/noutati | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
'newIn' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'new-in',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/ultimele-perechi | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
'lastPairs' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'last-pairs',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/culoare-{colorSlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FilterColorRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/marime-{sizeSlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'locale' => 'ro_RO',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FilterSizeRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/good-price | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
'sale' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'sale',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/sale | [
'controller' => 'FilteredProducts',
'action' => 'index',
'?' => [
'sale' => true,
],
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\RecursiveRedirectRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/new-in | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
'newIn' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'new-in',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/last-pairs | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
'lastPairs' => true,
] |
[
'routeClass' => 'App\Routing\Route\BooleanFilterRecursiveRoute',
'filterName' => 'last-pairs',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/color-{colorSlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FilterColorRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/size-{sizeSlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FilterSizeRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/{filters} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\SeoFiltersRecursiveRoute',
'_ext' => [
],
'recursive' => '[^/?][^?]+[^/?]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/pentru-fete | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 1,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/pentru-baieti | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 2,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}/unisex | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 3,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}-pentru-fete | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 1,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}-pentru-baieti | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 2,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{recursive}-unisex | [
'controller' => 'FilteredProducts',
'action' => 'index',
'categorySex' => (int) 3,
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\CategorySexRecursiveRoute',
'_ext' => [
],
'recursive' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{categorySlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'recursivePath' => '/',
'routeClass' => 'App\Routing\Route\MultiLevelCategoryRoute',
'_ext' => [
],
'categorySlug' => '[a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{categorySlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FlatCategoryRoute',
'_ext' => [
],
'categorySlug' => '[a-z][0-9a-z-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{categorySlug} | [
'controller' => 'FilteredProducts',
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\DatabaseCategoryRoute',
'_ext' => [
],
'categorySlug' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{categorySlug}/{slug} | [
'controller' => 'Products',
'action' => 'view',
'plugin' => null,
] |
[
'recursivePath' => '/',
'routeClass' => 'App\Routing\Route\MultiLevelProductRoute',
'_ext' => [
],
'slug' => '(?:[a-z0-9][a-z0-9-]*)?[a-z](?:[a-z0-9-]*[a-z0-9])?',
'categorySlug' => '[a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{slug} | [
'controller' => 'Products',
'action' => 'view',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\FlatProductRoute',
'_ext' => [
],
'slug' => '(?:[a-z0-9][a-z0-9-]*)?[a-z](?:[a-z0-9-]*[a-z0-9])?',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{slug} | [
'controller' => 'Products',
'action' => 'view',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\DatabaseProductRoute',
'_ext' => [
],
'slug' => '[0-9a-z][0-9a-z\/-]+[0-9a-z]',
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /** | [
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\DatabaseRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller}/{action}/{id}/* | [
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'id',
],
'routeClass' => 'App\Routing\Route\DatabaseRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller}/{action}/{categoryId}/* | [
'plugin' => null,
] |
[
'id' => '\d+',
'pass' => [
(int) 0 => 'categoryId',
],
'routeClass' => 'App\Routing\Route\DatabaseRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller} | [
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\DatabaseRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller}/{action}/* | [
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\DatabaseRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller} | [
'action' => 'index',
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
| /{controller}/{action}/* | [
'plugin' => null,
] |
[
'routeClass' => 'App\Routing\Route\UrlFixRoute',
'_ext' => [
],
'controller' => '[A-Za-z0-9-]+',
'action' => '[A-Za-z0-9-]+',
] |
|
|
return $r; |
|
} |
|
} |
|
throw new MissingRouteException(['url' => $urlPath]); |
|
} |
|
|
|
/** |
|
* Get the set of names from the $url. Accepts both older style array urls, |
If you want to customize this error message, create templates/Error/missing_route.php