Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This project provides basic Commerce integration with Views Bulk Operations.

This project is obsolete since Views Bulk Operations 7.x-3.x-alpha1.

.

Essentially, we really, really need VBO integration to do more powerful things with products, etc.

It certainly may be that when VBO natively supports all entities (see #1123364: Implement hook_views_bulk_operations_object_info() for entities) and VBO's rules support starts working (see #761750: Add support for rules actions) and when basic VBO actions for entities are implemented (#1133620: Add basic Views Bulk Operations actions) that this won't be needed any more.

For now, though, we really need some more powerful administration screens, and VBO is the way to get that.

Currently Implemented Features

Currently you can delete products and orders and that's about it.

TODO/Feature Requests

  • Add a feature that overrides the administration pages (or adds to them)
  • Handle setting fields (so prices and attributes or status can be changed in bulk)
  • Token support to change product names or SKU with tokens

If you have a favorite VBO action that you want implemented, post a patch in the queue. You can see that the code is not too terribly complicated. For models you can use the *.action.inc files in views_bulk_operations.

Project information