Hi,
I haven't had any response from the uc_feeds module but if anyone is using it and can help out that would be great. I'm trying to import my data from another store and have gotten my data fixed up the way I want to but I'm unsure how to get feeds to import my flatrate pricing. While I don't have alot of data I was only switching over to ubercart because I could update it quickly through feeds. I'm unfamiliar with coding but got this far:
// Flatrate
$targets['uc_flatrate_products:rate'] = array(
'name' => t('UC: Flatrate'),
'callback' => 'uc_feeds_feeds_set_target',
'description' => t('Ubercart: !mapper', array('!mapper' => t('Flatrate'))),
); Now I assume I need to add the callbacks for the handler that is above but not what that is. If anyone is already importing flatrate prices that would be a great help.
Thanks.
