Hi All,
I would like to add the following onClick event to the add to cart button:
[FONT=Courier New]onclick="return confirm('Alert message goes here')"
[FONT=Arial]However I cannot seem to locate the file where the actual <a> tag is written. I believe the HTML is contained in this variable:[/FONT]
[/FONT]$display_button;
But using the Developers Tool Kit I was only able to locate instances where $display_button is printed, not where the variable is assigned. Can anyone point me in the right direction?



