Popular Articles
I keep my extensions under different amasty.com accounts. How do I manage the Composer keys?
It is not possible to transfer or merge Composer keys. However, an alternative solution would be to provide access to the extension listed in one account for another account. The shared package will be available in both the accounts and thus, can be ...
LESS issue on static content deploy. How to resolve it?
The below error when running a bin/magento setup:static-content:deploy command implies that the child theme is not utilizing the Magento LESS to CSS compilation: Compilation from source: ...
How to apply a patch?
A “patch” is a compact representation of the differences between files, intended for use with line-oriented text files. It describes how to turn one file into another, and is asymmetric: the patch from file1 to file2 is not the same as the patch for ...
How to grant SSH access to my server if I'm using SSH keys on it?
In accordance with our security policy, we do not accept external SSH keys that are provided by outside means, such as an attachment to the ticket, email, archive, link, etc. To connect to customer servers, we use keys (both public and private) ...
I used the Order Attributes on Magento 1 and recently I have migrated to Magento 2. How can I migrate the Order Attributes settings to the new instance?
There is no way to migrate the extension settings directly to a new environment. However, while migrating the data, you may refer to the following database tables storing Order Attributes M2 information: 1. eav_attribute 2. ...