The subproducts in searches are not displayed visually, although there is an indication that they are found during the process. Example... search results show 8 matches but only the 2 products are displayed; the 6 subproducts are not. I've checked the settings but there must be something I'm missing.
We're using Shopite V9; too scared to jump to V10 before finishing this project. Thank you in advance.
//greyn
Search Indexing >
Ignore Subproducts during indexing: UNCHECKED
Search Page Layout > Product Template Override CHECKED:
----------------------------------------------------------
[-- DEFINE PRODUCT --]
<tr>
<td>
etc etc etc etc
</td>
</tr>
[-- END_DEFINE PRODUCT --]
[-- DEFINE SUBPRODUCT --]
<tr>
<td>
<table width="100%">
<tr>
<td>[-- Product.Name --]</td>
</tr>
</table>
</td>
</tr>
[-- END_DEFINE SUBPRODUCT --]