mroffe / MagentoToVtex

VTEX integration for Magento stores.

Home Page:http://magentotovtex.primordia.com.br/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vtex integration for Magento stores.

http://magentotovtex.primordia.com.br/

MagentoToVtex is a simple project to help you migrate your magento's catalog and to your VTEX store.

On this repository, there are two branches: Master is the base stable code but also there is IncludinSmartFunctions as beta code.

#Project requirements

sudo apt-get install php5-fpm php5-mysql
sudo apt-get install php5-imagick

#Using MagentoToVtex

It's quite simple to use it, just Visit http://magentotovtex.primordia.com.br/ and fill the form.

#Step 1 Fields

Store Name

  • Magento store name. Ex: mystore

Store url

User

  • Magento login, required to access magento webservice. Ex: magentouser

Password

  • Magento password, required to access magento webservice. Ex: mypass123

DB Host

  • Magento database host. Ex: 155.234.112.40 OR mydb.myhost.com

DB Name

  • Magento database name. Ex: mystoredb

User DB

  • Magento database user name. Ex: myuserdb

Pass DB

  • Magento database user password. Ex: mypass123

To Do

  • Defines data to be migrated. You can send products data or attributes infomations ( like: color, size ...)

#Step 2 Fields

Account Name

  • VTEX LicenseManager account name. Can be found in License Manager -> Accounts. Ex: myvtexstore

Vtex WebService User

  • VTEX Webservice user name. Ex: myvtexuser

Vtex Webservice Pass

  • VTEX Webservice user password. Ex: mypass123

Department ID

  • VTEX department id to where data should be migrated. Ex: 1

Category ID

  • VTEX category id to where data should be migrated. Ex: 13

###Note: If you use only one level of categories, the department id and category can be the same.

Brand ID

  • VTEX brand section id. Ex: 2000000

#Step 3 Fields

The sku field

  • Define Magento's skus to be migrated. If you leave empty all data will be migrated.

The log

  • Is the log of all actions, can be scrolled.

###Note: Click in send button only one time, and wait the finish message in log.

About

VTEX integration for Magento stores.

http://magentotovtex.primordia.com.br/


Languages

Language:PHP 100.0%