|
I have got a very simple ecommerce web site here: shop.thefineartlab.com
I could manage to define a very simple homepage to show on 1 column just the new products, defining on Pages->Home Page this:
{{block type="cms/block" block_id="category"}}
and on CMS Blocks->category this:
{{block type="catalog/product_new" template="catalog/product/new.phtml"}}
using this way I would like to show on home page another column (so having a 2 columns layout) and a category listing to let users navigate through product listing by category.
Unfortunately I am not a good php or css programmer, so I may need very step by step help if possible.
Thank you all!
|