Filter not working

  • Posts: 137
  • Thank you received: 2
12 years 7 months ago #26088

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

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 7 months ago #26090

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 ?

Please Log in or Create an account to join the conversation.

  • Posts: 137
  • Thank you received: 2
12 years 7 months ago #26094

nicolas wrote:

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 ?

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#23367

Best regards

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
12 years 7 months ago #26104

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

Please Log in or Create an account to join the conversation.

Time to create page: 0.065 seconds
Powered by Kunena Forum