I want every user, that registers on my Magento instance, to upload a certificate that shows me that he registered a business.
I am trying to integrate SOLR with Magento on my development machine. We are upgrading Magento and I 开发者_StackOverflow社区want to test if SOLR is working as well.
I\'m having trouble with using an OR filter in a Magento query. This is what i used: $collection = Mage::getModel(\'sales/order\')->getCollection()
how i can send variable from MyController to my view phtml? Zend framework, i send like this: // MyController
Is it possible to get current category when Full Page Cache is enabled? Catalog controller is not executed in this case, so the registry (current_category key) is empty. All I can get is the root cate
I see in a config.xml file. I know that <template> block and this is the block hold the email template, and translate attribute which is present will be translate in the locale folder. But I don
I have a product that can only be purchased once only for each customer .. If I put in the admin, only one item in the shopping cart, Elee can buy one at a time, and so buy more than one time.
When I try and update a product via admin, the update fails and there is no error message: Catalogue -> Manage Products -> Edit
How do you override a resource file like the following when creating a Magento extension: core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Default.php
I have 2 sites running on my magento platform. For site2, I added new fields to the registration page and it works properly.