Monday 21 March 2011 4:51:14 am
First you need to find the product template used by your site. Enable debug output, template debug, inline debug, list of used templates at your admin interface and clear the cache.You can now see at the front-end the templates used to render your page. Alternatively, you can go to Setup > Classes > Product > Override templates. Then you need to override this template by copying it to the exact location in your design. Then modify your override template, fetch your gallery and output it on your product page using the node_view_gui function. Have a look at the full view gallery.tpl template for example. There's also another way to relate a gallery or whatever object you wish with your product. Change your product class and add an Object relation(s) datatype. Then in your product template fetch the related objects of your product. Good luck!
WEBWiZ
Web Development
http://www.webwiz.gr
|