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 = …

I created an extension for filtering “in stock” products

As the normal stock attribute doesnt seem to work with the default magento2 filter, I created an extension. It iterates over all simple products with a configurable cronjob and sets a newly created “filter_stock” attribute according to the stock-status of the product. Maybe there is some use for it: https://github.com/nordcomputer/magento2-stockfilter submitted by /u/nordcomputer [link] [comments]

Magento 1 Users, Check Out OpenMage – 20k live sites!

Hey guys, for anyone still using Magento 1, OpenMage is a great option to migrate to. There are around 19500 live sites using OpenMage. The community is very active and would love your input, thoughts and contributions. Check out the There are continual bug fixes and improvements to the platform. If you have ever thought …

I need urgent help in solving this issue at my store. I am not a developer.

main.CRITICAL: Invalid method MagentoFrameworkUrl::__parseUrl {“exception”:”[object] (Magento\Framework\Exception\LocalizedException(code: 0): Invalid method Magento\Framework\Url::__parseUrl at /home/user/public_html/vendor/magento/framework/DataObject.php:399)”} [] last night I was setting up a cart price and then testing out the rule at checkout before I discovered the the following error. Maybe it was already there and we did not realised. I get the following error: ” internal error. …