Questions tagged [magento]

Questions about Magento should be asked at https://magento.stackexchange.com/. Magento is an e-commerce platform written in PHP atop the Zend framework, available under both open-source and commercial licenses. Questions about programming with Magento are off-topic here.

Magento is an e-commerce platform written in atop the framework, available under both open-source and commercial licenses. It is written in an advanced object-oriented idiom that uses the MVC pattern and configuration files, aiming for flexibility and extensibility. It is owned and maintained by Magento Inc., which is backed by Permira. (Magento About Us)

Editions

1. Magento Community Edition - Free open source code; pay for services and add-ons. Developers and merchants with generally under $50M in online sales and fewer than 50,000 unique visitors per month. Magento offers no technical support, warranties or indemnification.

2. Magento Enterprise Edition – This is also a Commercial edition. Annual fees start at $15,550 with a premium version starting at $49,990 annually. It is recommended for mid to large size businesses with revenue in excess of $15M in online sales and over 25,000 unique visitors per month. Magento provides full support, warranty and indemnification. It also has the added benefit of having code-level access.

Links

17 questions
1
vote
1 answer

php bin/magento setup:upgrade, could not open input file:magento

When executing command from Magento root folder home/magento_ftp/www/: php bin/magento setup:upgrade error returns; Could not open input file:magento Magento 2.2.3 is on a Varnix server and /var folder has 777 permissions on the magento file owner.…
461
  • 11
0
votes
1 answer

Please Help Me adding a module in magento

I create a module in Magento 2.3.1 add this in my magento project but is not working.All the menu option of Admin dashboard has been disabled. Please Help! Thanks