- Posts: 137
- Thank you received: 2
Filter not working
- emergentec
-
Topic Author
- Offline
Less
More
15 years 11 hours ago #26088
by emergentec
Filter not working was created by emergentec
Hi!
We are using Joomla 1.7 and HikaShop 1.5.3. When I want to filter my orders in the "view your orders" by a certain order number I get a "No orders found".
Best regards
We are using Joomla 1.7 and HikaShop 1.5.3. When I want to filter my orders in the "view your orders" by a certain order number I get a "No orders found".
Best regards
Please Log in or Create an account to join the conversation.
15 years 11 hours ago #26090
by nicolas
Replied by nicolas on topic Re: Filter not working
Hi,
We don't have the problem on our end. Could you activate the debug mode of joomla and try again ? Do you get an error ?
We don't have the problem on our end. Could you activate the debug mode of joomla and try again ? Do you get an error ?
Please Log in or Create an account to join the conversation.
- emergentec
-
Topic Author
- Offline
Less
More
- Posts: 137
- Thank you received: 2
15 years 10 hours ago #26094
by emergentec
Replied by emergentec on topic Re: Filter not working
nicolas wrote:
Best regards
No, I don't get an error. Is it perhaps connected to the fact, that we change the order number manually during the checkout process? -> www.hikashop.com/en/support/forum/4-how-...er-format.html#23367We don't have the problem on our end. Could you activate the debug mode of joomla and try again ? Do you get an error ?
Best regards
Please Log in or Create an account to join the conversation.
15 years 8 hours ago #26104
by nicolas
Replied by nicolas on topic Re: Filter not working
Yes, it's probably because of that.
You should try to change the line:
$searchMap = array('a.order_id','a.order_status');
to:
$searchMap = array('a.order_id','a.order_status','a.order_number');
in the file components/com_hikashop/views/order/view.html.php
You should try to change the line:
$searchMap = array('a.order_id','a.order_status');
to:
$searchMap = array('a.order_id','a.order_status','a.order_number');
in the file components/com_hikashop/views/order/view.html.php
Please Log in or Create an account to join the conversation.
Time to create page: 0.154 seconds