I don't know if this belongs here, but I want to add "onClick:" to all links on xcart. anyone know how this can be done easily? or do I have to go into the template and edit every link?
basically:
regular links:
Code:
<a href="http://www.mysite.com"></a>
change to:
Code:
<a href="http://www.mysite.com" onClick:blah()></a>
any help is much appreciated!
Thanks!