guys I’m adding minicart into my custom footer and its not updating on addtocart or page reload nor the popup on minicart click opens when I click it, not giving any exception or error. I’m using this code to call it in my footer : <?php echo $this->getLayout() ->createBlock('MagentoCheckoutBlockCartSidebar') ->setTemplate('Magento_Checkout::cart/minicart.phtml') […]
Magento
currently i’m facing the Problem that an extension attribute wont work as expected. On our test setup i get the Property has no accessor Error, while my local setup runs fine. The attribute is configured in the extension_attributes.xml and after a compile all files including the necessary code are generated. […]
Database is 20 Go. 3 m + SKUs. What Data Migration tool should I use ? Also, can I migrate Data from Live server or should I use Data from a non Live backup server ?
I want install an extension: Magento 2 Open Source (CE) WebP Optimized Images Component name: jajuma/module-webpimages Versions: 2.1.8 and tried to install with the installation sheet: https://devdocs.magento.com/extensions/install/ I have the following questions: When I do point 2 I will get the following message: <oshopat01@vm30:/www$ bin/magento maintenance:enable bash: agoshopat01@vm30:/www$: No such […]
A customer ordered from the site, and we only had part of the order on hand, so we shipped only part of the order, selecting the amount that we were sending on the shipping screen, then created an invoice and received the money for the items on the first shipment. […]
Magento 2 enterprise edition getting error Cannot instantiate interface PsrExtLogLoggerInterface vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:57 Stack trace: #0 I tried search keyword psrext but no luck can any guide me how to solve this issue
Magento 2 – I’m new to Magento Logged in user is able to view other users orders by changing the order id on the URL. How to restrict this? Also, I’m showing the CSV option to download the order details next to the view order link on the My orders […]
We have installed B2B Module and we want to display company shipping address instead of customer default shipping address. The customer is associate with this company. Ex: Company admin has own email: mycompany@company.com user type is company admin Customer has own email: mycustomer@customer.com user type is company user Any one […]