Subversion Repositories SmartDukaan

Rev

Rev 4610 | Rev 5102 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!-- Prevent MS Office toolbar from changing layout -->
<meta http-equiv="imagetoolbar" content="false">
<meta name="MSSmartTagsPreventParsing" content="true">

<title>Saholic</title>

<!-- start of new code -->

 #include ( "templates/commoncssfiles.vm" )
</head>

<body>
        <noscript>
                <p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
        </noscript>

        $action.getHeaderSnippet()
<div id="main">
        <div class="main-content">
                <div id="cartFlowHeader">
                        <a href="/cart">
                                <div class="left cartflow-header-tab lefttab-inactive inactive-tab-font">
                                        <span class="counter-inactive">1</span>
                                        <span class="label">Cart Details</span>
                                </div>
                        </a>
                        <a href="/shipping">
                                <div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
                                        <span class="counter-inactive">2</span>
                                        <span class="label">Shipping Info.</span>
                                </div>
                        </a>
                        <div class="left cartflow-header-tab midtab-active left-overlap active-tab-font" style="">
                                <span class="counter-active">3</span>
                                <span class="label">Make Payment</span>
                        </div>
                        <div class="left cartflow-header-tab righttab-inactive left-overlap inactive-tab-font">
                                <span class="counter-inactive">4</span>
                                <span class="label">Order Status</span>
                        </div>
                </div>
                        
                <div id="registration" class="blue-border">

          <div class="middle">
            <div class="mid-inner">
        
              <!-- Block 1 -->
              <div class="padding-top17">
                                #set($errorMsg=$action.getErrorMsg())
                                #if(!$errorMsg.isEmpty())
                <div id="messageError">
                    <span></span>
                    <p>
                        $errorMsg <br/>
                    </p>
                </div>
                                #end
                                
                                #set($adrressId=$action.getAddressId())
                                #set($orderAmount=$action.getTotalAmount())
                                <h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Amount to be Paid:</span> Rs <span style="color:#333333">$orderAmount</span></h4>
                                <br/>
                                <div id="vtab">
                    <ul>
                        <li>CREDIT CARDS</li>
                                                <li>EMI</li>
                        <li>DEBIT/ATM CARDS</li>
                        <li>NET BANKING</li>
                                                <li>CASH CARDS</li>
                                                #if($action.shouldShowCodOption())
                                                <li>CASH ON DELIVERY</li>
                                                #end
                    </ul>
                    <div>
                                                <div class="center-text-bold12">Select Your Credit Card:</div><br/>
                                                <form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <div class="ccdiv" style="float:left; margin-left:48px;">
                                                        <div class="ccheader-div"><b>Credit Cards Issued in India</b></div>
                                                        <div style="padding: 20px">
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="2008" class="marginRight5px"/>
                                                                        <div class="newcclogo visa">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">Visa</span>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="2017" class="marginRight5px"/>
                                                                        <div class="newcclogo">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">MasterCard</span>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1010" class="marginRight5px"/>
                                                                        <div class="newcclogo diners">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">Diners Club</span>
                                                                        <br/>
                                                                </div>
                                                        </div>
                                                        </div>
                                                        <div style="text-align:center; width: 115px; line-height: 200px; float:left; font-size:20px; font-weight:bold; color:#999">OR</div>
                                                        <div class="ccdiv" style="float:right; margin-right:48px;">
                                                        <div class="ccheader-div"><b>Credit Cards Issued outside India</b></div>
                                                        <div style="padding: 20px;">
                                                                <div class="options">
                                        <input type="radio" name="payment_option" value="1008" class="marginRight5px"/>
                                                                        <div class="newcclogo visa">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">Visa</span><br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1017" class="marginRight5px"/>
                                                                        <div class="newcclogo ">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">MasterCard</span>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1010" class="marginRight5px"/>
                                                                        <div class="newcclogo diners">
                                                                                <h3>
                                                                                        <img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <span class="cctext">Diners Club</span>
                                                                        <br/>
                                                                </div>
                                                        </div>
                                                        </div>
                            <div style="clear:both"></div>
                                                        <div style="text-align:center;">
                                                        <input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span> 
                                                        </div>
                                                </form>
                    </div>
                                        <div>
                                                <div class="center-text-bold12">Select Your EMI option:</div><br/>
                                                <form id="emiSelection" name="emiSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('emiSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="2020" class="marginRight5px"/>
                                                                        <span class="cctext">3-months EMI for HDFC Bank Credit Cards</span>
                                                                        <br/>
                                                                </div>
                                                                
                                                        </div>
                                                        <div style="text-align:center;">
                                                        <input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <b>You will be taken to our Bank&apos;s payment gateway for making this payment.</b>
                                                        </div>
                                                </form>
                    </div>
                    <div>
                                                <div class="center-text-bold12">Select Your Debit/ATM Card:</div><br/>
                                                <form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
                                                        <div class="options">
                                    <input type="radio" name="payment_option" value="2000" class="marginRight5px"/>
                                                                <span class="cctext">Visa / Visa Electron Cards</span>
                                                                <div class="cclogo">
                                                                        <h3>
                                                                                <img src="/images/cc-logos-1.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <div class="cclogo electron">
                                                                        <h3>
                                                                                <img src="/images/cc-logos-1.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="2017" class="marginRight5px"/>
                                                                        <span class="cctext">MasterCard</span>
                                                                        <div class="cclogo old-master">
                                                                        <h3>
                                                                                <img src="/images/cc-logos-1.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1009" class="marginRight5px"/>
                                                                        <span class="cctext">Maestro Card (CitiBank only)</span>
                                                                        <div class="cclogo maestro">
                                                                        <h3>
                                                                                <img src="/images/cc-logos-1.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                                
                                                        #if($action.shouldShowEbsTestGateway())
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1001" class="marginRight5px"/>
                                                                        <span class="cctext">EBS - Test Payment</span>
                                                                        <br/>
                                                                </div>
                                                        #end
                                                        </div>
                                                        <div style="text-align:center;">
                                                        <input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
                                                        </div>
                                                </form>
                    </div>
                    <div>
                                                <div class="center-text-bold12">Select Your Bank:</div><br/>
                                                <form id="bankSelection" name="bankSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <div>
                                                        <div style="padding-left:20px; margin-top:10px; margin-bottom:20px; float:left;">
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1004" class="marginRight5px"/>
                                                                        <span class="cctext">AXIS Bank</span>
                                                                        <div class="cclogo">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1127" class="marginRight5px"/>
                                                                        <span class="cctext">Citi Bank</span>
                                                                        <div class="cclogo citibank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1135" class="marginRight5px"/>
                                                                        <span class="cctext">Corportation Bank</span>
                                                                        <div class="cclogo corporationbank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1029" class="marginRight5px"/>
                                                                        <span class="cctext">Federal Bank</span>
                                                                        <div class="cclogo federalbank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1007" class="marginRight5px"/>
                                                                        <span class="cctext">HDFC Bank</span>
                                                                        <div class="cclogo hdfcbank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1016" class="marginRight5px"/>
                                                                        <span class="cctext">ICICI Bank</span>
                                                                        <div class="cclogo icicibank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                        </div>
                                                        <div style="padding-right:20px; margin-top:10px; margin-bottom:20px; float:right;">
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1015" class="marginRight5px"/>
                                                                        <span class="cctext">JK Bank</span>
                                                                        <div class="cclogo jkbank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1133" class="marginRight5px"/>
                                                                        <span class="cctext">Karnatka Bank</span>
                                                                        <div class="cclogo karnatkabank">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1032" class="marginRight5px"/>
                                                                        <span class="cctext">State Bank of India</span>
                                                                        <div class="cclogo sbi">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1034" class="marginRight5px"/>
                                                                        <span class="cctext">State Bank of Hyderabad</span>
                                                                        <div class="cclogo sbh">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                                        <div class="options">
                                                                        <input type="radio" name="payment_option" value="1038" class="marginRight5px"/>
                                                                        <span class="cctext">State Bank of Mysore</span>
                                                                        <div class="cclogo sbm">
                                                                                <h3>
                                                                                        <img src="/images/banks-sprite.gif" valign="middle"/>
                                                                                </h3>
                                                                        </div>
                                                                        <br/>
                                                                </div>
                                                        </div>
                                                        </div>
                                                        <div style="clear:both"></div>
                                                        <div style="text-align:center;">
                                                        <input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
                                                        </div>
                                                </form>
                    </div>
                                        <div>
                                                <div class="center-text-bold12">Select Your Cash Card:</div><br/>
                                                <form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1132" class="marginRight5px"/>
                                                                        <span class="cctext">Done Card</span>
                                                                        <div class="cclogo">
                                                                        <h3>
                                                                                <img src="/images/cash-cards.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1134" class="marginRight5px"/>
                                                                        <span class="cctext">ICash</span>
                                                                        <div class="cclogo icash">
                                                                        <h3>
                                                                                <img src="/images/cash-cards.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                                <div class="options">
                                                                        <input type="radio" name="payment_option" value="1012" class="marginRight5px"/>
                                                                        <span class="cctext">ItzCash</span>
                                                                        <div class="cclogo itzcash">
                                                                        <h3>
                                                                                <img src="/images/cash-cards.gif" valign="middle"/>
                                                                        </h3>
                                                                </div>
                                                                        <br/>
                                                                </div>
                                                        </div>
                                                        <div style="text-align:center;">
                                                        <input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <span class="center-text-bold13">You will be taken to our Bank&apos;s payment gateway for making this payment.</span>
                                                        </div>
                                                </form>
                    </div>
                                        #if($action.shouldShowCodOption())
                                        <div>
                                                <div class="center-text-bold12">Please enter the words shown below:</div><br/>
                                                <form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
                                                        <input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
                                                        <input type="hidden" name="payment_option" id='payment_option' value="3000"/>
                                                <div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
                                                                <img src="/captcha" id="captchaImage" /><br/><br/>
                                                                <input type="text" name="captcha_response_field" autocomplete="off">
                                                                <br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
                                                </div>
                                                        <div class="text-center">
                                                        <input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
                                                                <br/><br/>
                                                                <ul class="bold text-left" style="padding-left: 150px;">
                                                                        Please note:
                                                                        <li>Cash on Delivery orders will take an extra day for shipment</li>
                                                                        <li>Only cash will be accepted for Cash on Delivery orders</li>
                                                                </ul>
                                                        </div>
                                                </form>
                                        </div>
                                        #end
                </div>
                                <div class="payment-security-notice">
                                        <span class="noticetext">All the payments are secured by MasterCard SecureCode and Verified by Visa</span>
                                        <div class="noticelogo">
                                                <h3>
                                                        <img src="/images/Icons_Security.png" valign="middle"/>
                                                </h3>
                                        </div>
                                        <div class="noticelogo vbv">
                                                <h3>
                                                        <img src="/images/Icons_Security.png" valign="middle"/>
                                                </h3>
                                        </div>
                                </div>
                          </div>
                        </div>
                  </div>
                
                </div>
        </div>
</div>

#include("templates/footer.vm")

#include ( "templates/commonjsfiles.vm" )
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
<script type="text/javascript">
        $(function(){
        $('#captchaanchor').click(function () { $('#captchaImage').attr('src', '/captcha?rand=' + Math.floor(Math.random()*100) ); })
    });
</script>
</body>
</html>