by Jim » Fri Oct 06, 2006 3:24 pm
In the moreinfo section of the product template just use the tags that display the subproducts. So a simple template would consist of
[-- DEFINE MORE_INFO_PAGE --]
<html>
<head>
</head>
<body>
[-- loop subproducts --]
[-- subproducts --]
[-- end_loop subproducts --]
</body>
</html>
[-- END_DEFINE MORE_INFO_PAGE --]
Your subproduct section of the template would define the layout for how the subproducts actually display.