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
FEED EXPORT CUSTOM PRODUCTS
FEED EXPORT CUSTOM PRODUCTS
Login
Reset password
or
Register
3 Answers
Jul 02, 2018
Dmytro Grycelyakagentwrote
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)
Jul 17, 2018
Perrone Vincenzowrote
While to get the first 2 riche as a column header?