Custom Status Filtering In Reports

  • Posts: 26
  • Thank you received: 0
11 years 2 months ago #120093

Hi
I'm trying to create an order report that filters out some of the default order status (e.g. confirmed) ... however none of my custom order statuses are available in the Filter >> Order status multi-select field.
Any ideas...?

Thank you!
-kevin

-- HikaShop version -- : 2.2.0
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.3

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

  • Posts: 82683
  • Thank you received: 13337
  • MODERATOR
11 years 2 months ago #120112

Hi,

Change all the lines:
$orderStatuses = $db->loadResultArray();

to:
$orderStatuses = $db->loadColumn();

in the file plugins/system/hikashopmassaction/hikashopmassaction.php and that should help.

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

  • Posts: 26
  • Thank you received: 0
11 years 2 months ago #120120

Hi Nicolas

Worked like a charm. Many thanks!!! B)

-Kevin

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

Time to create page: 0.057 seconds
Powered by Kunena Forum