Skip to content

magento man

How to check if an IP is clean?

How to check if an IP address is truly clean? We keep getting suspended by google ads for circumventing, saying site is malicious, even when… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1903393&goto=newpost

Magento2: Remove cache part from media url when using remote S3 storage

I migrated Magento 2 (version 2.4.6 deployed via Helm chart on Kubernetes) media folder to an AWS S3 bucket following the instructions from this documentation: https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/storage/remote-storage/remote-storage-aws-s3.html?lang=en. It worked successfully, and I observed that Magento had migrated the media folder to… Read More »Magento2: Remove cache part from media url when using remote S3 storage

How to display modal popup when event is triggered

I already try this : public function execute(Observer $observer) { $layout = ‘<referenceContainer name=”main”> <block class=”CMBlockModalOverlay” template=”C_M::modal_overlay.phtml”/> </referenceContainer>’; $observer->getLayout()->getUpdate()->addUpdate($layout); $observer->generateXml(); }

Magento 2.4.6. Can’t display Layout in the adminpage

For some reason on a new page I created on the admin, I can’t pass text to Body. Is there any way to suggest what I’m missing? My code: appcodeDevRestApietcadminhtmlmenu.xml <?xml version=”1.0″ encoding=”UTF-8″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Backend:etc/menu.xsd”> <menu> <add id=”Dev_RestApi::dev_module” title=”Dev… Read More »Magento 2.4.6. Can’t display Layout in the adminpage