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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -