# MageWorx Option Sku Policy Extension for Magento 2

## Upload the extension

### Upload via Composer

See the corresponding section in the README file for the extension meta package

### Upload by copying code

1. If you are updating the module, please remove existing extension first.
2. Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
3. Download the "Ready to paste" package from your customer's area, unzip it and upload the 'app' folder to your Magento install dir.

## Enable the extension

1. Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system.
2. Go to your Magento install dir:
```
cd <your Magento install dir> 
```

3. And finally, update the database:
```
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:static-content:deploy
```
