I get this array when I print_r($_POST), from the below result I want to get the value of skin. [skin] => 1.jpg
I know that in Magento 1.4.2.0 one gets parent id\'s like so list( $parentId ) = Mage::getModel(\'catalog/product_type_configurable\')
I\'m using Magento 1.4.1.1 How can I get the tier prices of the associated product? I\'m only getting the price of the configurable product. I\'ll site ang example:开发者_运维百科
I have successfully moved a magento st开发者_StackOverflow社区ore from one server to another and everything works as expected. Most of the products are displaying when i browse through the store with
I\'m using Magento 1.4.1.1 I set up a tier price in admin panel and its working well. The problem is in the shopping cart, it displays only 2 decimal places.
We have an established Magento store running Magento 1.4.2.0 and recently something happened to make all of the products in the back end disappear. The products still show properly on the front end an
I\'m running magento 1.4.0.1 and when i create a bundled product with dynamic pricing I get a JS error telling me that the \"bundle\" object is undefin开发者_运维技巧ed.
i am trying to resize the images on frontend that are uploaded to my folder in media. I tried this code but its not displaying anything for me :(
I would like to add the attribute \'epagine_download\' to invoice items. I\'ve created an Observer that listens to the sales_order_invoice_pay event.The Idea is that the observer will fill that attrib
i am new to magento by following this guide Custom Module with Custom Database Table i have implemented my already existed module to the backend adminhtml. i am taking stuff from the database and sj