On my magento I have two different types of orders: regular orders which follow magento standard flow custom order which have to be in a custom status before they can be shipped, eg: — order is placed by customer and I can see it in magento backend in the pending […]
Magento
Hi I am trying to upload MP4 or GIFS in wysiwyg. But when I try to upload it I am getting the following error: For MP4 “We don’t recognize or support this file extension type.” For GIFS “A technical problem with the server created an error. Try again to continue […]
Hopefully someone can help as we can’t find anyone else having the same issue that we are. We have just gone live with our new Magento 2 website. We noticed that if we add an item to the cart and click on another product then add that to the cart […]
As known in Magento there are multiple ways to apply special pricing from products and based on many answers I found this forum I created a module with Layer Navigation to load all products that have special prices applied and also Catalog rule price applied however it ended up loading […]
We are using justbetter/magento2-sentry for catching errors in our Magento 2.4.5-1 shop and have lots of reports of such errors: Warning: simplexml_load_string(): namespace error : Namespace prefix xsi for type on argument is not defined Digging down lead us to Framework/View/Model/Layout/Merge.php where a generic exception is caught: private function extractHandlers(): […]
I have need to add dynamic text field in cart price rule edit section. when click on Add button text field should be added. And save data in salesrule table. I have created one field in salesrule table for save data. Need to implement Add multiple text field in cart […]
I’m not a Magento expert and I have to solve an highlighted issue. Let me explain the scenario. I noticed that, when an order contains an item with options two rows are created into the sales_order_item db table: one row is related to the configurable product one row related to […]
I have more than 100000+ products and 20 store views, one of the category has 60000+ products, when I reindex catalogsearch_fulltext, It took more than 20 hours, and still doesn’t finish. and the category with 60000+ products also couldn’t access got 500 error. I googled many articles to try to […]