Forum

Thread tagged as: Question, Shop

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.

Caleb Evans

Caleb Evans 1 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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