Search code examples
drupalmodulefeedubercart

How to import products to UberCart 3 using CSV data?


I am using D7 and UC3, and I try to import many products at a time using CSV data via Feeds module. The problem is that Feeds hasn't Product information fields (like SKU, price etc.) in target column, so that I can't upload all that necessary data. So, is there any way to access those fields from product information via Feeds (or otherwise). Thanks in advance!

That's the data I can't upload via Feeds:

That's the data I can't upload via Feeds


Solution

  • Problem solved. Found a module for D7 that adds all the UberCart attributes in the list:

    http://drupal.org/node/1187096