Magento is an e-commerce platform written in PHP atop the Zend framework. It has both open-source and commercial licenses available. It is written in an Enterprise Java idiom that uses the MVC pattern, Java-style OOP, and XML configuration files, aiming for a very high degree of flexibility and extensibility.

learn more… | top users | synonyms (4)

88
votes
6answers
29k views

How does Magento code work?

How can the following be accomplish in Magento? Display a "Hello World" message using a controller/view/model approach. So, if I went to http://mysite.com/myController it would show the string ...
35
votes
2answers
1k views

Why would Magento fail to save a customer after generating an ID?

I'm attempting to track down the cause of a rare bug (love those intermittent bugs) where a customer selects to Register at time of checkout, but when the order is completed, Magento somehow fails to ...
33
votes
15answers
22k views

Why is Magento so slow?

Is Magento usually so terrible slow? This is my first experience with it and the admin panel simply takes ages to load and save changes. It is a default installation with the test data. The server ...
24
votes
8answers
4k views

Magento Developers: Is Magento really -that- good?

We are looking at Magento as a possible commerce solution, but we are reading more bad than good on the free product. However Magento sells itself as the best thing ever, so I am confused on its ...
23
votes
5answers
889 views

Adding values to a magento dropdown or multi-select product attribute while adding a new product

I'm wondering if anyone has found or written an extension that would allow a magento website administrator the ability to add values to their products attribute while adding the product. For example, ...
21
votes
6answers
8k views

Beginning Magento development

I'm starting a project e-commerce site with Magento. I've been using the Microsoft Stack for a while now, but I'm excited about working with PHP. Before I really dig in, I need some resources. I've ...
20
votes
9answers
11k views

SVN\Tortoise painfully slow

I'm experiencing painfully slow operations with one of our svn repositories\projects. For example its taking 5-10mins to revert the changes in one small file (10 KB). Or about 40-60mins to check out ...
18
votes
18answers
25k views

Magento or Prestashop, which is better? [closed]

I want to find an ecommerce solution for my little shop. My friend tells me that Prestashop is very easy to use and develop modules for, but some say Magento is better. Can anybody tell me which is ...
13
votes
1answer
143 views

why are arabic numbers (١٢٣) not accepted in textboxes as real numbers?

while developing one of my sites, i noticed that if I enter arabic numbers (١٢٣), they are not interpreted as real number values. Then, I tested a few other sites only to find that they also don't ...
13
votes
1answer
1k views

Magento staging and production

I have been developing with magento for a while now and hints are starting to make sense and become much more deliberate Nd organised. One aspect though still seems quite messy - moving a site from ...
13
votes
11answers
1k views

What Tools and Extensions are Critical for Magento Development?

We're building a nice little community of Magento experts here. I'm curious what Magento extensions and other software tools (IDEs, editors, etc.) everyone is using to help with their development ...
13
votes
5answers
3k views

Best practises for Magento Deployment

I am looking setting up a deployment process for a highly customised Magento site, and was wondering how other people do this. I will be setting up dev, UAT and prod environments. All the Magento ...
13
votes
4answers
44k views

Magento - Retrieve products with a specific attribute value

In my block code I am trying to programatically retrieve a list of products that have a attribute with a specific value. Alternately if that is not possible how would one retrieve all products then ...
12
votes
1answer
339 views

Magento - UnitTests - Mock Objects

I am writing some tests for a Magento module, using Ivan Chepurnyi's extension, and I'm having trouble using the mock objects. Here is the class: <?php class Namespace_Module_Block_Class extends ...
11
votes
1answer
200 views

Format of Exported Reflection Class in PHP?

Every Object in PHP's Reflection hierarchy has a static export method. You can can use this to get a string representation of a class. Code something like this $c = new ...
11
votes
6answers
972 views

Magento Design Patterns

Magento, IMHO, represents a PHP system that is built on well thought-out coding principles - reuseable design patterns being one of them. In terms of an example of a PHP system, I think it can be ...
10
votes
3answers
4k views

