Developer forum

Forum » Ecommerce - Standard features » # CustomersWhoSawThisAlsoSaw products

# CustomersWhoSawThisAlsoSaw products

Thomas Schroll
Reply

Hi

Does anybody know how to change the numbers of products in the CustomersWhoSawThisAlsoSaw list? I need to show 4 related products, but it seems that it is only possible to show 3.

Regards Thomas


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi Thomas,

The souce code has this:

int limitOfLinksToAppearOnTheList = string.IsNullOrEmpty( Base.GetGs("/Globalsettings/Ecom/RelatedProducts/LimitOfLinksToAppearOnTheList")) ? 5 : Base.ChkNumber( Base.GetGs("/Globalsettings/Ecom/RelatedProducts/LimitOfLinksToAppearOnTheList"));


Which seems to suggest there's a global setting for it. You can edit it directly in GlobalSettings. There may also be a UI setting for it but I am not sure of that.

Cheers,

Imar

 
Thomas Schroll
Reply

Hi Imar

As you said it is in general settings. In the UI it is under Advanced configuration/General/Power pack, but it is labelled 'Number of views needed to appear on Customer who saw also saw list', which I think is quite misleading.

Thanks for your help.

Regards Thomas

 

You must be logged in to post in the forum