The Basic plan of the Magento 2 POS System is a perfect option for you to start with. However, there are more features available. So, if you want to use them for a seamless store management, you need to upgrade the plan to Plus or Extra. The same steps can be used if you're moving from Plus to Extra.

So, today you'll learn how to upgrade your Magento POS plan. 

Note: if you've already purchased a Basic or Plus plan, contact our team for a custom discount.

Upgrade using composer

First, you have to remove the extension you currently use:

composer remove magefan/module-pos*

After that, you can install an upgraded version. For that, go to My Account > My Downloads and press the Install via Composer button to get the installation instructions.

Upgrade using archive

If Magento POS was installed via archive, you have to upgrade it the same way. Just download the extension archive from your Magefan account and extract it.

We recommend backing up the extension folder on your server before taking the next step.

Then copy the app folder from the archive to your Magento 2 directory. The new extension files will merge with the existing ones.

Update Magento 2 extension via FTP

Once you copy the files to your Magento root directory, run the following commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

After getting the new features, you need to learn how to use them. For that refer to the POS user guide to explore all the other options you now have.