Skip to content

magento man

Why I am unable to submit the form in adminhtml using custom block in publichtml?

Instead of edit page I am using a simple file upload form using a block: upload_form.phtml <form method=”POST” action=”<?=$block->getUrl(“/test/uploadcsv”);?>” enctype=”multipart/form-data”> <input id=”emailcsv_uploadform” type=”file” name=”upload_csv”> <button type=”submit”>Upload File</button> </form> That is loaded from this template: <?xml version=”1.0″ ?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”>… Read More »Why I am unable to submit the form in adminhtml using custom block in publichtml?

Magento 2.4 order confirmation email

The order confirmation email was sent as shows in magento admin order page. Reference image. On the same order, it shows ‘Customer Not Notified’. Reference image. How to fix this & what’s the reason ?