I tried overriding the info/purchaseorder.phml to add additional data on email and admin order view. I used plugin to override the template. The admin order view is working as expected but the order email is not sending. I checked the logs and found this issue. [2023-07-02T18:23:59.552138+00:00] report.CRITICAL: MagentoFrameworkExceptionValidatorException: Invalid template […]
Daily Archives: July 3, 2023
I am trying to create a new order using the /V1/orders/create rest API but when I search on google or dev docs it shows me a different set of API to do the order process (https://devdocs.magento.com/guides/v2.3/rest/tutorials/orders/order-intro.html). So is there a way to create an order using /V1/orders/create? if none then […]
An Adobe Commerce Architect is working on a multi-server horizontally scaled Adobe Commerce on-premise installation. There are three nodes up and running the Adobe Commerce installation: node A, node B, and node C. A load balancer redirects traffic to each node evenly. The Remote Storage module is enabled and set […]
I am new to the AIMP android phone app and would like to find a tutorial that gives me the beginning basics at least?
I have 2 home routers and want to allow (some) devices to communicate across subnets. ROUTER#1 (ASUS RT-AC87U), subnet 192.168.1.0/24, acting as the main router connected to the ISP ROUTER#2 (NETGEAR WGR614 v7), subnet 192.168.2.0/24, connecting its WAN port to ROUTER#1 LAN port [INTERNET] -> [WAN] ROUTER#1 [LAN] -> [WAN] […]
Back in the old days of Chrome, you could view chrome://history straight from an incognito window (it would automatically open a new non-incognito window to view history), but these days it displays a popup which tells you history isn’t saved in incognito. Which obviously isn’t what I’m wanting. Any way […]
I’m trying to set up an account with SSO in IAM Identity Center. I’m logged in as the management account but the checkboxes next to both the root node and the OU in the hierarchy are greyed out. My goal is to have an account that can provide access to […]
I want to output the contents of a number of rotating log files, let’s say file.log.1 and file.log to stdout for continued processing. For a single log file I could have used tail -F file.log, but since I want to include the contents of the old log file as well: […]