Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.