0

i am new in magento-go

i have added in home page,

  {{block type="catalog/product_list" category_id=my_cat_id template="catalog/product/list.phtml"}}

but how can i change design to be set in featured product block slider?

if anyone knows, plz help me..

Thanks in advance

Mufaddal
  • 5,398
  • 7
  • 42
  • 57
user1537552
  • 23
  • 3
  • 10

1 Answers1

0

Copy all the codes from "catalog/product/list.phtml" to a new phtml file.

You can then change the layout of that phtml as you wish.

your new block will be something like:

{{block type="catalog/product_list" category_id=my_cat_id template="catalog/product/newPage.phtml"}}

Not sure if this is what you were after?

J

Julian
  • 781
  • 1
  • 11
  • 32