Question: How To Upload Image With Csv

How To Upload Image With Csv

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 a

M

meshan

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?
  • EG

    Enyinnaya Gift

    Answered
    **[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';
  • MS

    Mian Saleem

    Answered
    Hello,

    Products are saved in `sma_products` table.

    Thank you
  • Login to Reply