Archive: catalog product

 

Posts Tagged ‘catalog product’


If you are getting a little bit frustrated trying to figure out why the admin configuration for the number of products to display on a page and the options in the products per page drop down are not working then this is quite possibly your soluiton. The template file in question is in catalog/product/list/toolbar.phtml You [...]



 

I’m trying to display all tier prices on category listing page (catalog/product/list.phtml) but only getting the basic price for a single product. print_r($_product->getTierPrice()); returns: Array ( [0] => Array ( [price] => 0.5000 [website_price] => 0.5000 [price_qty] => 1 [cust_group] => 32000 ) ) for each product. On the product info page it works w/o [...]



 

I want to make a custom collection query to load the products that have the same custom attribute “art_nr”. I have done this : $art_nr = Mage::getModel(‘catalog/product’)->load($_product->getId())->getArt_nr(); to load my attribute in the current product page, and now I want to use it in my request. Thanks for help to do that Magento – custom [...]



 

<?php $this->setProduct(Mage::getModel('catalog/product')->setStoreId(Mage::app()->getStore()->getId())->load($_product->getId()))?> <?php echo $this->getTierPriceHtml() ?> Magento – 1.3.2.2 Tier Price at product listing not show after upgraded to 1.3.2.2 – Magento Upgrades – eCommerce Software for Growth Possibly Related Posts: It’s not a bug. It’s a feature. Extension Magento : Filtre à Sélection Multiple « Eric Kranich News from Byte HQ » Multiple stores in one Magento install [...]



 

Any help on getting the images folder of magento 1.5.1.0 ? Is it located in media/catalog/product ? Thanks. Magento 1.5.1.0 images folder Possibly Related Posts: magento javascript skin path admin vs frontend in layout Magento extension settings Magento : CRON cannot reindex products Magento 1.6.2 -> 1.7 Upgrade leads to price index corruption Magento add [...]



 

{{block type="catalog/product_special" template="catalog/product/special.phtml"}} Magento : Display all products in 1 page – Ankit Sharma Possibly Related Posts: It’s not a bug. It’s a feature. Extension Magento : Filtre à Sélection Multiple « Eric Kranich News from Byte HQ » Multiple stores in one Magento install OnePica ImageCDN – Magento Connect Magento Expert India – Hire [...]



 

by Andrewge (Posted Mon, 16 May 2011 14:32:26 GMT)Hey Dx3Webs, Thanks for responding so quickly! I’ve just checked the database – and it is already set to this! entity_attribute_collection = catalog/product_attribute_collection http://magento-forum.co.uk/viewtopic.php?f=8&t=726#p2472 Magento Forum Possibly Related Posts: RT @TweetSmarter: 7 Free Tools For Integrating #Twitter With Your WordPress Blog: http://t.co/rZEwfLPx RT @_Magento_ Magento Template & [...]



 

by Dx3Webs (Posted Mon, 16 May 2011 10:38:46 GMT)take a look your database.. Take a look at the eav_entity_type table and make sure the record for “catalog/product” has the value “catalog/product_attribute_collection” instead of “catalog/category_attribute_collection”. If you change this, there is no need to change any core files! http://magento-forum.co.uk/viewtopic.php?f=8&t=726#p2471 Magento Forum Possibly Related Posts: RT @TweetSmarter: [...]



 

I must say I like this shirt very much right now. http://www.thweetcreative.com/magento/catalog/product/gallery/id/186/image/404/ I must say I like this shirt very much right now. http://www.thweetcreative.com/magento/catalog/product/gallery/id/186/image/404/ Possibly Related Posts: RT @TweetSmarter: 7 Free Tools For Integrating #Twitter With Your WordPress Blog: http://t.co/rZEwfLPx RT @_Magento_ Magento Template & WordPress Theme – BOO RACING: Magento Template & WordPress Theme [...]



 

Url rewrite is something that it is not easy to understand, it took me several attempts to get the job done, but at the end… looking at it, it does make sense Let’s imagine, for our propose example, that we want to add links to the TOP MENU that will end up in a CMS [...]