Is there a way to override a private method of an abstract class in magento 2? I need to override the private method correctText of MagentoSalesModelOrderPdfAbstractPdf
Magento
I have develop another login page for mobile view. i need redirect to custom login page when click on add to wishlist button. this should only for not logged users and only for mobile view.
I’m facing an issue where my 2.4.5 https://<magentostore>/graphql endpoint is returning a 404. After some research it seems that none of the Magento GraphQl packages are installed by composer. My store is running on Magento 2.4.5 for some time now. This issue is present on both my development and production […]
Under Stores -> Settings -> Configuration -> Sales -> Sales -> Minimum order amount I set Enable to Yes and Minimum Amount to 3000. When I click Save Config the page refreshes, the message You saved the configuration. appears and the message One or more of the Cache Types are […]
I have loaded the widget block form grid in the edit product section. I am trying to open the model popup in the adminhtml widget grid form. I have added the action column like below $this->addColumn(‘action’, array( ‘header’ => __(‘Action’), ‘width’ => ’50’, ‘type’ => ‘action’, ‘getter’ => ‘getProductId’, ‘actions’ […]
We want to run a special.We have a total of 7, all featuring product xxx. different quantity of product xxx triggers a different discount.We can get it to work perfectly for one combo. But if we add a product from another combo (e.g. 2x xxx, 1x yyy and 1x ttt) […]
We have upgraded our website from Magento-2.4.3 to 2.4.4, and after upgrade we have found out that the breakpoint value that switches the screen between mobile and desktop has changed from 768px to 769px Here is the screenshot from Magento 2.4.3 before upgrade We can see display none for .nav-toggle […]
I work for a samples based company and recently we have had a run of sample orders ordered as jokes, often with offensive names in the shipping details. Is there a plugin or way to block offensive terms being used in input fields to deter people from placing such orders?
How to add custom input and drop-downs order create in admin sales order creation. I want to add custom field hopefully a new section where when we create a custom order through admin only we can pass custom values to it. I am not sure if I am creating a […]