<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en">
<head>
<title>MasterOfTrading.com - Shopping Cart</title>
<meta name="description" content="MasterOfTrading.com - Shopping Cart" />
<base href="http://www.masteroftrading.com/cart/" />
<link href="http://www.masteroftrading.com/cart/image/data/cart.png" rel="icon" />
<link rel="stylesheet" type="text/css" href="catalog/view/theme/mytheme/stylesheet/stylesheet.css" />
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie6.css" />
<script type="text/javascript" src="catalog/view/javascript/DD_belatedPNG_0.0.8a-min.js"></script>
<script>
DD_belatedPNG.fix('img, #header .div3 a, #content .left, #content .right, .box .top');
</script>
<![endif]-->
<script type="text/javascript" src="catalog/view/javascript/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="catalog/view/javascript/jquery/thickbox/thickbox-compressed.js"></script>
<link rel="stylesheet" type="text/css" href="catalog/view/javascript/jquery/thickbox/thickbox.css" />
<script type="text/javascript" src="catalog/view/javascript/jquery/tab.js"></script>
<script type="text/javascript"><!--
function bookmark(url, title) {
	if (window.sidebar) { // firefox
    window.sidebar.addPanel(title, url, "");
	} else if(window.opera && window.print) { // opera
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} else if(document.all) {// ie
   		window.external.AddFavorite(url, title);
	}
}
//--></script>
</head>
<body>
<div id="container">
<div id="header">
  <div class="div1">
    <div class="div2">
            <a href="http://www.masteroftrading.com/cart/index.php?route=common/home"><img src="http://www.masteroftrading.com/cart/image/data/masteroftradinglogo.jpg" title="MasterOfTrading.com" alt="MasterOfTrading.com" /></a>
          </div>
    <div class="div3"><a onclick="bookmark(document.location, 'MasterOfTrading.com - Shopping Cart');" style="background-image: url('catalog/view/theme/default/image/bookmark.png');">Bookmark</a><a href="http://www.masteroftrading.com/cart/index.php?route=information/contact" style="background-image: url('catalog/view/theme/default/image/contact.png');">Contact</a></div>
    <div class="div4"><a href="http://www.masteroftrading.com/cart/index.php?route=common/home" id="tab_home">Home</a>
            <a href="http://www.masteroftrading.com/cart/index.php?route=account/login" id="tab_login">Log In</a>
            <a href="http://www.masteroftrading.com/cart/index.php?route=account/account" id="tab_account">Account</a><a href="http://www.masteroftrading.com/cart/index.php?route=checkout/cart" id="tab_cart">Basket</a><a href="http://www.masteroftrading.com/cart/index.php?route=checkout/shipping" id="tab_checkout">Checkout</a></div>
    <div class="div5">
      <div class="left"></div>
      <div class="right"></div>
      <div class="center">
        <!--<div id="search">
          <div class="div8">Search:&nbsp;</div>
          <div class="div9">
                        <input type="text" value="Keywords" id="filter_keyword" onclick="this.value = '';" onkeydown="this.style.color = '#000000'" style="color: #999;" />
                        <select id="filter_category_id">
              <option value="0">All Categories</option>
                                          <option value="35">&nbsp;&nbsp;&nbsp;&nbsp;Subscriptions</option>
                                        </select>
          </div>
          <div class="div10">&nbsp;&nbsp;<a onclick="moduleSearch();" class="button"><span>Go</span></a> <a href="http://www.masteroftrading.com/cart/index.php?route=product/search">Advanced Search</a></div>
        </div>-->
      </div>
    </div>
  </div>
  <div class="div6">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center">
	        <div id="breadcrumb">
              </div>
      <div class="div7">
               <!--<form action="http://www.masteroftrading.com/cart/index.php?route=common/home" method="post" enctype="multipart/form-data" id="currency_form">
          <div class="switcher">
                                    <div class="selected"><a>Indian Rupee</a></div>
                                    <div class="option">
                            <a onclick="$('input[name=\'currency_code\']').attr('value', 'INR'); $('#currency_form').submit();">Indian Rupee</a>
                          </div>
          </div>
          <div style="display: inline;">
            <input type="hidden" name="currency_code" value="" />
            <input type="hidden" name="redirect" value="http://www.masteroftrading.com/cart/index.php?route=common/home" />
          </div>
        </form>-->
                        <!--<form action="http://www.masteroftrading.com/cart/index.php?route=common/home" method="post" enctype="multipart/form-data" id="language_form">
          <div class="switcher">
                                    <div class="selected"><a><img src="image/flags/gb.png" alt="English" />&nbsp;&nbsp;English</a></div>
                                    <div class="option">
                            <a onclick="$('input[name=\'language_code\']').attr('value', 'en'); $('#language_form').submit();"><img src="image/flags/gb.png" alt="English" />&nbsp;&nbsp;English</a>
                          </div>
          </div>
          <div>
            <input type="hidden" name="language_code" value="" />
            <input type="hidden" name="redirect" value="http://www.masteroftrading.com/cart/index.php?route=common/home" />
          </div>
        </form>-->
              </div>
    </div>
  </div>
