Skip to main content

Mass action filter set

More
3 years 10 months ago #346261 by mojweb
-- HikaShop version -- : 4.4.5

I have configured filter like in attachment.
I need to export ALL orders with status confirmed and preorder. With that setings I get only preorder.
Please help.

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

More
3 years 10 months ago - 3 years 10 months ago #346264 by Philip
Replied by Philip on topic Mass action filter set
Hello,

Your filter on order created may be the issue, change it for this :


Note : When you create/add a filter the result is dynamically displayed (here "3 results" on my screenshot), this will help you to define your massaction step by step.

Hope this will help you.
Regards
Last edit: 3 years 10 months ago by Philip.

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

More
3 years 10 months ago #346301 by mojweb
Replied by mojweb on topic Mass action filter set
Order created is set as {time}-1604800. So all orders created 19days ago.
That filter works ok.
The problem is with order status. I only can get one of them in export.

So in result should be some preorder and some confirmed.

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

More
3 years 10 months ago - 3 years 10 months ago #346304 by nicolas
Replied by nicolas on topic Mass action filter set
Hi,

Whatn you want want is the orders with the status confirmed OR preorder. The order status for one order can only be one, not two at the same time.
So you can't have two filters on the order status as they would use the AND logic, which you don't want here.

The solution is to use a filter "order column" with the operator "REGEXP" and the value
Code:
(confirmed|preorder)
That way, it will do the OR inside the regex
Last edit: 3 years 10 months ago by nicolas.
The following user(s) said Thank You: mojweb

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

More
3 years 10 months ago #346307 by mojweb
Replied by mojweb on topic Mass action filter set
Thank you. That worked.

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

Time to create page: 0.232 seconds
Powered by Kunena Forum