Magento 2 Customer Prices Suite Manual¶
Requirements and Installation¶
Customer Prices Suite supports both Community and Enterprise edition of Magento starting from version 2.2. The current version of the Magento installed on your website can be found in the lower right corner of any backend page.
Customer Prices Suite has 2 separate ways of installation: via Composer or by copying the code.
Installation Via Composer¶
-
Create a folder anywhere on your server (preferably not in the Magento installation directory). Put the zip archive into this folder.
-
Use any SSH client to connect to your server. Navigate to the root Magento folder. Bear in mind that the user should write permissions to this folder and its subfolders.
-
Add the folder with the extension's archive as a repository. For this, run the Composer command:
composer config repositories.mageworx artifact {/ABSOLUTE/PATH/TO/FOLDER}
like
composer config repositories.mageworx artifact /mageworx/extensions/zip
This command will add these lines to your
composer.json
file"mageworx": { "type": "artifact", "url": "/mageworx/extensions/zip" }
-
Perform the command:
composer require mageworx/module-customerpricessuite
-
Clear the compiled code and the cache:
php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy
-
To update the extension via composer perform the command:
composer update mageworx/module-customerpricessuite
Installation by copying the code¶
-
Download the extension's package from your customer account, unzip it.
-
Use any SSH client to connect to your server. Bear in mind that the user should write permissions to this folder and its subfolders.
-
Upload all the files and folders from the extension's package to the root Magento folder.
-
Via SSH, navigate to the root Magento folder and perform the command:
php bin/magento module:enable MageWorx_CustomerPrices MageWorx_CustomerGroupPrices MageWorx_PersonalPromotion
-
Clear the compiled code and cache:
php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy
Extension Setup¶
The extension is actually the bundle that consists of several our extensions. Please check the corresponding manuals of the included extensions.
Customer Group Prices¶
This module comes as a part of Customer Prices Suite, as well as a separate extension. For the detailed configuration instructions, check the full Magento 2 Customer Group Prices extension manual.
Personal Promotion (Personal Customer Discount)¶
This module comes as a part of Customer Prices Suite, as well as a separate extension. For the detailed configuration instructions, check the full Magento 2 Personal Customer Discount extension manual.
Prices Per Customer¶
This module comes as a part of Customer Prices Suite, as well as a separate extension. For the detailed configuration instructions, check the full Magento 2 Prices Per Customer extension manual.
Got Questions?¶
MageWorx offers FREE lifetime support and updates for any extension developed for Magento. Need help with the extensions? Feel free submit a ticket from https://www.mageworx.com/support/
MageWorx offers outstanding services developing custom-tailored solutions for Magento platform to attain your eCommerce objectives. Our professional impassioned team provides profound and custom oriented development of your project in a short timeframe.