Magento & Subversion (SVN) - Getting a Development Environment Started?

I'm working on building a Magento site, and it's by far the most mammoth package I've ever worked with. I've decided to set up a proper development server and use Subversion for version control. I'm ...
9
votes
3answers
6k views

Magento sites in IE9, prototype bugs

Internet Explorer 9 was released today, and I decided to check a few Magento sites we build in the last couple of months to see if everything continues to work with the new version. But unfortunately ...
9
votes
2answers
2k views

ALTER TABLE in Magento setup script without using SQL

Jonathon Day says "updates SHOULD NOT be in the form of SQL commands". I haven't come across any DDL or DML statments that cannot be executed via Magento's config structures. (In the ...
9
votes
3answers
895 views

Why does Magento use 2 cookies per session?

For data security and privacy reasons I want to know why Magento uses two cookies for one frontend session. All I know is that one of them is being set in Mage_Core_Model_Cookie::set(..) and the ...
9
votes
4answers
775 views

Magento development - too difficult for a junior developer? [closed]

I am a project manager for a small design agency and we are looking to bring on a new junior developer inline with a new project that he/she will be working on - a magento ecommerce site. How ...
8
votes
1answer
121 views

What are Shadow Tabs in Magento's UI Object Hierarchy?

I'm poking around the Magento internals, and within the Widget/Tab rendering hierarchy there's this concept of Shadow Tabs that I'm a little fuzzy on. When you're defining tabs for your form, you can ...
8
votes
3answers
247 views

What Confuses you about Magento Widgets API?

This is a little vague, but I hope I'm allowed. I'd like to get a feel for what the Magento developer community thinks of the Widgets API. Are they clear or confusing, useful or useless. The more ...
8
votes
6answers
9k views

Magento API: Assigning preexisting simple products to configurable products

Very left of field, but worth a shot. I've got a client database with a large range of stock items, which are being uploaded to Magento as simple products. Now I need to group them up and assign ...
7
votes
2answers
235 views

Examples of open source php projects that ship with comprehensive test coverage

There are a series of prior questions that tangentially ask this question, but not directly regarding PHP, and none with actual answers, so I hope you can accommodate this iteration of the question. ...
7
votes
1answer
1k views

What is the difference between “Flush Magento Cache” and “Flush Cache Storage” in magento's cache management?

What is the difference between "Flush Magento Cache" and "Flush Cache Storage" in magento's cache management?
7
votes
2answers
3k views

Magento - How to allow certain tags (iframe, embed) in Magento's CMS editor?

I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags. Is there a model or controller that I can edit to allow iframe ...
7
votes
5answers
3k views

Magento Developer Interview Questions

We have been doing a lot of interviews lately for Magento developers, I was thinking it would be good for others and me of course to know what others out there think are really good questions to test ...
7
votes
4answers
976 views

Best practices for using Git with Magento?

Howdy, I'm working at figuring out how to best work within my own repo for custom code while integrating with a vendor's library (in this case Magento). In my case, I will not need to push up patches ...
7
votes
3answers
2k views

Gernerate custom urls within Magento

I am currently looking at trying to generate custom urls/routing using magento, currently i have set a default route in config.xml within the local module. <frontend> <routers> ...
7
votes
3answers
1k views

Should I use EAV model?

I'm am designing my database/domain for an eCommerce application and I'm having a hard time figuring out how to store products. The website will sell a wide range of products, pens, thongs, tattoos, ...
7
votes
7answers
2k views

Is there a PHP IDE that can handle Magento's code base?

Magento has a large code base (6000+ php files), uses a complex autoloading logic, and has a lot of configuration in XML. I'm looking for an IDE that can get it's little brain around this code base - ...
7
votes
2answers
12k views

Magento My Account Layout XML Problem

I'm having issues getting the customer.xml layout file to work properly for the customer's "my account" pages. The navigation links and the previously ordered items that are usually on the left hand ...
7
votes
10answers
907 views

Is Magento really opensource?

For the last month or two I have been trying to wrap my head around Magento, with a moderate degree of success. While it has been billed as the next great e-commerce system, I have come to realize ...
6
votes
1answer
239 views

Why is the Relation Between a Configurable Product and a Simple Product Stored Twice?

Deep dive on the Magento internals here, not looking for a solution to a concrete problem, just trying to understand some implementation details. When you create a Configurable Product in Magento, ...
6
votes
1answer
151 views

Accessing custom options of an order in Magento via PHP [Solved]

I'm loading an order like this: $order = Mage::getModel('sales/order')->load(2886); $items = $order->getAllItems(); Then I use a foreach loop: foreach ($items as $itemId => $item){ ...
6
votes
0answers
773 views

Adding A Custom Discount Order Total in Magento Does Not Change Sales Tax

I have created a custom order total that gives a discount in certain situations. The grand total always comes out correct, however the sales tax calculation is not taking my discount into account when ...
6
votes
2answers
122 views

What do the __'s mean in this context?

throw new Exception(__('exception')); What do the __'s do? What are they called? I've seen this in several implementations and is common throughout the Magento codebase. Thanks
6
votes
1answer
200 views

is Magento thread-safe?

Is anyone using Magento with Apache worker MPM? I've read conflicting reports of stability and security using worker instead of prefork, but have also read that worker is much faster than prefork.
6
votes
4answers
995 views

Can someone recommend some Magento tutorials?

I am trying to learn Magento, where can I find some video tutorials? I need some offline viewable video tutorials like the tutorials that are sold at Lynda.com or TotalTraining, VTC, etc. Also, ...
6
votes
2answers
1k views

Magento Payment flow

I am working on implementing new payment module for Magento and want to understand the core concept behind this logic. I know I have to extend from Mage_Payment_Model_Method_Abstract or any of its ...
6
votes
3answers
7k views

“Error 404 Not Found” in Magento Admin Login Page

I just transfered my magento installation from one local machine server to another. Now, I cannot login to admin panel. When I go to the admin login url, I get the following error message:- "Error: ...
6
votes
4answers
136 views

What is your method of working with a single CSS file in a large team and version control

We work on the Magento platform and our front-end developers all work on the same CSS stylesheet. There are a lot of existing styles that come with this stylesheet. Most of the time I tell them to ...
6
votes
2answers
472 views

Enterprise Edition Controller events not firing if Full Page Cache is enabled

So on one of our recent launches we had a lot of events that we were observer such as controller_action_predispatch. Once the site went live we started noticing that our observers were never getting ...
6
votes
2answers
825 views

Magento Block Injction via module.xml Files

In a module I am writing I want to use using mymodule.xml to insert my own block after this block: <block type="catalog/product_view_media" name="product.info.media" as="media" ...
6
votes
4answers
891 views

Magento: Minify HTML Output?

Is there any file in magento where all html will be output? I want to minify all html output. Thx!
6
votes
2answers
2k views

change order of blocks via local.xml file in magento

Is it possible to change the order of already existing blocks via the local.xml file? I know you can change the order of a block with the after or before attribute, but how can one change those ...
6
votes
6answers
4k views

Magento - Passing data between a controller and a block

Really quick and simple question but I can't find a decent answer to this - What is the best way to pass data from a controller to a block in Magento. Incase it makes a difference, I am loading the ...
6
votes
3answers
361 views

eCommerce Framework, Currently looking at Magento

Hey guys, I kind of wanted to ask an opinion based question to start off with. I'm going to be picking up an eCommerce project in a month or two so I've been trying to decide which PHP framework, if ...
6
votes
10answers
963 views

Any PHP Frameworks that use a Layout and Block system like Magento?

While it is most typically touted as a fully-featured shopping cart system, Magento is an awesome framework to boot. Of particular awesomeness is the layout system. In essence a page is created from ...

1 2 3 4 5 123