How to disable required “city” field in Magento PWA app
I want to disable required city field, I removed required attr in CheckoutPage component, but I need to remove require attr from Graphql and I don’t know how to do it
I want to disable required city field, I removed required attr in CheckoutPage component, but I need to remove require attr from Graphql and I don’t know how to do it
Error main.ERROR: Deprecated Functionality: Creation of dynamic property MagiccartMagicproductControllerAdminhtmlProductIndexInterceptor::$_resultRedirectFactory is deprecated in vendor/magiccart/magicproduct/Controller/Adminhtml/Action.php on line 78 Class namespace MagiccartMagicproductControllerAdminhtmlAction abstract class Action extends MagentoBackendAppAction { public function __construct( MagentoBackendAppActionContext $context, ) { parent::__construct($context); $this->_resultRedirectFactory = $context->getResultRedirectFactory(); } Class MagiccartMagicproductControllerAdminhtmlProductIndex class… Read More »How to remove the Deprecated property of __construct from Abstract Class using overriding or any other way
I found the error in require.js like Uncaught Error: Mismatched anonymous define() module: function(y,h){“use strict”; With the around the thousand line that i can’t share it here. But i am not able to reconfigure from where it is coming. In… Read More »Found JS error in require.js, but not able to rectify from where it is coming. Please help
We have integrated ApplePay on our Flutter App which is using Magento RestAPIs. We need to deactivate OR Pause OR restrict user to addToCart when redirected to Applepay because in Magento user may be access the account using other device… Read More »Applepay Magento Flutter
This might feel a lengthy question but actually it is not big. I have just added some functions that I followed to try finding the actual code responsible for loading the product collection on category pages. I am trying to… Read More »Help in finding the code responsible for fetching the products on Category Pages
I am having a feed which is run every night with crons. My instance is magento 2.4.6-p2. I am using this function to get store id: public function execute() { foreach ($this->storeManager->getStores() as $store) { // Only generate feeds when… Read More »Argument #1 ($storeId) must be of type int, string given error
I have my custom theme in magento and in that theme in header the logo is uploaded. The logo is already uploaded there with correct path but still magento default logo is displaying after upgrading to 2.4.6.I know it is… Read More »Header Logo is not displaying after upgrading to magento 2.4.6
I have created custom email template and calling order item in it. In my site I’m adding or editing the specific order Item and I need need to send email for that item only. It was working fine in the… Read More »Magento 2 Sales Order Items in Custom Email
I have Two custom Options for Downloadable Product here is my query response for getting product { “data”: { “products”: { “items”: [ { “id”: 145, “name”: “Product Attachments”, “sku”: “FME_135_M2”, “__typename”: “DownloadableProduct”, “options”: [ { “title”: “Include:”, “required”: false,… Read More »How to add Product to Cart with Mutiple custom options using GraphQl?
I have copied our website over to a new hosting platform with more resources etc. I have done this lots of times before without any difficulty. Everything is working apart from Sales PDF Invoices. They download but are all corrupted… Read More »Copied Magento 2 website PDF Invoices not working