need help regarding the issue, All of the sudden our production environment we are getting issue during upgrade command SQLSTATE[42000]: Syntax error or access violation: 1235 This version of MySQL doesn't yet support 'existing primary key drop without adding a new primary key. In @@sql_generate_invisible_primary_key=ON mode table should have a […]
Magento
When I try to save a category I am getting cloudflare timeout error and the category is not getting saved. When I checked the exception log I found this error : SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction, query was: UPDATE catalog_category_entity SET attribute_set_id = ?, […]
I want to filter Product List Page and I’m using a plugin to filter the collection using the layer class MagentoCatalogModelLayer::prepareProductCollection() The products are removed but the toolbar is showing a wrong count and the layered navigations has the gap for the products. I am using Magento 2.4
I not sure if i am missing something. I have enable guest checkout and is still not showing up at one page checkout.
I would like to know how you are doing either locally or ideally in production on an empty (rest or graph I guess) API call. Basically, how much time does Magento take to just load without even doing any real logic. For example if I take the endpoint /V1/cmsPage/:pageId. I […]
I am unable to create an order programmatically with the carrier PostNL. The carrier code is “tig_postnl” and the method “regular”. Normally I set the shipping address simply using: $shippingAddress = $quote->getShippingAddress(); $shippingAddress->setCollectShippingRates(true) ->collectShippingRates() ->setShippingMethod('freeshipping_freeshipping'); (for full code please see example: https://webkul.com/blog/create-quote-and-order-programmatically-in-magento2/) Magento explodes the method on the underscore into […]
I have created a custom field “Plan Identifier” in custom option for products. Now, I want this field to be updated when we create a product using REST API and also the data of this filed when we make a GET request. I tried to send this in the payload: […]
I have customer segment and sku condition in the cart rule with specific coupon code. This is working fine for sku condition but this is not working for exact customer segment id. Same coupon code is applying for other segment id as well. FYI, for testing purpose I am passing […]
I am doing performance testing with loadrunner. The add to cart request is not adding any products to the cart instead it just redirects to another page when i replay with loadrunner. I have correlated the form_key which seems to be the only dynamic value in the request. I cant […]