How to show unlimited number of products in Magento latest collection page

August 2nd, 2010

Hi there,

A major confusion while working with Magento was representing more than 5 latest products in latest collection page. And in my case client need only latest collection page. In fact he wants to show all his products in latest collection page.

Latest collection page compares Product new From date and to date values and shows the products. By default the page will show only 5 products. So how to overcome this problem!! Hope you know how to setup a latest collection page. A small addition on that code can override the default settings of Magento.

{{block type=”catalog/product_new” name=”home.catalog.product.new” template=”catalog/product/new.phtml”}}

As you know we use this block code to create latest collection page. By default it shows only five products, but we want to show ten

{{block type=”catalog/product_new” name=”home.catalog.product.new” template=”catalog/product/new.phtml” _productsCount=”10″}}

This is how we can show 10 products on the latest collection page. Only addtion to code is ‘_productsCount=”10″ ‘. So how can we show unlimited number of products on same page, simple ‘_productsCount=”0″ ‘. See the easiness and scalability of Magento. Enjoy!

How to use curvycorners in Magento themes

June 14th, 2010

Rounded edges or curvy corners are always a trendy style in web designing.  Early stages we used images to make the edges rounded, later it replace with css or javascript alternatives. Among all the easiest method is curvycorners.js. Just include this javascript file and some 4-5 lines of code, your job is done. You can find examples and usage guide in curvycorners.net.

I am not going to explain much about curvy corners here, you just go to the above mentioned website and explore yourself more on that. Here i am going to explain how to use this with a magento theme. If  you are new to  use a custom javascript with magento theme this post will benefit for you too.

Read the rest of this entry »

Get Adobe Flash playerPlugin by wpburn.com wordpress themes
Graphic Design Blogs - BlogCatalog Blog Directory