I need help with the cool thickbox effect from the xml file. I place the code for the add to cart button and it works but it pops up in a new window.
http://www.knowhowministries.com/mediacenter.html
Here is my xml code:
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<album title="I Always Win" description="Dr. Dexter Howard (2/3/08)"
lgPath="audio/mediacenter/"
audio="audio/mediacenter/DH_I_Always_Win.mp3" >
<img src="purchase.jpg" link="
https://www.e-junkie.com/ecom/gb.php?c=cart&i=CD-0384&cl=28538&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);" />
</album>
</gallery>
I have a view cart button on the page where the slideshow is embeded and it works fine.
Am I missing some extra code somewhere?