$_item->getProduct() is used on Order Confirmation emails to get the product instance. This does not work on Shipment & Credit Memo emails. How can the Product instance (Not the item) be retrieved here?
Magento
Currently using Magento Open Source ver 2.4.6-p2 with php 8.1, running on a shared hosting I had uploaded a list of products (around 250 SKU) on the site and set up the index management “Update by schedule” at a 10-min interval at the moment (“Update on save” also having the […]
I have two custom columns in UI grid (let’s call them subscribed_customers” and “unique_purchases”) created in particular listings that retrieve value from the database with logic. Working well so far. The issue is that I’m unable to sort them in order. Attempts to do so give “Something went wrong”. After […]
I installed goeasyship/shipping by running composer require goeasyship/shipping After the installation, I try to add new configuration settings in the backend and they won’t save. I thought it was related to app/etc/env.php but it isn’t. I am trying to add the new configuration settings in Stores > Settings > Configuration […]
i have setup Magento 246p2 Version in my local system and i enabled profiler to see loading time of site and i found the below file is taking too much time if i visit list page first time and with second visit it is faster even without cache too . […]
I have two stores on one magento dashboard. One of the stores is being taken over by another company. Is it possible to remove one store and transfer it to it’s own magento platform? Thanks
I’m trying to create a product with stock (quantity), so I can do an example purchase. But whenever I try to create a product, I get the following error: “The stock item was unable to be saved. Please try again.” (first picture). I got a little deeper, went to the […]