Skip to content

magento man

home website server question

if i add a server to my computer at home how much space do i need for the customers to view and read my website? in space , first, do i need… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1884905&goto=newpost

Find Javascript Merge Knockout Error In Extensions Uncaught Error: Cannot find closing comment tag to match: ko template:

Magento 2.4.3 Apache Nginx MariaDB Hello Thanks for taking the time to read this. We have a dev site we are trying to enable Swissup Pagespeed Extension however it is getting 1 error – the merge javascript fails and different… Read More »Find Javascript Merge Knockout Error In Extensions Uncaught Error: Cannot find closing comment tag to match: ko template:

Create popup after customer logged in

How to show a popup as soon as customer logs in. I created an customer_login event and called an observer, I want to display a phtml file with my popup code. Following doesn’t work etc/frontend/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”>… Read More »Create popup after customer logged in

Magento 2.4 override core php file GuestPaymentInformationManagement.php

I want to override vendor/magento/module-checkout/Model/GuestPaymentInformationManagement.php. I made a di.xml in app/code/Jilco/Qtybug/etc/ like this: <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <preference for=”MagentoCheckoutModelGuestPaymentInformationManagement” type=”JilcoQtybugModelGuestPaymentInformationManagement” /> </config> And the GuestPaymentInformationManagement.php in /home/jilco/public_html/app/code/Jilco/Qtybug/Model/ Also dit the deployement steps rm -rf generated/code/* php bin/magento cache:flush php bin/magento setup:upgrade… Read More »Magento 2.4 override core php file GuestPaymentInformationManagement.php

Magento 2: Paypal adding double tax amount in AMT

I am adding tax programmatically on checkout using this code: class Tax extends MagentoTaxModelSalesTotalQuoteTax { /** * Class constructor * * @param MagentoTaxModelConfig $taxConfig * @param MagentoTaxApiTaxCalculationInterface $taxCalculationService * @param MagentoTaxApiDataQuoteDetailsInterfaceFactory $quoteDetailsDataObjectFactory * @param MagentoTaxApiDataQuoteDetailsItemInterfaceFactory $quoteDetailsItemDataObjectFactory * @param MagentoTaxApiDataTaxClassKeyInterfaceFactory $taxClassKeyDataObjectFactory… Read More »Magento 2: Paypal adding double tax amount in AMT