I'm trying to export my product catalog (ubercart) to a csv file.
So I installed views bonus pack and enabled views exporter and Bonus: views export.
When i go to admin/build/views/tools/export I select Ubercart and uc_products and filled in my custom name "ronvexport". Then I get a bunch of text areas with code i need to copy/paste into 3 different files (to create my own custom module). When I upload this module and enable it, I receive this error:
/** * Implementation of hook_views_api(). */ function ronvexport_views_api() { return array( 'api' => 2, 'path' => drupal_get_path('module', 'ronvexport'), //'path' => drupal_get_path('module', 'ronvexport') . '/includes', ); }
Did i do something wrong?
Thanks in advance!
Comments
Comment #1
pushya commentedhi,
I am having the same issue..where you able to resolve this error??
thanks.
pushya.
Comment #2
Wolfke2800 commentedNope sorry, I didn't get feedback yet.
Comment #3
Wolfke2800 commentedDoes anyone have an update for this?