Gioko3 Posted March 25, 2016 Share Posted March 25, 2016 I want to bulk import some products from the Dashboard->Advanced Parametres->CSV import section. Depending on the product there will be a different Product custom data(Now that i add products manually i add Product custom data on Catalog->Products->Product custom data). Is it possible on Prestashop?Is there any alternative because this is a huge letdown. Link to comment Share on other sites More sharing options...
NemoPS Posted March 26, 2016 Share Posted March 26, 2016 The only way you can do it is by modifying the adminimportController file. You have to modify the available fields for products, then the productsImport() method as well, so that you save the correct information you need into the database (you can do it at the end, when you are sure the product has been added) Link to comment Share on other sites More sharing options...
Gioko3 Posted March 26, 2016 Author Share Posted March 26, 2016 Thanks for the swift answer! If i modify these files will i be able to bulk import the product custom data from the xl-csv sheets? The thing is that when you bulk import from Advances Parametres, when you upload your csv file you then match the column titles with the Apprropriate titles of Prestashop.So will i have a new option title for instance Product Custom Data when i do the matching? Thanks in adbvance! Link to comment Share on other sites More sharing options...
Gioko3 Posted March 28, 2016 Author Share Posted March 28, 2016 Actually i looked into my PHPmyadmin console and i cannot find where custom HTML is saved. Do you have any idea? Link to comment Share on other sites More sharing options...
NemoPS Posted March 29, 2016 Share Posted March 29, 2016 What do you mean by custom html?Anyway yeah, the new column will be added as well, with the new field., as long as you modify the file correctly, adding yours to the available fields. I might come up with a tutorial about this, some time next week or so 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