</div>
<script type="text/javascript"><!-- 
function getURLVar(urlVarName) {
	var urlHalves = String(document.location).toLowerCase().split('?');
	var urlVarValue = '';
	
	if (urlHalves[1]) {
		var urlVars = urlHalves[1].split('&');

		for (var i = 0; i <= (urlVars.length); i++) {
			if (urlVars[i]) {
				var urlVarPair = urlVars[i].split('=');
				
				if (urlVarPair[0] && urlVarPair[0] == urlVarName.toLowerCase()) {
					urlVarValue = urlVarPair[1];
				}
			}
		}
	}
	
	return urlVarValue;
} 

$(document).ready(function() {
	route = getURLVar('route');
	
	if (!route) {
		$('#tab_home').addClass('selected');
	} else {
		part = route.split('/');
		
		if (route == 'common/home') {
			$('#tab_home').addClass('selected');
		} else if (route == 'account/login') {
			$('#tab_login').addClass('selected');	
		} else if (part[0] == 'account') {
			$('#tab_account').addClass('selected');
		} else if (route == 'checkout/cart') {
			$('#tab_cart').addClass('selected');
		} else if (part[0] == 'checkout') {
			$('#tab_checkout').addClass('selected');
		} else {
			$('#tab_home').addClass('selected');
		}
	}
});
//--></script>
<script type="text/javascript"><!--
$('#search input').keydown(function(e) {
	if (e.keyCode == 13) {
		moduleSearch();
	}
});

function moduleSearch() {
	url = 'index.php?route=product/search';
	
	var filter_keyword = $('#filter_keyword').attr('value')
	
	if (filter_keyword) {
		url += '&keyword=' + encodeURIComponent(filter_keyword);
	}
	
	var filter_category_id = $('#filter_category_id').attr('value');
	
	if (filter_category_id) {
		url += '&category_id=' + filter_category_id;
	}
	
	location = url;
}
//--></script>
<script type="text/javascript"><!--
$('.switcher').bind('click', function() {
	$(this).find('.option').slideToggle('fast');
});
$('.switcher').bind('mouseleave', function() {
	$(this).find('.option').slideUp('fast');
}); 
//--></script>
<div id="column_left">
    <div class="box">
  <div class="top"><img src="catalog/view/theme/default/image/category.png" alt="" />Categories</div>
  <div id="category" class="middle"><ul><li><a href="http://www.masteroftrading.com/cart/index.php?route=product/category&amp;path=35">Subscriptions</a></li></ul></div>
  <div class="bottom">&nbsp;</div>
</div>
    <div class="box">
  <div class="top"><img src="catalog/view/theme/default/image/information.png" alt="" />Information</div>
  <div id="information" class="middle">
    <ul>
            <li><a href="http://www.masteroftrading.com/cart/index.php?route=information/information&amp;information_id=6">Payment Options</a></li>
            <li><a href="http://www.masteroftrading.com/cart/index.php?route=information/information&amp;information_id=4">About Us</a></li>
            <li><a href="http://www.masteroftrading.com/cart/index.php?route=information/information&amp;information_id=3">Privacy Policy</a></li>
            <li><a href="http://www.masteroftrading.com/cart/index.php?route=information/information&amp;information_id=5">Terms &amp; Conditions</a></li>
            <li><a href="http://www.masteroftrading.com/cart/index.php?route=information/contact">Contact Us</a></li>
    </ul>
  </div>
  <div class="bottom">&nbsp;</div>
</div>    <div class="box">
  <div class="top">
		
		<img src="catalog/view/theme/default/image/brands.png" alt="" />Secured Payment	  </div>
  <div class="middle" style="text-align: left;">
    <table border="0" cellpadding="0" cellspacing="0" width="149">
	<tbody>
		<tr>
			<td align="middle" valign="top">
				<img border="0" src="http://www.masteroftrading.com/cart/image/data/ccav_secure_banner.gif" /></td>
		</tr>
	</tbody>
