Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Orders
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2012 at 02:45 UTC
Updated:
10 Oct 2013 at 22:16 UTC
I'm using Ubercart and would like to use VBO to bulk change the payment status of multiple orders. For instance, from Pending to Complete for orders paid by check.
I noticed that VBO comes with rules already for Node, but not for Ubercart order. Where can I get the rules or how would I create them.
Sorry if this is a noob question...
Thanks
Comments
Comment #1
infojunkieSorry for the late reply. You need to find an action for the Ubercart orders. That would typically be located in an Ubercart sub-module. If you can't find it, it's best to ask the UC folks.
Comment #3
jienckebd commentedI know UC isn't part of Drupal core, but VBO might want to consider including this action given how popular UC is. From what I can see, UC also doesn't have a good way of bulk changing the status of orders. Here's a quick action I wrote to change the status of an order.
Comment #4
infojunkieThis is best discussed as a feature request to UC. Please rewrite your action as a patch against the latest UC dev and mark this issue as "needs review" when done.
Comment #5
longwaveViews integration in Ubercart 6.x-2.x is handled in the uc_views project. There is an open feature request for this at #1701918: New feature: Arbitrarily change order status with bulk operations although it is unlikely to be committed as Drupal 6 is reaching end of life.