By default, when I use [-- SC_Cart delete name quantity price total --] to define the fields in my cart, all of the products in the cart are hyperlinked--however, the hyperlinks direct to http://mysite.com/#productnumber--quite unhelpful.
Is there a way to modify how these links are generated (so that I can at least have a query string instead of a client-side anchor) or turn them off entirely?
I'm on the verge of running a JS script to strip these if I can't find a solution...