I've been using the third script from here http://extranet.mivamerchant.com/for...676#post389676 on my product pages for my image machine script. I'm now setting up the image machine on my category pages, and I would like similar functionality. Is there an API reference guide for the Image Machine somewhere? The hardest part about this is not knowing what functions it is providing.
For instance, where would I find documentation on things like
I'm guessing that things like "ImageMachine.prototype.ImageMachine_Generate_Thum bnail" get called by the Image Machine by each additional image, correct? If this is the case, is there an object where information about the current image is being stored? For instance, in "ImageMachine.prototype.ImageMachine_Generate_Thum bnail" how can I get the product code for the product associated with the current image?
Any direct help with converting that script to work with category images would be nice, but I think I can also do it myself if I can just get these and probably a few more questions answered.
Thanks,
Brian
For instance, where would I find documentation on things like
Code:
ImageMachine.prototype.onthumbnailimageclick
Any direct help with converting that script to work with category images would be nice, but I think I can also do it myself if I can just get these and probably a few more questions answered.
Thanks,
Brian
Comment