so maybe if I change the button from this:
HTML Code:
<input type="image" src="includes/templates/mytemplate/buttons/english/button_confirm_order.gif" alt="Confirm Order" title=" Confirm Order " name="btn_submit" id="btn_submit" />
to this:
HTML Code:
<input type="image" src="includes/templates/mytemplate/buttons/english/button_confirm_order.gif" alt="Confirm Order" title=" Confirm Order " name="btn_submit" id="btn_submit" onclick="_gaq.push(['_trackEvent', 'Button Clicks', 'Confirm Order', 'Confirm order Button Pressed']);" />
Maybe that will start reporting in analytics? Any one able to confirm if this is correct implementation?