B2B Quick Order by SKU 用户指南说明书

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

B2B Quick Order by SKU
If you are switching to subscriptions this information is for you.
NOTE:Please be very careful when uninstalling this module. This module uses a declarative DB scheme. Once the module is uninstalled the DB tables will be lost.
Installation manual
To install the extension follow the instructions below:
1) Backup your web directory and store database
●Get the B2B Quick Order by SKU name and version in your Marketplace account: Login
to Magento Marketplace with the username and password you used to purchase the B2B Quick Order by SKU extension;
●Enter the My Purchases section:Your name (top-right corner of the page) > My
Profile > My Purchases;
●Find the B2B Quick Order by SKU and click Technical details.
2) Copy the provided component name and version in order to update your composer.json file. Note:We advise you to use the latest version of our extension.
3) Update your composer.json file:
●Open the root Magento directory on your server and send Composer the following
command:
Composer require:
<aheadworks/module-quick-order-subscription>:<version>
4) At the Composer request, enter your Magento marketplace credentials (public key -username, private key - password).
5) Make sure that Composer finished the installation without errors.
6) Flush store cache, log out and log in the backend again.
The B2B Quick Order by SKU extension is now installed and ready for work.
Use Magento Dev Docs for more details.
Instruction how to move to newly subscription model on MM
*********************** Option 1:
Open composer.json file for edit in your magento root folder and find AW extension you want to upgrade e.g.aheadworks/module-quick-order.
Replace package name to subscription one:
"aheadworks/<module_name>": "x.y.z" =>
"aheadworks/<module_name>-subscription": "x.y.z"
Run composer update command:composer update
Option 2:
Install new subscription package and remove the old one. Run two commands one by one: composer remove aheadworks/<module_name>
composer require aheadworks/<module_name>-subscription:"x.y.z"
You can skip exact version if you want to get the latest available:composer require aheadworks/module-quick-order-subscription
Troubleshooting:
In case you have downloaded both packages you will see an error:Module
'Aheadworks_ModuleName' from
'path_to_magento/vendor/aheadworks/<module_name>-subscription' has been already defined in
'path_to_magento/vendor/aheadworks/<module_name>'
In order to fix it just remove the old package:composer remove
aheadworks/<module_name>。

相关文档
最新文档