Magento is an Ecommerce platform written in PHP.
How can I get Catalog Price Rule programmatically in the front-end by Rule Name? I need the Discount Amount of …
catalog magento-1.5 promotions magentoI have set up an observer on catalog_product_collection_load_after and the following code is called: <?php …
observer-pattern magento-1.5 magentoI am looking at some code to add MassAction in Magento and ship and complete multiple orders from sales_order/…
php magento magento-1.5I have added a custom category attribute to my Magento installation with the following code: <?php // initialize magento environment …
php magento magento-1.5I've three store views : default, de for German and fr for French. I've translated all the files inside app\locale\…
magento magento-1.5In my store, one of the category has only one product. Is it possible to take the user directly to …
php magento magento-1.5i have created a custom dropdown attribute with a name "by_item", and added some options to it like "Suite, …
zend-framework magento magento-1.4 magento-1.5I'm sure we've all run into a situation where you have multiple extensions with a block or model that rewrites …
php magento-1.5 magentoI can use: Mage::getModel('cms/page')->getCollection()->addStoreFilter($store_id); to retrieve a collection of …
magento magento-1.5Breadcrumbs are not displaying in any cms page. What may be the problem? I checked the admin -> system …
magento magento-1.5 breadcrumbs