Hi
Nice module!
New status wont appear in Bulk operations. It would be nice to have them there too!

Comments

sreynen’s picture

Status: Active » Postponed (maintainer needs more info)

Can you explain more where you're trying to use the status? If it's in Views Bulk Operations, please attach an export of an example view. I suspect this is something that needs to be change in whatever module is providing the operation you're using.

heresh’s picture

Status: Postponed (maintainer needs more info) » Active

couldn't find the related view.
I use the commerce kickstart and the Bulk Operation is in the following page:
admin/commerce/orders ("Orders->Manage Orders" in top menu)

jlockhart’s picture

I was wondering about this as well. Turns out the solution is quite simple. I've installed the Back Office module (https://drupal.org/project/commerce_backoffice) which adds handling of Bulk Operations via Rules to the Order table view. So all you need to do is;

  1. create a new order status
  2. clone one of the existing 'Set order status : XXX' Action set components, and set it to your new order status (admin/config/workflow/rules/components)
  3. Edit the view that is handling the Order table
  4. Edit the bulk operations field and check your new rule

Thats it, your new Order Status should be available to the operations on that view. Worked for me.

Jawi’s picture

#3 worked for me.

Nicely explained!

feldmarv’s picture

Issue summary: View changes

#3 worked for me. great hint!

ytsurk’s picture

Status: Active » Closed (works as designed)

yes. add VBOs via rules like explained in #3.