VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lindapowers on March 14, 2015, 15:54:18 PM

Title: Unpublish order status not working - vm3
Post by: lindapowers on March 14, 2015, 15:54:18 PM
Hi

To test, unpublish an order status go to list orders and still appears in the dropdown list. (both the one above and per order)

Seems to ignore this setting.

vm 3.0.6.2 joomla 3.4

Title: Re: Unpublish order status not working - vm3
Post by: lindapowers on October 09, 2015, 01:20:38 AM
Happens the same in VM 3.0.10 joomla 3.4.4

Unpublish is not working.

Shows all the order status created unless you delete them. Again, both in order list and order detail, quite annoying to change order status.



Regards
Title: Re: Unpublish order status not working - vm3
Post by: Milbo on October 09, 2015, 08:40:46 AM
Actually the published status for the order statuses was more generically added and never reflected in the code. But it makes sense, yes. So I added the condition, but there is a problem, how to handle old orders with unpublished orderstatuses.
Title: Re: Unpublish order status not working - vm3
Post by: lindapowers on October 12, 2015, 08:58:58 AM
Quote from: Milbo on October 09, 2015, 08:40:46 AM
Actually the published status for the order statuses was more generically added and never reflected in the code. But it makes sense, yes. So I added the condition, but there is a problem, how to handle old orders with unpublished orderstatuses.

Thanks downloaded the files and worked, I found 2 related issues:

1. Vm backend configuration/order statuses and try to modify the ordering it wont allow you neither by arrows or saving it after adding numbers.

Shows following message: "You cannot change the order of items, as an item in the list is `Checked Out"

I tested in the demo of VM and happens the same.


2- Unpublished order status appear in the filter at order list view (maybe this one is in purpose).
Title: Re: Unpublish order status not working - vm3
Post by: Milbo on October 12, 2015, 16:04:48 PM
I removed a useless error message. It works as long you do not try to move he ones with the lock. But you can sort the order status above for example shipment, just clicke the row below and it will be moved above shipment.