I have two magento2 application running which are M2(a) and M2(b), I want all product on M2(a) to be displaying on M2(b) automatically, I have created an Integration on M2(a) by going to admin->systems->Integration. and now i don’t know how to call the key generated on M2(a) and integrate it […]
Magento
After upgrading from Magento 2.4.3-p1 to 2.4.4, I am getting the following error: In ClassReader.php line 57: Impossible to process constructor argument Parameter #0 [ <required> MagentoNewRelicReportingModelConfig $config ] of MagentoGraphQlModelQueryLoggerNewRelic class In GetParameterClassTrait.php line 34: Class MagentoNewRelicReportingModelConfig does not exist And sure enough, when I look through vendor and […]
Magento ver. 2.4.2-p1 This could be due to us migrating from Magento 1.9.4 via the Magento Migration Tool. We keep getting phone calls from customers saying they are unable to add certain products to cart. Upon investigating this, I was able to find the root cause of this: Most of […]
I have contact us buttons more than one in a page. when the user click on the contact us button i am showing the popup form. After user submitting the form i am showing thanku div.But when the user click on contact us button again form is coming. What i […]
I’m trying to remove an item from the cart, but I need to remove it on the payment page (checkout) I’m using the following code $cartHelper = Mage::helper('checkout/cart'); $cartItemId = 651; $cartHelper->getCart()->removeItem($cartItemId)->save(); but the product is not removed, am I doing it wrong? I saw that there is a URL […]
We had so many serious problems with Magento 2.4.2-p1 and Magento 2.4.3-p1. I am hoping that today released version Magento 2.4.4 will work better for us (to be fair – the issues we had might have stemmed from us using the Magento Migration Tool). I was hoping I could just […]
I have a category landing phtml, I want to add a this main category name there. This page is main category page, under this main category page, it has few subcategory. I would like to get the MAIN category name in this landing page. But I cannot retrieve it. <?php […]
I’m using Magento 2.4.4, clients reported issues with the items in the cart, and I’m able to simulate by having two carts in different clients’ accounts with the same item that has 1 item in stock. The error message is below. The requested qty is not available How could I […]