Blame | Last modification | View Log | RSS feed
<?php //print_r($shippingmethod_process);?><div class="checkout-login"><h2 class="font16 bold">Sign In<div class="edit-btn"></div></h2></div><div class="checkout-shipping"><h2 class="font16 bold ">Shipping Address<div class="edit-btn"></div></h2></div><div class="checkout-payment"><h2 class="font16 bold selected">Shipping Method<div class="edit-btn"></div></h2><form name="shippingMethod" action='<?=base_url()?>checkout/shippingmode' method="Post"><div class="ck-payment-sub"><?php foreach ($shippingmethod_process as $value) {?><input type="radio" name="shippingMethod" id="bank-tf" onclick="getShippingValue(this.value)" value="<?php echo $value['code'];?>"/><label for="bank-tf" class="custom-label font12"><?php echo $value['title']." Rs ".$value['price']; ?></label><div class="clear"></div><?php } ?><div class="clear"></div><button class="btn gold checkout-continue font14 bold mtb5" type="submit" disabled="true" name="submit" id="shipping-btn"> Continue </button><a class="btn gold font14 bold mtb5" href="<?=base_url()."checkout/shipping"?>"> Back </a></div></form></div><div class="checkout-billing"><h2 class="font16 bold ">Payment Method<div class="edit-btn"></div></h2></div><div class="checkout-billing"><h2 class="font16 bold ">Review<div class="edit-btn"></div></h2></div>