Home Store View and Editing Home Link in Magento -
i'm not web designer/coder friend had designer quit on him , needing getting website , running.
website www.wilfrednewman.com
they using magento 1.7, blanco theme.
i'm wondering couple things:
1) how edit first item of menu (clothing leads coming-soon.html). in cms static blocks has page-menu defined other links generated(bespoke,wedding,about,press,store), clothing not there. don't know edit clothing.
- i can go through tutorial , see how make nav_block1 blanco ( http://www.techturn.com/tt/blanco_magento_theme.pdf ), , have done that. adds link end of menu established. think follow add links, don't know how edit first link doesn't matter
2) how "storefront" view. basic store-front has newest products listed? that's want clothing link to.
googling these problems brings me wrong solutions, such editing home button in magento navigation, can't find solution need, i'm sorry if common i'm not googling right thing!
to edit clothing link,
app/design/frontend/default/blanco/template/catalog/navigation/top.phtml
. think had added page-menu here. kindly check.
if want display products in clothing link, add below line in cms page (coming-soon). please change category_id want.
{{block type="catalog/product_list" category_id="xx" template="catalog/product/list.phtml"}}
Comments
Post a Comment