Tag Archives: synchronization

Home Posts Tagged as “synchronization”
Microsoft Dynamics™ NAV

Microsoft Dynamics™ NAV – Export your products to Magento by FTP using VBScript

No Comments

Microsoft Dynamics™ NAV – Export your products, customers, etc. to Magento.

We show a powerful group of functions that will help you to export your data from Microsoft Dynamics™ NAV to a FTP Site.

We use this solution to synchronize products, translations, categories, etc. from Microsoft Dynamics™ NAV to Magento with our new Magento Extension Magboxes Product Synchronization (http://www.eboxesfactory.com/magboxes-product-synchro/).

We are sure that you will find this post very interesting!

Continue reading

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