I know there is a template variable SC.Totals to *display* the totals, but I'm wondering if there is another variable (like SC.sub_total or something) that JUST outputs the order subtotal value - not including tax or shipping or any HTML. This would be helpful for <Noscript> analytics tracking images, which need the order total to be included in the URL of an image like this:
<img src="http://analytics.url/image_name.jpg?order_amount=[ -- SC.sub_total -- ]" alt="analytics image" />
Any other ideas for how to overcome this <noscript> tracking problem are also welcome!