- Posts: 6
- Thank you received: 0
Will it be possible to create cutom fields importing a CSV?
2 years 5 months ago #360053
by Tradesell
-- url of the page with the problem -- :
www.tradesell.it
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.3
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Chrome 122.0.6261.131
Hi,
in our eCommerce we have a large catalog with several thousands articles and we import CSV with technical data from IceCat and there are hundreds of different attributes and we already created many many custom fields for products.
Every new CSV there are new categories, sometime they change name, sometime there are new one and it is very time consuming to create all these custom fileds.
So the question, is there a possibility to create automatically the custom fields importing the CSV, something like creating new categories during import.
Or if there is some third part company that developed a plugin with this functionality, something like RO CSVI.
Thank you very much
regards
Eiasu
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.4.3
-- PHP version -- : 8.2
-- Browser(s) name and version -- : Chrome 122.0.6261.131
Hi,
in our eCommerce we have a large catalog with several thousands articles and we import CSV with technical data from IceCat and there are hundreds of different attributes and we already created many many custom fields for products.
Every new CSV there are new categories, sometime they change name, sometime there are new one and it is very time consuming to create all these custom fileds.
So the question, is there a possibility to create automatically the custom fields importing the CSV, something like creating new categories during import.
Or if there is some third part company that developed a plugin with this functionality, something like RO CSVI.
Thank you very much
regards
Eiasu
Please Log in or Create an account to join the conversation.
2 years 5 months ago #360054
by nicolas
Replied by nicolas on topic Will it be possible to create cutom fields importing a CSV?
Hi,
The CSV import system in HikaShop doesn't support the creation of custom fields on the fly. If you develop a small plugin to override the import helper and override the _autoDetectHeader method, it's possible:
www.hikashop.com/support/documentation/6...ntation.html#classes
I don't know if RO CSVI has that capability.
I don't know any other import system for HikaShop besides these two.
The CSV import system in HikaShop doesn't support the creation of custom fields on the fly. If you develop a small plugin to override the import helper and override the _autoDetectHeader method, it's possible:
www.hikashop.com/support/documentation/6...ntation.html#classes
I don't know if RO CSVI has that capability.
I don't know any other import system for HikaShop besides these two.
The following user(s) said Thank You: Tradesell
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds