Created
November 22, 2010 17:46
-
-
Save eqdw/710326 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
<reference name="content"> | |
<block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml" after="cms_page"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> | |
<block type="reports/product_viewed" name="home.reports.product.viewed" alias="product_viewed" template="reports/home_product_viewed.phtml" after="product_new"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> | |
<block type="reports/product_compared" name="home.reports.product.compared" template="reports/home_product_compared.phtml" after="product_viewed"><action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action></block> | |
</reference> | |
--> | |
<reference name="left"> | |
<action method="unsetChild"><alias>left.newsletter</alias></action> | |
<action method="unsetChild"><alias>tags_popular</alias></action> | |
<!--RIGHT HERE --> | |
<block type="core/template" name="banner_1" template="callouts/left_col_2.phtml"> | |
<action method="setImgSrc"><src>images/media/banner_1.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>Free gifts with every order</alt></action> | |
<action method="setLinkUrl"><url>necklaces.html</url></action> | |
</block> | |
<!-- RIGHT HERE --> | |
<block type="core/template" name="banner_2" template="callouts/left_col_2.phtml"> | |
<action method="setImgSrc"><src>images/media/banner_2.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>3 months free credit</alt></action> | |
<action method="setLinkUrl"><url>bracelets.html</url></action> | |
</block> | |
<!-- RIGHT HERE --> | |
<block type="core/template" name="banner_3" template="callouts/left_col.phtml"> | |
<action method="setImgSrc"><src>images/media/banner_3.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>FREE shipping on order over $250</alt></action> | |
<action method="setLinkUrl"><url>rings/gold.html</url></action> | |
</block> | |
<!-- RIGHT HERE --> | |
<block type="core/template" name="banner_9" template="callouts/left_col.phtml"> | |
<action method="setImgSrc"><src>images/media/banner_9.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>save up to 20%</alt></action> | |
<action method="setLinkUrl"><url>rings/diamond.html</url></action> | |
</block> | |
<!-- RIGHT HERE --> | |
<block type="core/template" name="banner_10" template="callouts/left_col.phtml"> | |
<action method="setImgSrc"><src>images/media/banner_10.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>silver onixrings collection</alt></action> | |
<action method="setLinkUrl"><url>rings/silver.html</url></action> | |
</block> | |
</reference> | |
<reference name="right"> | |
<action method="unsetChild"><alias>right.reports.product.viewed</alias></action> | |
<action method="unsetChild"><alias>right.reports.product.compared</alias></action> | |
<action method="unsetChild"><alias>catalog.compare.sidebar</alias></action> | |
<action method="unsetChild"><alias>cart_sidebar</alias></action> | |
<!-- RIGHT HERE --> | |
<block type="core/template" name="banner_5" template="callouts/left_col.phtml" before="-"> | |
<action method="setImgSrc"><src>images/media/banner_5.jpg</src></action> | |
<action method="setImgAlt" translate="alt" module="catalog"><alt>the Prestige Diamond Collection</alt></action> | |
<action method="setLinkUrl"><url>earrings.html</url></action> | |
</block> | |
<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml"> | |
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action> | |
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action> | |
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action> | |
</block> | |
<block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml"/> | |
<!-- <block type="tag/popular" name="tags_popular" template="tag/popular.phtml" /> --> | |
<!-- <block type="core/template" after="tags_popular" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/> --> | |
</reference> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment