xml - how to add copy of block "discount" in checkout magento -


i need add block (copy of block discount in shoppcard) under existing block. have code, nubby , don't know must add in config.xml , phtml file. so, created file config.xml(still empty) in directory local/andrew/catrt2/ect , add layuot , template in directories frontend/andrew/default/layout/coupon.xml code

<?xml version="1.0" ?>  <!-- root node magento layout configuration -->   <layout version="0.1.0">    <default>     <reference name="checkout.cart">         <block type="andrew/cart2_coupon2" name="checkout.cart2.coupon2"   as="coupon2" template="coupon2/view.phtml" after="checkout/cart/coupon"/>     </reference>    </default>   </layout> 

and frontend/andrew/default/templat/view.phtml(empty to) sorry bad english:)


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -