Forum
Product import
I need to import a few hundred products (without images) into a shop that is due to launch very soon. I'm comfortable importing data and getting the format correct in the db but apart from dumping data into the shop_products
table and associated shop_index
table, is there anything else I need to be aware of? What I am really trying to avoid is having to re-save each product after the manual import.
Thanks for any help you can provide.
The
shop_index
one is the crucial part for making sure your items display on site. That's what gets re-populated after saving changes.Thanks Drew