</table>
  </div>
  <div class="bottom">&nbsp;</div>
</div>
  </div>
<div id="column_right">
    <div id="module_cart" class="box">
  <div class="top"><img src="catalog/view/theme/default/image/basket.png" alt="" />Shopping Cart</div>
  <div class="middle">
        <div style="text-align: center;">0 items</div>
      </div>
  <div class="bottom">&nbsp;</div>
</div>

<script type="text/javascript"><!--

function getUrlParam(name) {
  var name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp(regexS);
  var results = regex.exec(window.location.href);
  if (results == null)
    return "";
  else
    return results[1];
}

$(document).ready(function () {
	$('.cart_remove').live('click', function () {
		if (!confirm('Confirm?')) {
			return false;
		}
		$(this).removeClass('cart_remove').addClass('cart_remove_loading');
		$.ajax({
			type: 'post',
			url: 'index.php?route=module/cart/callback',
			dataType: 'html',
			data: 'remove=' + this.id,
			success: function (html) {
				$('#module_cart .middle').html(html);
				if (getUrlParam('route').indexOf('checkout') != -1) {
					window.location.reload();
				}
			}
		});
	});
});
//--></script>  </div>
<div id="content">
    <div class="top">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center">
      <h1>Welcome to MasterOfTrading.com</h1>
    </div>
  </div>
  <div class="middle">
    <div><p>
	<strong>Thank You for your interest in subscribing to www.MasterOfTrading.com!</strong></p>
<div style="background-color: rgb(255, 255, 255); ">
	<p style="color: rgb(34, 34, 34); font-family: Arial, Verdana, sans-serif; font-size: 12px; ">
		You can securly subscribe to our online services using your Internet Enabled Net Banking Account / ATM-CUM-DEBIT CARD / CREDIT CARD / ITZ CASH CARD / PayMate(Mobile payment) / Direct Bank Transfer by NEFT/EFT or Cheque payment.</p>
	<p>
		We use India&#39;s largest and most reputed online payment gateway that provides a 100% secure SSL Technology and 128 Bit Encryption which is one of the highest level of security provided by websites. Finally, to provide the highest level of security, we do not store your payment information on our online server at any time.</p>
</div>
</div>
  </div>
  <div class="bottom">
    <div class="left"></div>
    <div class="right"></div>
    <div class="center"></div>
  </div>
      <div class="top">
  <div class="left"></div>
  <div class="right"></div>
  <div class="center">
    <div class="heading">Subscription </div>
  </div>
</div>

<div class="middle">
  <table class="list">
      <tr>
            <td style="width: 25%;">      <a href="http://www.masteroftrading.com/cart/index.php?route=product/product&amp;product_id=52"><img src="http://www.masteroftrading.com/cart/image/cache/data/MOT/business-profit-growth-graph-c-thumb5491320-120x120.jpg" title="One Month Subscription" alt="One Month Subscription" /></a><br />
      <a href="http://www.masteroftrading.com/cart/index.php?route=product/product&amp;product_id=52">One Month Subscription</a><br />
      <span style="color: #999; font-size: 11px;">MOT1 MTH</span><br />
                  <span style="color: #900; font-weight: bold;">₹3,000.00</span>
            <a class="button_add_small" href="http://www.masteroftrading.com/cart/index.php?route=checkout/cart&amp;product_id=52" title="Add to Cart" >&nbsp;</a>
            <br />
            </td>
            <td style="width: 25%;"></td>
            <td style="width: 25%;"></td>
            <td style="width: 25%;"></td>
          </tr>
      </table>
</div>

<div class="bottom">
  <div class="left"></div>
  <div class="right"></div>
  <div class="center"></div>
</div>
  </div>
<div id="footer">
  <div class="div1"><img src="http://www.masteroftrading.com/cart/image/data/460.gif" border=0></div>
  <!-- 
OpenCart is open source software and you are free to remove the Powered By OpenCart if you want, but its generally accepted practise to make a small donatation.
Please donate via PayPal to donate@opencart.com
//-->
  <div class="div2"> MasterOfTrading.com &copy; 2018</div>
  <!-- 
OpenCart is open source software and you are free to remove the Powered By OpenCart if you want, but its generally accepted practise to make a small donatation.
Please donate via PayPal to donate@opencart.com
//-->
</div>
</div>
</body></html> 