Update inventory records

I have around 10Mil records pushed via some API and in magento i have to update it after checking on certain conditions The records take almost 2 days to complete with mysql deadlock issues Any one who can help with this submitted by /u/hashv5 [link] [comments]

Magento 1.9 issue

Hi there, I am facing an issue with my magento website. With this website – the one-page-checkout works upto selection of payment method and then redirects to cart again. No order gets completed. We have checked all backend settings. After that, via FTP we reinstalled many of the original files. Still no success. This problem …

Multiple email addresses associated with an order

Is there a way to associate and contact multiple email addresses with an order in Magento? With the products we sell, we often get requests to email both the customer (residential homeowner) and their contractor (or interior designer) with their order updates. The workarounds we have for this are tracking it in our ticketing system, …

Magento 2 + Alpline.js but Without Hyva Theme – Anyone Using Instead of Knockout / UiComponents?

Hi, Maybe this is Magento 2 heresy 😛 but thought I’d ask. I am going to develop some new frontend javascript stuff and wanted to tryout just loading alpine.js but has anyone tried just using it instead of knockout? How did it go? I don’t have the budget to just buy the Hyva theme to …

Please help me like developing for Magento 2

I really REALLY want to like it, but so far I kinda hate it. I just started working in integrations, and of all the external integrations I have to touch, I dread Magento, while I enjoy most others. Why do you enjoy developing for magneto? submitted by /u/Professional-Dev [link] [comments]

Why Magento?

What made you choose Magento over Shopify or another platform? My understanding is Magento requires more coding? submitted by /u/Jeaton77 [link] [comments]

Category tree for left sidebar

Hi, I’m trying to build a category tree for the left sidebar. Therefore my plan was to always get the current category id: public function getCurrentCategoryId() { return $this->layerResolver->get()->getCurrentCategory()->getId(); } And get the current categoryId passed in to the category factory to get the corresponding children. public function getChildCategories($categoryId) { $category = $this->categoryFactory->create(); $categoryCollection = …