Tag Archives: eboxesfactory

Home Posts Tagged as “eboxesfactory”
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

Microsoft Dynamics™ NAV

Show your Microsoft Dynamics™ NAV customers in Google Maps

3 Comments

In this post we show you another little trick that will help you to know more about your customers and locate them more fast and easy. We are going to inform the longitude and latitude in the customer table of Microsoft Dynamics ™ NAV and we will use a new button to open Google Maps and place our clients. We hope you find it useful!

Continue reading

mage+zend+php

Magento – Using Zend_date to manage datetime and time values.

No Comments

Probably, when we are making our custom modules in Magento, we need to work with date and/or time fields in our admin forms. We recommend using Zend_Date for this purpose because their flexibility. In this post, you can find different functions based on the use of Zend_Date which have been of great help for us!

Continue reading

Microsoft Dynamics™ NAV – Show Item Picture

Microsoft Dynamics™ NAV – Show picture in Item Card

1 Comment

Microsoft Dynamics™ NAV – Show picture in Item Card.

Probably, you are interested in show one or more item pictures for example, in item card of Microsoft Dynamics™ NAV, without import a BLOB content in the database, this means, importing it on real time from a network path. In this post, we show you an easy way to do this!
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