No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
There is a way to make it automatically load up javascript before the rest of the code runs.
Go into Views\Shared_Layout.html and add the following
<head>
<*@ Omitted code*@>
<script src="~/Scripts/jquery-1.10.2.min.js" type="text/javascript"></script>
</head>