Skip to content

magento man

Amasty module conflict with custom module

I have added a custom module for layered navigation in frontend. It has a custom controller with endpoint https://example.com/wheels/index/result/?make=Alfa+Romeo&year=2021&model=Giulia&tire_size_select=225%2F50R17&fitmentlevel=4lift I give this error after installing amasty layered navigation module. The code where this error is origination is this. app/code/Amasty/Shopby/view/frontend/templates/layer/widget/fromto.phtml <?php… Read More »Amasty module conflict with custom module

preference :override class Pdfcreditmemos and class PrintAction not working

I override the classes ‘Pdfcreditmemos.php’ and ‘PrintAction.php’ to change the name of pdf Credit memos , but this is not working, it still works with origin classes, thanks for you help. MagentoSalesControllerAdminhtmlCreditmemoAbstractCreditmemoPdfcreditmemos MagentoSalesControllerAdminhtmlCreditmemoAbstractCreditmemoPrintAction *************di.xml <preference for=”MagentoSalesControllerAdminhtmlCreditmemoAbstractCreditmemoPdfcreditmemos” type=”LcdrInvoicePdfControllerAdminhtmlCreditmemoAbstractCreditmemoPdfcreditmemos”/> <preference for=”MagentoSalesControllerAdminhtmlCreditmemoAbstractCreditmemoPrintAction” type=”LcdrInvoicePdfControllerAdminhtmlCreditmemoAbstractCreditmemoPrintAction”/>… Read More »preference :override class Pdfcreditmemos and class PrintAction not working

What type of hosting should i get?

Hi there 🙂 I’m currently looking for a cheap hosting provider that would let me run various simple html sites with various domains (10-… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1892997&goto=newpost

How to make magento faster from pub/index.php to custom api method?

I found a problem through debugging. When I debug it very slowly From pub/index.php to my custom api method.I want to fix and make faster,but I dont’t know how to start. vendor/magento/framework/App/Http.php (116 rows dispatch) -> vendor/magento/module-webapi/Controller/Rest.php ->vendor/magento/module-webapi/Controller/Rest/SynchronousRequestProcessor.php