I want to add a promo code form programmatically on one page checkout page of Magento 1.8 CE. This has to be added under payment review section.
Added following snippet to layout/checkout.xml
of active theme:
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
then added following php code to template/checkout/onepage.phtml
But its not working, please help!
<?php echo $this->getChildHtml('coupon') ?>