Subversion Repositories SmartDukaan

Rev

Rev 18718 | Rev 18730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18718 Rev 18724
Line 701... Line 701...
701
        $('button.confirmcheckout').prop( "disabled", false );
701
        $('button.confirmcheckout').prop( "disabled", false );
702
        return;
702
        return;
703
	}
703
	}
704
	$('button.confirmcredit').prop( "disabled", false );
704
	$('button.confirmcredit').prop( "disabled", false );
705
	$('button.confirmcod').prop( "disabled", false );
705
	$('button.confirmcod').prop( "disabled", false );
706
	window.history.pushState('forward', null, './checkoutAlert');
706
	window.history.pushState('forward', null, './');
707
	$('p#confirmOrderText').html("<span>To Place Order click on Order Now Button.<br> To Change Payment Option click Change Option Button. "
707
	$('p#confirmOrderText').html("<span>To Place Order click on Order Now Button.<br> To Change Payment Option click Change Option Button. "
708
			+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
708
			+"</span><hr style='margin-top: 5px;margin-bottom: 5px;'>"
709
			+"<span>अभी खरीदने के लिए Order Now बटन पर क्लिक करें।<br>"
709
			+"<span>अभी खरीदने के लिए Order Now बटन पर क्लिक करें।<br>"
710
			+" भुगतान विकल्प बदलने के लिए Change Option बटन पर क्लिक करें। </span>");
710
			+" भुगतान विकल्प बदलने के लिए Change Option बटन पर क्लिक करें। </span>");
711
	$('p#confirmOrderText').attr('addressId',addressId);
711
	$('p#confirmOrderText').attr('addressId',addressId);