Subversion Repositories SmartDukaan

Rev

Rev 8435 | Rev 8917 | 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 name="google-site-verification" content="NPHVASYh9ZsYbjffRuAU4dhEHhx7xSKUj9GycYUMo_o" /> 
        <META name="y_key" content="116f6310a0df3c4f" />
        <meta name="msvalidate.01" content="A9BB200170442859BD6DF681353ACD78" />
        <title>Recharge payment details</title>

#include ( "templates/commoncssfiles.vm" )
#include ( "templates/commonjsfiles.vm" )
#set($rechargeOrder = $action.getRechargeOrder()) 
#set($status = $action.getOrderStatus())
        <link rel="stylesheet" href="/css/home.css" type="text/css" />
        <style type="text/css">
                #myAccount .status h1 {
    color: #030303;
    font-size: 18px;
    font-weight: bold;
}
#myAccount .status .note {
    font-size: 12px;
    font-weight: normal;
}
#myAccount .status th {
    background: none repeat scroll 0 0 #DAF0F8;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    font-size: 16px;
    text-align: center;
}
#myAccount .status td {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    text-align: center;
}

#myAccount .status .message > ul {
    color: #0000FF;
    font-size: 14px;
}
a {
    color: #0000FF;
    outline: medium none;
    text-decoration: none;
}
</style>
        <link href="https://plus.google.com/108546508648658526684" rel="publisher" />
        <script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
</head>

<body>
        <noscript>
                <p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
        </noscript>
        $action.getHeaderSnippet()
        <!-- Main -->
        <div id="main">
                <div class="main-content">
                        <div class="main-top"></div>
                        <div class="main-left left">
                                <div class="main-left-banner">
                                        <script type='text/javascript'><!--//<![CDATA[
               var m3_u = (location.protocol=='https:'?'https://open.saholic.com/openx/www/delivery/ajs.php':'http://open.saholic.com/openx/www/delivery/ajs.php');
               var m3_r = Math.floor(Math.random()*99999999999);
               if (!document.MAX_used) document.MAX_used = ',';
               document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
               document.write ("?zoneid=1");
               document.write ('&amp;cb=' + m3_r);
               if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
               document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
               document.write ("&amp;loc=" + escape(window.location));
               if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
               if (document.context) document.write ("&context=" + escape(document.context));
               if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
               document.write ("'><\/scr"+"ipt>");
            //]]>--></script><noscript><a href='http://open.saholic.com/openx/www/delivery/ck.php?n=a592d2cd&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://open.saholic.com/openx/www/delivery/avw.php?zoneid=1&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a592d2cd' border='0' alt='' /></a></noscript>
                                </div>
                                <div style='height: 30px;background-color: #2789C1;font-size: 14px;font-weight: bold;color: #FFFFFF;border: solid 1px #2789C1;width: 100%;'>
                                        <div style='margin:0 10px 0 10px;padding-top:7px'>
                                                RECHARGE DETAILS
                                        </div>
                                </div>
                                <div style="width: 100%;border: solid 1px #2789C1;float:left;font-size: 17px;color:#444444;height: 426px;" class="recharge-main-left-container">
                                        #if(!$action.getRechargeOrder())
                                                <div>$action.getMessage()</div>
                                        #else
<div id="myAccount">
<div class="status" style="width: 670px; height: 380px; border-top-width: 15px; padding: 23px 20px;">
<div style="padding-top: 10px; padding-bottom: 20px;font-size:14px;" class="note">Please note the following details about your Online Recharge request.</div>
<table cellspacing="0" cellpadding="0" border="0" width="100%" style="padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;" id="rechargeData" class="tablesorter">
                                <thead>
                                    <tr>
                                                                                <th width="20%">Order Id</th>
                                        <th width="20%" style="padding-top: 4px; padding-bottom: 4px;">#if ($action.isDTH()) Account Number #else Mobile Number#end</th>
                                                                                <th width="20%">Operator</th>
                                        <th width="20%">Amount</th>
                                        <th width="20%" class="borderRight">Status</th>
                                    </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                                                                <td>$rechargeOrder.getDisplayId()</td>
                                        <td style="padding-top: 5px; padding-bottom: 5px;">$rechargeOrder.getDeviceNumber()</td>
                                        <td>$action.getProvider()</td>
                                        <td>$rechargeOrder.getTotalAmount()</td>
                                        <td class="$status.get(0)">$status.get(1)</td>
                                    </tr>
                                </tbody>
                            </table>
<div class="message" style="padding-top: 30px;">
        $status.get(2)
</div>
</div>
</div>
#end
                                </div>
                        </div>
                <div class="widgets right">
                                <div id="banner-side">
                        <img src="/images/banner-side.jpg" usemap="#popup">
                                <map name="popup">
                          <area shape="rect" coords="0,90,255,146" id="otg_know_more" href="javascript:void(0)">
                          <area shape="rect" coords="0,144,255,215" id="pickupstoreInfo" href="javascript:void(0)">
                          <area shape="rect" coords="0,213,255,284" class="emiInfo" href="javascript:void(0)">
                                  <area shape="rect" coords="0,280,255,346" class="insuranceInfo" href="javascript:void(0)">
                        </map>
                 </div>
                        <div href="javascript:void(0)" style="margin-top:10px;cursor: pointer;" id="promotion-diwali">
                                <img src="/images/Side-Add-blue.jpg">
                        </div>
                </div>
                </div>
        </div>
        #include("templates/footer.vm")
        
    <script type="text/javascript" charset="utf-8">
        #set($order = $action.getRechargeOrder())
        
        #if($order.getStatus().name()=="RECHARGE_SUCCESSFUL")
        var _gaq = _gaq || [];
          _gaq.push(['_setAccount', '${in.shop2020.gaAccountID}']);
      _gaq.push(['_trackPageview']);
          
          if(typeof _gaq != "undefined" && _gaq != null)  {
        _gaq.push(['_addTrans',
           '$order.getDisplayId()',                // order ID - required
           '${in.shop2020.title}',                       // affiliation or store name
           '$order.getTotalAmount()',      // total - required
           '0',                             // tax
           '0',                             // shipping
           '',     // city
           '',    // state or province
           'INDIA'                          // country
        ]);

        var prod_name = '';
        _gaq.push(['_addItem',
            '$order.getDisplayId()',            // order ID - required
            '$order.getDeviceNumber()',    // SKU/code - required
            '$action.getProvider()',                   // product name
            'Digital',      // category or variation
            '$order.getTotalAmount()', // unit price - required
            '1'    // quantity - required
        ]);
        _gaq.push(['_trackTrans']);
    }

      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
        #end
  
          trackEventWithGA('Recharge', 'Recharge Result', '$status.get(1)');
     </script>
        
        
</body>
</html>