Jump to content

add product custom tabs with bulk csv import


Gioko3

Recommended Posts

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

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...