cooz_man Posted February 3, 2015 Share Posted February 3, 2015 Hi I have a problem . I use module as is in topic title to export porducts. This module is very good but i don't know what to do to set Features as Column. Now it's look like that: 'features' => array('label' => 'Feature (Name:Value:Position:Customized)'), and case 'features': $line['features'] = ''; $features = $p->getFrontFeatures($id_lang); $position = 1; foreach ($features as $feature) { $line['features'] .= $feature['name'] . ':' . $feature['value'] . ':' . $position; $position++; } break; Link to comment Share on other sites More sharing options...
cooz_man Posted February 4, 2015 Author Share Posted February 4, 2015 I can not use this module. Maybe Sql syntax will help with export products with features as column Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now