by siyan » Wed Feb 24, 2010 5:47 am
I found the problem -
On all pages where I have [-- LOOP PRODUCTS --] I use a custom template for the loop ( [-- PRODUCT MyCustomProductTemplate.sst --] ).
It is not documented, that in this case, the MoreInfo pages to which the links point are also generated with the MyCustomProductTemplate.sst template!
So, when you use a custom template for the loop, be sure, that you have [-- DEFINE MORE_INFO_PAGE --] section in that template!
P.S. By "custom template for the loop" i mean a template different from the one specified for every product.
Problem solved.