Как импортировать товары с помощью csv-файла


Я хочу импортировать все товары из csv в свой магазин magento 1.9.x, так что у кого-нибудь может быть идея, пожалуйста, поделитесь со мной.

Заранее благодарю.

Author: Deep Shah, 2020-10-19

1 answers

Магми С помощью инструмента magmi вы можете легко импортировать обновленные продукты.

Http://wiki.magmi.org/index.php/Magmi_Wiki

1.Copy magmi to your root directory and unzip it as (https://sourceforge.net/projects/magmi/)

2.Give permission 705 or 777 to this directory (sudo chmod 705 -R /var/www/html/magmi)

3.Browse to http://website.com/magmi/web/magmi.php

4.configure Global parameters as

    host localhost
    port 3306
    version of magento 1.9.x
    DB name yourDB name
    Username Yourusername & password
    Current profile Default
 1
Author: Jigar Patel, 2020-10-19 13:19:26