I have the shopping cart button configured as such: <!-- Button/Link for aMember Shopping Cart --> <script type="text/javascript"> if (typeof cart == "undefined") document.write("<scr" + "ipt src='/members/application/cart/views/public/js/cart.js'></scr" + "ipt>"); </script> <input type="button" onclick="cart.addExternal(this,3); return false;" value="Click here to purchase"> <!-- End Button/Link for aMember Shopping Cart --> Nothing is happening when I click on the button. I love how the button uses my wordpress theme. I'd like to link the button to my sign up page: http://savingthefamilymoney.com/members/signup So when they click on the button, that is where they land. Is there a way to do this?