I’m looking for PIM or some product data management tool that integrates with a Magento 2 store and utilizes the customizable options (sometimes 30+ options per base SKU), NOT one that uses the configurable products setup found in Magento. I’ve only found out-of-the-box PIMs that use the configurable product function. […]
Magento
I have a website running Magento 2.4.6 that is tied into UPS Xml. I need to take the quoted UPS rates displayed to the customer and add a 10% markup to the quoted shipping price from UPS. Is there a way to do this by modifying the UPS extension?
I am using Magento 2 with a hyva Theme when I go to the login page and write the wrong credentials it will not give an error Massage like Please provide correct credentials in this page /customer/account/login/ can anyone guide me to do that How to solve I didn’t show […]
I want to place magento order using custom script using order Management interface but it’s give error of invalid email format. `<?php use MagentoFrameworkAppBootstrap; use MagentoSalesApiDataOrderInterface; use MagentoSalesApiDataOrderItemInterface; use MagentoSalesApiOrderManagementInterface; use MagentoSalesApiDataOrderAddressInterface; use MagentoSalesApiDataOrderPaymentInterface; use MagentoSalesModelOrderFactory; use MagentoSalesModelOrderPaymentFactory; use MagentoFrameworkApiDataObjectHelper; use MagentoSalesModelResourceModelOrderAddress as OrderAddressResource; use MagentoSalesModelResourceModelOrderPayment as OrderPaymentResource; use MagentoSalesModelResourceModelOrderItem […]
On client magento website has enabled google captcha version 2 on create account page. exception.log file has following errors (Magento\Framework\Stdlib\Cookie\CookieSizeLimitReachedException(code: 0): Unable to send the cookie. Size of 'mage-messages' is 4131 bytes with error message “Invalid google captcha” Above error happening because attacker try to create account using script 100 […]
Magento indexing uses mview.xml to track changes in tables similarly, can we use mview.xml to track changes in custom table ? custom table doesn’t do any indexing. I just want to track changes and do some operation after that. I want to do this tracking specifically when someone run sql […]
I need to create a message queue in Magento and expose it to the 3rd-party system. As I understand, it is required to create communication.xml, queue_publisher.xml, and queue_topology.xml files – so that I’ll be able to publish there. But how I can expose this queue to the external application to […]
We want to add a row count in the order sales view items table. So that we can see and define the rows, to make it more easy to manage the order. We already tried $block->getItem()->getId() for the class MagentoSalesBlockAdminhtmlItemsColumnDefaultColumn but the problem is that this number is not specific […]
I’m using Magento version 2.4.5-p1 And I’m trying to setShippingAddressesOnCart using graphql for logged-in customers. This is the default Magento query I’m using but it’s duplicating the data for the shipping address in quote_address, For Example, If I setShippingAddressesOnCart query once there will be 3 records in the quote_address table. […]