Preconditions (*) Magento 2.4.5-develop The store should be in Arabic Steps to reproduce (*) Place an order in Arabic store Customer fill the address and name all in Arabic Login to the admin panel and open orders Create an invoice against the order Download the invoice pdf and compare the […]
Magento
We have some issues and I have been told is because we have our Magento cron set to execute every 1 min. But since our installation is so big with tons of product etc we need to raise it to go less frequently. What is the recommended frequency for Magento […]
https://experienceleague.adobe.com/docs/commerce-knowledge-base/kb/support-tools/patches/v1-1-33/acsd-51892-performance-issue-where-config-files-load-multiple-times.html?lang=en I tried to reproduce error to check how this patch work. But unfortunately I can’t reproduce this error. Could someone explain to me the way we reproduce this error. Thank you so much!
Running php bin/magento setup:upgrade returns this error ‘The website with id 0 that was requested wasn’t found. Verify the website and try again.’ Running php bin/magento setup:db-data:upgrade will return the same error. Running php bin/magento store:list will reveal that the Admin Store Table is indeed not being seen by Magento […]
I have using Magento 2.4. I am trying to apply custom pagination in Wishlist my account section. Currently magento have default pagination based on page. Initially I need to show first 9 product, then bottom show “View More” button, when we click on “View More” button then next 9 product […]
Using: Magento version 2.4.6 Hyva theme version 1.2.3 Issue: What would be best practice for setting up a large quantity of different automatic email responses? Background: For a webshop selling hundreds of different technical products, I need to send an automatic e-mail, with installation instructions for the ordered product. Because […]
I want to display video as a thumbnail in the custom admin grid. you can get the reference from the below screenshot. https://i.imgur.com/UTBHZvM.png
I have used below event to stop Invoice email notification that is triggered after the invoice creation. Vendor/Module/etc/events.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="sales_order_invoice_save_after"> <observer name="stop_invoice_email_sending" instance="VendorModuleObserverStopInvoiceEmail" /> </event> </config> Vendor/Module/Observer/StopInvoiceEmail.php <?php namespace MindtreeBilldeskObserver; use MagentoFrameworkEventObserver; use MagentoFrameworkEventObserverInterface; use PsrLogLoggerInterface; class StopInvoiceEmail implements ObserverInterface { protected $logger; public function […]
We are experiencing some major issues with reindex lately. We think it has something to do with the 3rd party module (we can’t turn it off) We get deadlock during re-indexing every day. And ofc that causes tons of issues. The error we get is: Does anyone know what these […]