magento development helps

2
www.LetsNurture.com How to add more tabs on class product-collateral of product view page in Magento 1.9 How to add more tabs on class product- collateral of product view page <block type="catalog/product_view_description" name="product.description1" as="description2" template="catalog/product/view/description.ph tml"> <action method="addToParentGroup"><group>detailed_inf o</group></action> <action method="addToParentGroup"><group>detailed_inf o</group></action> <action method="setTitle" translate="value"><value>Details1</value></ac tion> </block> add Arrtibute in Admin and Get this value in Frontend like : ingredients is Attribute ID LetsNurture is web and Mobile app Development Company offers web Solutions at affordable Rates Source :- http://phprocks.letsnurture.com

Upload: ilesh-raval

Post on 25-Jul-2015

28 views

Category:

Self Improvement


0 download

TRANSCRIPT

Page 1: Magento Development Helps

www.LetsNurture.com

How to add more tabs on class product-collateral of product view page in Magento

1.9How to add more tabs on class product-collateral of product view page<block type="catalog/product_view_description" name="product.description1" as="description2" template="catalog/product/view/description.phtml"><action method="addToParentGroup"><group>detailed_info</group></action><action method="addToParentGroup"><group>detailed_info</group></action><action method="setTitle" translate="value"><value>Details1</value></action></block>

add Arrtibute in Admin and Get this value in Frontend like :ingredients is Attribute ID

<?php$ingredients = $this->getProduct()->getData('ingredients'); echo $ingredients;

LetsNurture is web and Mobile app Development Company offers web Solutions at affordable RatesSource :- http://phprocks.letsnurture.com