Jump to content

[RESOLVED] adding custom fields in the import .csv select menu


neti_treves

Recommended Posts

Hi,

I manually added some custom fields in the product tab of my database and I edited admin→skins→templates→products.index.php adding the text inputs
It works great!

My only problem is that the new fields are not visible in the import page in the select menu to assign a .csv columns to a specific DB field.
What should I do?
(I think it's about a smarty {$COLUMNS}.... where/how do I edit its content?)

Thanks!

 

Link to comment
Share on other sites

Welcome neti_treves! Glad to see you made it to the forums.

In the admin source file products.import.inc.php, near line 298, find the array $fields.

Add the names of the new fields and descriptions (followed by a comma) at the top of the list.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...