VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Iryn3l on April 06, 2021, 10:03:14 AM

Title: Bulk OrderStaus
Post by: Iryn3l on April 06, 2021, 10:03:14 AM
Hello
I want to change the status of multiple orders at once, but the email is not sent to the buyer when I check this
I attached an image to make myself understood
Is this a error VM or am I not doing something right?

And I would have another question, what does this status refer to
COM_VIRTUEMART_ORDER_STATUS_COMPLETED
It should represent the order ready for shipment, or after it has already been delivered to the client
I know I can create any status I want, but I would like to know for what purpose it was created?

VirtueMart 3.8.4 10335
Joomla! 3.9.20
PHP 7.3
Title: Re: Bulk OrderStaus
Post by: pinochico on April 06, 2021, 10:31:51 AM
QuoteCOM_VIRTUEMART_ORDER_STATUS_COMPLETED

For me is status after order is shipped and finished.
Check info about stock - if product is out from stock, then the status is the last in queue.
Title: Re: Bulk OrderStaus
Post by: Iryn3l on April 06, 2021, 10:57:35 AM
Thank you
I notice that the latest VM version, without making any changes ORDER_STATUS_SHIPPED the product is removed from stock and ORDER_STATUS_COMPLETED is reserved
I don't think I made any changes here but I will reinstall again to check this


As for Bulk OrderStatus, I discovered the problem, it was my mistake. First select the status I wanted to change when in fact I should first check the Buyer Notification and then select new status

Thank You
Title: Re: Bulk OrderStaus
Post by: pinochico on April 06, 2021, 12:09:58 PM
if the status COMPLETED is reserved, then you are right - is the order ready for shipment

But we don't use it, because we use payment plugin, and after pay, we use own status ONLINE_PAYMENT_DONE
( we need custom status for app VM Mailing Manager for custom template for email ).