aimeos / ai-controller-jobs

Aimeos e-commerce job controllers
https://aimeos.org
GNU Lesser General Public License v3.0
28 stars 17 forks source link

When I import products, the images are not imported #38

Closed Ameeko closed 2 years ago

Ameeko commented 2 years ago

Hello Aimeos!

When I import products, the images are not imported. I've tried everything but it doesn't want to work.

Mapping: 'media' => [ 8 => 'media.url', 9 => 'media.type', ],

CSV: mediaurl column example: 'images/image1.jpg' mediatype column example: 'default' csvtable

I attached a photo from the mshop_media table. images

Please help

aimeos commented 2 years ago

Most likely, the files are not found. If you are using Laravel, you have to upload them to ./<your Laravel application>/public/aimeos/images/ first before your import them via CSV.

Ameeko commented 2 years ago

Thanks for the path! It worked! Thank you very much!