Search found 2 matches
- 24 Jul 2024, 21:35
- Forum: Help
- Topic: remove ~f_catid from catalog url
- Replies: 3
- Views: 14118
Re: remove ~f_catid from catalog url
So, now /catalog/ 404 error. How solved this? And one more question. How use POST parametrs in filter? Now: "/catalog/all?f_search=&f_price%5B0%5D=0&f_price%5B1%5D=1000000&f_attrid%5B%5D=67" Need made only "/catalog/all" and filter must be used by POST, but hide in ur...
- 15 Jul 2024, 17:50
- Forum: Help
- Topic: remove ~f_catid from catalog url
- Replies: 3
- Views: 14118
remove ~f_catid from catalog url
Hello! Please help me! How i can remove ~f_catid (sample: /catalog/raspylitel~56) from url catalog link? Need use like this: /catalog/raspylitel/ How i can made this? if remove only from routes: Route::match(array('GET', 'POST'), '{f_name}~{f_catid}/{l_page?}', array( 'as' => 'aimeos_shop_tree', 'us...