First off, I'm a big fan of AT Commerce - simply wonderful work on all this!

I'm using Link Image with the slideshow and it works great - click on the image and go to the node. I'm wondering if there's a way to make the caption also link to the node - I've tried poking around with devel_themer, but it just crashes the browser when activated on the slideshow (front) page.

I think a modification of line 8 of field--field-slide.tpl.php would do the trick...

<div class="slideshow-caption"><p><?php print $item['#item']['title']; ?></p></div>

...if I could figure out how to do it.

Any guidance greatly appreciated - thanks again for AT Commerce!