tags:

views:

436

answers:

1

I would like some help on how to a block or the right sidebar displaying the new products added to the store.

A: 

To add new products to a CMS page (Home, Contact, etc) use the block code

{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}

From http://www.magentocommerce.com/wiki/groups/248/display_products_on_home_page

For sidebar please refer

http://www.magentocommerce.com/boards/viewthread/10331/

You'll have to set the reference pointer to be Right or Left

Sid Vel