Hi I am using a href code to make a image button. Can anyone tell me how to add a secondary action to the button mainly 2 url triggers on click.
My example is fairly easy
<a> href="example.com"><img src="source-image.png" /></a>
So the current page goes to the new URL in its current window, but a new window opens with another Url for payment method.
Can it be done??