Try HexaSync Now

Dev Docs

Welcome to our Developer Documentation, your go-to guide for building automation and integration solutions. Dive into in-depth guides, API references, and technical resources designed to empower developers.

Migrates Magento enterprise customer balance to store credit extension

Store Credit is a great feature goes with Magento Enterprise Edition. It helps store owner to engage with their customers,

Rewrite URL when migrating an eCommerce website to Magento

I recently worked on an interesting project for migrating from an old ASP.NET eCommerce site to the latest version of

How to check all triggers on MSSQL?

I met some errors today when working on the Microsoft Dynamic RMS database because they customized it and added some

How to add new MySQL user for remote access?

To add new MySQL user for remote access, we should follow these simple steps: 1. Open port 3306  to enable

How to work on Windows as a Linux developer with Vagrant and Ansible?

I wrote an article recently explaining why we should use Vagrant to develop your PHP projects, but that is just

Magento 1: Image does not exist when importing products

Recent days, I work on a project to rebuild a magento website to optimize its performance and improving customer experience.

How to run Ansible on Ubuntu 16.04?

If you visit my blog frequently, I always use Vagrant with Ansible for setting up my local development or provisioning

How to Connect AWS EC2 Linux and Azure Virtual Machine Instances using SSH?

After launching your Linux instance on AWS, a common practice is to enable SSH connections for provisioning, configuring, or deploying

Magento 1: How to remove billing section from checkout page?

I have recently completed a magento project that customer asked to remove billing section from checkout page. Magento checkout process

magento 2 command line cheat sheet

Magento 2 provide CLI (command line interface) that helps Magento Developers perform a lot of actions such as clean cache,

Magento 2: How to config and run cron jobs

Magento 2 is not able to work well without Cron Jobs configured properly. It helps re-index your store, send emails,

Why use Vagrant instead of XAMPP for local development?

For all PHP developers, setting up a local environment is a common practice. I had been using XMAPP on my

Magento 1: Invalid Form Key. Please refresh the page, admin login

If you use vagrant to develop magento ecommerce website on a windows machine, you may have invalid form key issue.

Recent Posts