Rev 18768 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class="well text-center"><?php $cartRedirect=false;?><?php if(strpos($next,'pay-success') !== false) : ?>Please wait while orders are being processed.<?php else:?><?php if(isset($redirectToCart)):$cartRedirect=true;?>Some Issue while placing Order thorough Credit Option. Please process again.<?php else:?>Please wait while you are being redirected to Merchant Site.<?php endif;?><?php endif;?></div></div><script type="text/javascript">$(function(){var redirectStr = '<?php echo $next;?>';var cartRed = '<?php echo $cartRedirect;?>';cartRed = cartRed.toString();redirectStr = redirectStr.toString();if(cartRed=='1'){document.location = apihost + 'cartdetails/?user_id='+me;}else{if(redirectStr.indexOf("pay-success") > -1){localStorage.removeItem('cart_details');}document.location = '<?php echo $redirectUrl;?>';}});</script>