javascript - How to bring product description on the custom page? -
i have built custom page & home page & in store have disabled product page, when user clicks on add cart directly go checkout page & want show product_tabs on home page*(tabs product description,we recommend,additional information,product tags)* how can me in solving this....
if put piece of code in cms page-->layouy design bringing tabs on home page java script not working how can resolve issue
<reference name="content"> <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" > <action method="addtab" translate="title" module="catalog"><alias>description</alias><title>product description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action> <action method="addtab" translate="title" module="catalog"><alias>upsell_products</alias><title>we recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action> <action method="addtab" translate="title" module="catalog"><alias>additional</alias><title>additional information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action> </block> </reference>
you can use same code used in product view template
Comments
Post a Comment