- Posts: 19
- Thank you received: 0
How to searching in Hikashop admin
12 years 11 months ago #126126
by raviry
How to searching in Hikashop admin was created by raviry
-- HikaShop version -- : 2.21
-- Joomla version -- : 3.15
-- PHP version -- : 5.31
-- Browser(s) name and version -- : Firefox 24
-- Error-message(debug-mod must be tuned on) -- : Error_message
Isn't product searching in the admin area should be simple. I typed a word without changing any of the drop down box. but there's no result. Why so.
Whats the best way to search products in Hikashop admin area?
-- Joomla version -- : 3.15
-- PHP version -- : 5.31
-- Browser(s) name and version -- : Firefox 24
-- Error-message(debug-mod must be tuned on) -- : Error_message
Isn't product searching in the admin area should be simple. I typed a word without changing any of the drop down box. but there's no result. Why so.
Whats the best way to search products in Hikashop admin area?
Please Log in or Create an account to join the conversation.
12 years 11 months ago #126132
by nicolas
Replied by nicolas on topic How to searching in Hikashop admin
The searching of the products only search in the current category. If you want to search throughout all the categories, go in the main category and change the filter from "direct sub elements" to "all sub elements" and it will display all the matching products regardless of the current category.
Please Log in or Create an account to join the conversation.
12 years 4 months ago #155344
by hiredgeek
Replied by hiredgeek on topic How to searching in Hikashop admin
Is there a way to make "All sub elements" the default when searching for products on the admin side?
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
12 years 4 months ago #155348
by nicolas
Replied by nicolas on topic How to searching in Hikashop admin
Change the line:
$selectedType = $app->getUserStateFromRequest( $this->paramBase.".filter_type",'filter_type',$config->get('sub_products_display_all',0),'int');
to:
$selectedType = $app->getUserStateFromRequest( $this->paramBase.".filter_type",'filter_type',$config->get('sub_products_display_all',1),'int');
in the file administrator/components/com_hikashop/views/products/view.html.php
$selectedType = $app->getUserStateFromRequest( $this->paramBase.".filter_type",'filter_type',$config->get('sub_products_display_all',0),'int');
to:
$selectedType = $app->getUserStateFromRequest( $this->paramBase.".filter_type",'filter_type',$config->get('sub_products_display_all',1),'int');
in the file administrator/components/com_hikashop/views/products/view.html.php
The following user(s) said Thank You: hiredgeek
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds