M
Asked
Hi,
can you please explain me more about how to upload products with image from csv?
what is saying in this screenshot explain me it too!
what is this mean "thumbnails with same name as csv to assets/uploads/thumbs/", what do you mean by thumbnails?
can you please explain me more about how to upload products with image from csv?
what is saying in this screenshot explain me it too!
what is this mean "thumbnails with same name as csv to assets/uploads/thumbs/", what do you mean by thumbnails?
- EGAnswered**[meshan](/u/meshan97)** If you are considering hiding all products from the Shop modules, then you can run this query below via **PhpMyAdmin** or of your database tools, else you might have to do it one by one via product edit.
UPDATE `sma_products` SET `hide` = '1' WHERE `hide` != '1'; - MSAnsweredHello,
Products are saved in `sma_products` table.
Thank you - Login to Reply