The checkout button within the cart of the template i bought is not working it doesnt submit or take you to paypal as the outside checkout provider please see the code i have below should this work am i doing something wrong?
<div class="cart-row">
<div class="cart-options">
<button id="checkout-btn" class="form-button" type="submit" title="Checkout with PayPal" onclick="Store.checkout(); return false"><span>Checkout</span></button>
</div>
<div class="cart-keep-shopping">
<a href="/products" title="Return to Products"><span>« Continue Shopping</span></a>
</div>