Hello!
Thanks for using the scroller. Let's back up a second so that I understand. You want the scroller to show up on the page somewhere when an individual product is displayed, correct?
If that is the case, then one way to do that would be to use the Joomla {loadposition} command. This is a tutorial here:
www.dart-creations.com/joomla/tips-and-tricks/10---load-module-positions-mambot.html
VM has a setting to let it fire plugins like it was content. Set that to yes, and then at the top/bottom/side of each product page, just type in the code:
{loadposition user4}
where user4 would be any module position you want to show (meaning the module position the scroller is set to. Preferably a module position not used in your template.)
Don't forget to enable the loadposition plugin, or this won't work.
You could probably embed the loadposition command in your VM theme as well so that you wouldn't have to do it in every product. I haven't tried embedding a plugin call like that, though, so there might be some code needed.
Keep in touch.
Glen