MagentoSwatchesGraphQlModelResolverProductOptionsDataProviderSwatchDataProvider does not exist
MagentoSwatchesGraphQlModelResolverProductOptionsDataProviderSwatchDataProvider does not exist the error while i using php bin/magento s:d:c
MagentoSwatchesGraphQlModelResolverProductOptionsDataProviderSwatchDataProvider does not exist the error while i using php bin/magento s:d:c
My patch adds new attribute to products. I want it to be enabled on every product by default. However, it is always disabled on sample data products and works as intended when I try to add a completely new product… Read More »Programmatically added attribute, default value enabled
I’ve read tons of forum posts on this topic, but they all seem to be specific to the module or process and I can’t find this one. How would I go about trouble-shooting and fixing this? Here is the full… Read More »Dreaded Integrity constraint violation when completing sales orders
Magento 2.4.5-p5 with MariaDB. I regularily get this error: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction, query was: DELETE FROM `inventory_pickup_location_quote_address` WHERE (address_id = …) When I check the table inventory_pickup_location_quote_address, it’s empty.… Read More »Deadlock on table inventory_pickup_location_quote_address
I have created a custom module and have used UI component to display store view field in Form page. I am facing this issue only in Production Mode. When I open the Edit form page the Store View UI component… Read More »Edit Data for Store View UI component is not displaying with selected value
I have a small problem and don’t know how to implement redirect based on selected language (as a multiple store views there are few languages: en, lt,lv). The file located in app/design/frontend/WDMarket/saules_aptieka/Magento_Checkout/web/template/minicart/content.html and the code that need to be changed… Read More »Redirect link for multiple store
The highlighted index tables that associate the Amasty label to products don’t appear to updating
The cost of shipping a 40-foot container from China to Europe via the Red Sea is currently around $4,000 USD, up 248% from $1,148 recorded on November 21, 2023, and up 140% from December 23, 2023. 2023. The cost of shipping goods… Read More »SUMMIT EXCHANGE Investment Consulting Co., Ltd.: Freight freight rates across the Red Sea increased nearly 250%
I want to create an order programmatically using Cron jobs, the codes run perfectly but when creating the order i got ‘Error: Type Error occurred when creating object: MagentoInventoryIndexerModelQueueReservationData, Argument 2 passed to MagentoInventoryIndexerModelQueueReservationData::__construct() must be of the type int,… Read More »magento creating order programmatically using Cron Jobs
During checkout I need to validate the shipping address and the current cart’s contents. After the customer has entered or changed the shipping address a validation should start. Depending on a product attribute and the shipping location a message should… Read More »Magento 2: how to validate after shipping address change