I want to select the list of all orders in Magento. This is required for me to show the list of all the orders from magento in another PHP application presently I\'m working on.
I have a form, which at the moment is a simple HTML based one, that doesn\'t do anything. What I\'m looking to do though, is to be able to send an email once the form has been submitted and also save
I am developing a site for a fashion client in Magento Commu开发者_运维知识库nity version 1.4.2 and as part of this project I need to have some customized home page promotion blocks to feature specifi
I have to update the product sku to new sku so that was done easily, but after that only realized i should update the ordered product sku\'s too.
I am currently creating a batch script that will import products into a particular category. I am however, receiving an error in the output:
I have incorporated a new theme in Magento v1.4.2.0, and have completed all the necessary changes, but only following true Magento way of overriding the Magento modules & methods.
To get the image src in a template file the following code is used: $this->helper(\'catalog/image\')->init($_product, \'small_image\')->resize(200,100);
How can I redirect 404 pages to Home Page in Magent开发者_开发百科o? What files need to be modified?
I\'m successfully running this query: $_productCollection = Mage::getResourceModel(\'reports/product_collection\')
I have the following: <div> <h2 class=\"subtitle\">Featured Products</h2> {{block type=\"catalog/product_list\" category_id=\"41\" template=\"catalog/product/list.phtml\"}}</div&