Big post Integration with Magento2.4.5

Based on the customer’s requirements we have checked the possibility to add integrate Bigpost with Magento2.4.5 We have analyzed the request to integrate Bigpost with Magento2.4.5 and we can implement this feature in the website. We understand from the information that the feature to display shipping cost/freight cost is available on three pages such as… Continue reading Big post Integration with Magento2.4.5

Published
Categorized as Magento

Fundamental test process – Implementation and Execution

Implementation and Execution:During test implementation and execution, we take the test conditions into test cases and procedures and other testware such as scripts for automation, the test environment and any other test infrastructure. (Test cases is a set of conditions under which a tester will determine whether an application is working correctly or not.) Test… Continue reading Fundamental test process – Implementation and Execution

Attaching an email to the communication tab in transaction record

Scenario: Want to see the sent emails in the message list in communication tab in the sales order (Transaction record) Solution: Add the parameter “options.relatedRecords” to the email.send(options), and give the transaction records id as value for this parameter for attaching the mail to transaction record options.relatedRecords : Object that contains key/value pairs to associate… Continue reading Attaching an email to the communication tab in transaction record