magento-1.4
magento orders list query
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.[详细]
2023-02-14 05:53 分类:问答Magento - custom form
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[详细]
2023-02-13 02:35 分类:问答Images in Magento widgets
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[详细]
2023-02-12 20:15 分类:问答How to update the SKU's of ordered products in magento
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.[详细]
2023-02-12 11:35 分类:问答Magento - batch import error
I am currently creating a batch script that will import products into a particular category. I am however, receiving an error in the output:[详细]
2023-02-12 02:02 分类:问答Magento - Autocomplete Suggest Search Not Working
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.[详细]
2023-02-11 20:55 分类:问答How do I find out if product has a product image?
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);[详细]
2023-02-11 20:53 分类:问答How can I redirect 404 pages to Home Page in Magento Community?
How can I redirect 404 pages to Home Page in Magent开发者_开发百科o? What files need to be modified?[详细]
2023-02-11 20:02 分类:问答Magento - addCategoryFilter throws an error
I\'m successfully running this query: $_productCollection = Mage::getResourceModel(\'reports/product_collection\')[详细]
2023-02-11 05:59 分类:问答Magento 1.4.2 - Adding an action filter to a block in CMS
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&[详细]
2023-02-11 05:46 分类:问答