want only two orderstatussen to be shown in the vendor orderlisting

  • Posts: 386
  • Thank you received: 7
  • Hikashop Business
3 years 2 months ago #329368

-- HikaShop version -- : 4..4.0
-- Joomla version -- : 3.9.x
-- PHP version -- : 7.3.25

Hello,
Want only the shipped status and confirmed status to be visible for the vendors to be shown in there orderlisting? how can i do that??

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
3 years 2 months ago #329391

Hello,

See : www.hikashop.com/support/documentation/1...onfig_market_general

Updatable order statuses - List of HikaShop order statuses which are updatable for sub-orders


Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 386
  • Thank you received: 7
  • Hikashop Business
3 years 2 months ago #329417

Hi,

Set the updateable order statussen, but still see the cancelled orders in the order listing of the vendor??

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
3 years 2 months ago #329459

Hello,

Sorry, I misunderstood your request.

The setting is for filtering the order status the vendor can use when he wants to update an order.

The HikaMarket order listing do have a dropdown which allow to filter the statuses ; but that dropdown only authorize to select one order status at the time.

Now we can think of an improvement for that and allow multiple statuses, but I would prefer to not provide a multi-select field since it's not very user-friendly.
We can imagine "groups" of statuses, like the groups you can see in the HikaShop backend, so one entry in the list would select all "confirmed" statuses (confirmed, shipped, etc).
It requires some analysis and development, but it's an interesting idea.

And right now, if you want to change the default value for the filter, you need to edit one HikaMarket core file (ordermarket/view.html.php) and replace the line

$pageInfo->filter->filter_status = $app->getUserStateFromRequest($this->paramBase.'.filter_status', 'filter_status', '', 'string');
By
$pageInfo->filter->filter_status = $app->getUserStateFromRequest($this->paramBase.'.filter_status', 'filter_status', 'confirmed', 'string');
To show all confirmed orders by default

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 386
  • Thank you received: 7
  • Hikashop Business
3 years 2 months ago #329502

hi Jerome,

That works fine, but how can i trigger two statussen??
confirmed and shipped??

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
3 years 2 months ago #329526

Hello,

The HikaMarket order listing do have a dropdown which allow to filter the statuses ; but that dropdown only authorize to select one order status at the time.

Now we can think of an improvement for that and allow multiple statuses, but I would prefer to not provide a multi-select field since it's not very user-friendly.
We can imagine "groups" of statuses, like the groups you can see in the HikaShop backend, so one entry in the list would select all "confirmed" statuses (confirmed, shipped, etc).
It requires some analysis and development, but it's an interesting idea.


Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 386
  • Thank you received: 7
  • Hikashop Business
3 years 2 months ago #329752

Thanks.

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

Moderators: Obsidev
Time to create page: 0.079 seconds
Powered by Kunena Forum