Developer forum

Forum » Templates » CustomersWhoSawThisAlsoSaw,CustomersWhoBoughtThisItemAlsoBought , WhatAboutTheseProducts, MostPopularProducts not working

CustomersWhoSawThisAlsoSaw,CustomersWhoBoughtThisItemAlsoBought , WhatAboutTheseProducts, MostPopularProducts not working

Martin René Plett Pedersen
Reply
 Hello,

I'm trying to implement  CustomersWhoSawThisAlsoSaw, CustomerWhoBoughtThisAlsoBought, MostPopularProducts or WhatAboutTheseProducts - but none of them seems to work in my template. The products fields just shows values of the product of the productpage.

I have template blocks like this:
<table>
<tbody>
<!--@LoopStart(eCom:Related.CustomersWhoSawThisAlsoSaw)-->
<tr>
<td colspan="2" class="ProductImage"><a href="<!--@Ecom:Product.Link.Clean-->"><!--@Ecom:Product.ImageSmall.Default--></a></td>
</tr>
<tr>
<th colspan="2">
<a href="<!--@Ecom:Product.Link.Clean-->"><h4><!--@Ecom:Product.Name--></h4></a>
</th>
</tr>
<tr>
<th>Lager</th>
<td>
<!--@Ecom:Product:Stock.Text-->
</td>
</tr>
<tr>
<th>Pris</th>
<td>
<!--@Ecom:Product.Price-->
</td>
</tr>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<!--LoopEnd(eCom:Related.CustomersWhoSawThisAlsoSaw)-->
</tbody>
</table>


Any suggestions that could help me?

Thank you

Martin




Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer
 Hi Martin,

You seem to be missing the @ in @LoopEnd....

Imar
Votes for this answer: 0
 
Martin René Plett Pedersen
Reply
Embarrassing - I've tried all possible combinations for two hours - but didn't spot that.

Thank you, Imar.

/ Martin

 

You must be logged in to post in the forum