FEED EXPORT CUSTOM PRODUCTS
Avatar image
Jun 30, 2018
Perrone Vincenzo wrote
Hello,
I need to create a product feed, which has the title of the column on 2 lines, and of the category column "the ID" of the main category only and not of the complete path.
Can you give me an idea?

Best Regards
Reply
3 Answers
Avatar image
Jul 02, 2018
Dmytro Grycelyak agent wrote
Hello Perrone Vincenzo,

Yes, it is possible to export the default category ID only following these steps:
1. Disable "Export full category path" in the Advanced Export options of Import/Export Wizard.
2. Enable "Use ID as a category path"
3. Add the following expression field to the list: SUBSTRING_INDEX([category],'|',1)
Avatar image
Jul 17, 2018
Perrone Vincenzo wrote
While to get the first 2 riche as a column header?

Thanks
Avatar image
Jul 18, 2018
Dmytro Grycelyak agent wrote
Hello Perrone Vincenzo,

Store Manager does not allow using the second row as a header.

However, you can start importing products from row 3 at the Import Preview step.