"Fire development"

How to Import Data from SQLite to Magento 2

Magento 2 SQLite Data Import

If you have data stored in an SQLite database but want to move it to your Magento 2 website, you’ve come to the right place. Below, we compare a traditional approach to the transfer with a more efficient and user-friendly way to achieve the same goal. Magento 2 data import from SQLite has never been more accessible, but let’s take a look at a more complicated procedure used by the majority of merchants. Continue Reading

How to Import Data from Cassandra to Magento 2

Magento 2 Cassandra data import

The following article discusses two utterly different approaches to Magento 2 data import from Cassandra. Unfortunately, it is not possible to connect the database to you store directly if you don’t use any third-party tools. Although there is an alternative solution, many people still run the integration manually spending hours of time on the synchronization. Indeed, the alternative approach offers a much more efficient way to achieve the same goal. Below, we describe both ways to import data from Cassandra to Magento 2. Continue Reading

How to Import Data from Microsoft Access to Magento 2

Magento 2 Microsoft Access Data Import

If you are tired of importing data from Microsoft Access to Magento 2 via the traditional algorithm that includes exporting CSV files, editing them and then transferring to a new database, you’ve come to the right place: below, we shed light on how to simplify this procedure dramatically. The following article discusses how to establish a direct data flow from Microsoft Access to Magento 2 to move data between the two systems seamlessly. But let’s say a few more words about the traditional way of how to import files from Microsoft Access to Magento 2. Continue Reading

Private Composer by Aheadworks for Magento 2 & Other Platforms

- Fire development, Magento 2

Magento 2 Private Composer

Composer is a dependency managing tool in PHP. It allows determining on which libraries the current project depends. It also arranges all the processes connected with the library installation and updating. It’s a mistake to think that Composer is a package manager. It handles packages, but it makes it per project. Thus, Composer enables a global installation option without installing anything globally in the default mode. Continue Reading

How to Import Products with ™ & ® Symbols in Magento 2?

Magento 2 Development; Magento 2 tutorial

The following article is based on the StackExchange question by Ronak. The author has products with symbols like ™ and ® which should be used in any case.  If you try to import products to Magento 2 with the following symbols, but the system displays the “General system exception happened” error on “Check Data”, you’ve come to the right place. Below, we shed light on the problem. Continue Reading