Over ride magento template file -


i want on ride checkout/cart/item/default.phtml file in extension in order add details on cart page below product name

i hope work in case

 <checkout_cart_index translate="label">  <reference name="checkout.cart">   <action method="additemrender"><type>simple</type><block>checkout/cart_item_renderer</block><template>ext_name/checkout/cart/item/default.phtml</template></action>             <action method="additemrender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>ext_name/checkout/cart/item/default.phtml</template></action>             <action method="additemrender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>ext_name/checkout/cart/item/default.phtml</template></action>   </reference>  </checkout_cart_index> 

put code in xml file of extension , hope work


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -