One thing I cannot get to work is the Global Cross Sell on the More Information pages to work.
I have inserted the following code into the More Info section of my Custom Product Template:
- Code: Select all
<table >
<tr><td ><img src="http://tibetcollection.com/media/info/wealso.gif" border="0"></td></tr></table>
<table id="subproduct_table">
<tr>
<td id="related">[b][-- STORE.GlobalCrossSellHeader --][/b]
</td>
</tr>
[b] [-- LOOP GLOBAL_CROSS_SELL --][/b]
<td align="center"><b><span
class="style5">[b][-- GLOBAL_CROSS_SELL --][/b]</span></td>
[b] [-- END_LOOP GLOBAL_CROSS_SELL --][/b]
</table>
I have the following settings in the Cross Sell configuration menu:
Here is the only output on the actual page after this is published:
[/img]
- Code: Select all
<td ><!-- Product Cross-sell --></td>
[/code]
There is nothing showing up on the page, the area is blank and empty. Any help with this new feature would be appreciated.