What I would like to do is add a field to an admin page where a file can be downloaded and uploaded. A client would like to upload a csv file that is used by a module developt by an agency that was developing the site before us. What I […]
Magento
After upgrading magento I found this critical error. Please guide me to solve this error. I have my custom module file like, class SaveSapInfo extends MagentoSalesControllerAdminhtmlOrder implements HttpPostActionInterface{ }
i want to use terms and condition as a link of another page on the checkout page in magento 2.4.5-p1, but by default it shows on popup but i have not need this popup. i want to simple target terms and condition to the another page
I have added a field “Favorite Color” to the Customer entity and added it to the registration form. The field properly stores data, as I can see when logging in as Admin and checking in Customers -> All Customers -> Edit -> Account Information. However, when the Customer herself logs […]
Trying to clean up my logs and I keep getting this error over and over in my exception logs. [2022-12-27 20:07:39] report.CRITICAL: The element "order_totals" can't have a child because "order_totals" already has a child with alias "ltl_shipping_fee". {"exception":"[object] (Magento\Framework\Exception\LocalizedException(code: 0): The element "order_totals" can't have a child because "order_totals" […]
I’m searching for a solution to update the configurable product’s stock and price. Because all of the configurable products have more than 1000 variants, looping through all of the child SKUs and updating them will take longer. Also, I’m having a large product count. Is there any way to update […]
I’ve added a custom field to the Customer Addresses with the following UpgradeData: public function upgrade(ModuleDataSetupInterface $setup, ModuleContextInterface $context) { /** @var CustomerSetup $customerSetup */ $customerSetup = $this->customerSetupFactory->create(['setup' => $setup]); $params = [ 'label' => 'House Number', 'type' => 'varchar', 'input' => 'text', 'required' => true, 'visible' => true, 'user_defined' […]
I am running a magento 2.4.5 in production mode The settings in admin are as follows: Minify Html: Yes Merge JavaScript Files: Yes Enable JavaScript Bundling: Yes Minify JavaScript Files: Yes Merge CSS Files: Yes Minify CSS Files: Yes Any feed back to help me out with speeding my website […]
I installed PWA metapackage as I read it was necessary for PWA versions later than 12.1.0. But I am still getting error on the PWA frontend i.e. Cannot query field "errors" on type "CartItemInterface". I think errors dosn’t exist on type CartItemInterface, and the metapackage is installed. Need help here.