Recent Articles
I get the 'Token getting error' issue. What should I check?
The “Token getting error” issue may arise due to various reasons, often specific to each instance and requiring a thorough investigation. However, there are initial steps you can take to explore potential solutions. Please follow the steps outlined ...
The Scheduled Campaign automatically changes to passed. Is it correct behavior?
This behaviour is expected for the Scheduled type of campaign for sending the notifications. Once the notification has been sent, the status changes to Passed and the campaign becomes Inactive: For Scheduled Campaigns, you may choose the date and ...
How to Hide All Categories By Default and Show Them Only for Specific Customer Groups?
By default, Magento shows all categories to all customers. Nevertheless, with the help of our Customer Group Catalog module, you may hide all categories and show only specific ones to your selected customers. To achieve the desired result, two rules ...
How to Fix the "Syntax error or access violation: 1072 Key column 'customer_group_id' doesn't exist in table" issue?
The outlined error is related to the amasty_groupcat_rule_product table, which is used by the Customer Group Catalog extension and serves as an index table. Data gets written into it only after performing a full Magento reindex. However, some issues ...
How to Apply Customer Group Catalog Rules to Out-of-Stock Products?
Out-of-the-box, the Customer Group Catalog module allows enabling rules to cover out-of-stock products. To explicitly include out-of-stock items in your customer group catalog rules, use either of these options: Option 1: Use the Apply to Out of ...
Popular Articles
I keep my extensions under different amasty.com accounts. How do I manage the Composer keys?
Composer keys can’t be transferred or united once they're created. However, as an alternative option, you can create a License Registration project in one of your amasty.com accounts that will have its own composer keys, and share that project with ...
How to manage patches?
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) ...
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: ...
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. ...