Hide custom error messages after a certain time in Magento 2

Create a new message Js file in your module or you can also override directly by adding the same file in your theme directory. After run this command php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f

Published
Categorized as Magento

An error occured while processing your credit card. Please contact the merchant for further assistance.

Scenario: When you encounter a Payflowpro Verisign Billing error message “An error occured while processing your credit card. Please contact the merchant for further assistance.” when creating Sales Order from their Webstore in the Release Preview environment, check if you have received an email with the subject “Verisign v3 Billing Failure” and the said error… Continue reading An error occured while processing your credit card. Please contact the merchant for further assistance.

Inactivate Contacts using mass update.

Requirement: Delete Contact records We cannot delete the contact records as it have related transaction records. However we can make the same inactive. Inactivate contact records which are inactive for last two years. Steps Navigate to Lists > Mass Update > Mass Updates Contact Management: Click Plus Sign (+) Click Inactivate Contacts Title of Action: Enter Title Click Criteria Filters:  Select Transaction Fields… Transaction Filter: Select Date Date: Select on or… Continue reading Inactivate Contacts using mass update.

Create a custom field in the Custom Segment Record

When we create a custom segment, a custom record will be created by default in the account with the same name as the segment. To create a custom field in the custom segment, open the custom record with the same name as the custom segment.Navigation: Customization-> List, Records & Fields -> Record Types. In the… Continue reading Create a custom field in the Custom Segment Record

Engineering Change Order(ECO)in NS

Introduction The Engineering Change Order feature is part of the Supply Chain Management SuiteApp V4.0.The Engineering Change Order feature lets you generate engineering change order (ECO) records. These records document changes to your Bills of Materials (BOMs) and authorize the implementation of those changes. Prerequisite for Engineering Change Order An administrator must enable the Advanced… Continue reading Engineering Change Order(ECO)in NS