Top "Magento-1.5" questions

Magento is an Ecommerce platform written in PHP.

magento get Catalog Price Rule or Discount Amount programmatically in the front-end by Rule Name

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 magento
Magento AddAttributeToSelect() on custom added attribute (observer)

I have set up an observer on catalog_product_collection_load_after and the following code is called: <?php …

observer-pattern magento-1.5 magento
Magento how do I programmatically ship orders?

I am looking at some code to add MassAction in Magento and ship and complete multiple orders from sales_order/…

php magento magento-1.5
Get the value of a custom category attribute in Magento

I have added a custom category attribute to my Magento installation with the following code: <?php // initialize magento environment …

php magento magento-1.5
Magento translation not working

I've three store views : default, de for German and fr for French. I've translated all the files inside app\locale\…

magento magento-1.5
Directly go to Product Detail page on click of a category in the nav bar

In my store, one of the category has only one product. Is it possible to take the user directly to …

php magento magento-1.5
how to filter all products by custom dropdown attribute value in magento?

i 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.5
Magento - multiple classes extending same core class

I'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 magento
Magento - cms/page collection - apply filter to return only pages which are unique to a given store id (ie not also assigned to other stores)

I can use: Mage::getModel('cms/page')->getCollection()->addStoreFilter($store_id); to retrieve a collection of …

magento magento-1.5
breadcrumbs are not showing in magento cms pages

Breadcrumbs are not displaying in any cms page. What may be the problem? I checked the admin -> system …

magento magento-1.5 breadcrumbs