to add a discount in Multishipping address checkout pag
place this In your layout/checkout.xml
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
before the
<block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
and
<?php echo $this->getChildHtml('coupon') ?>
in
checkout/multishipping/addresses.phtml
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
before the
<block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
and
<?php echo $this->getChildHtml('coupon') ?>
in
checkout/multishipping/addresses.phtml
Comments
Post a Comment