Tag Archives: mysql

Home Posts Tagged as “mysql”
mage+php+mysql

Synchronize your customers from Magento

1 Comment

Synchronize your customers from Magento.

One of the common problems that we often find ourselves when we have to manage an e-commerce, is the data synchronization between e-commerce and our management system.

In the following example, we will show how to synchronize the information from Magento’s customers table using a small module in PHP. In our example, our management application uses a MySQL database. We use Magento API (Version 1), to retrieve customer information stored in Magento.

Continue reading