Developer forum

Forum » Development » Issue with obsolete method CustomerProductListProduct - after update to 9.9.4 times out

Issue with obsolete method CustomerProductListProduct - after update to 9.9.4 times out

Jan Sangill
Reply

Hi, I was using this method in 9.6.5:

IEnumerable<Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct> customerProductListProducts = Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct.GetPagedProductsByListId(Convert.ToInt32(listId), 0, 100);

In 9.9.4 however this times out. In the doc I get this:
Obselete: Use Services.FavoriteListProducts.GetPagedProductsByListId

However - I just cant seem to find this service. I am most likely VERY blind - but can someonme assist me here and type the one liner I need to get this working.

//Jan


Replies

 
Morten Snedker Dynamicweb Employee
Morten Snedker
Reply

That's a bug (88812). Will be fixed in 9.9.6.

BR
Snedker

 

You must be logged in to post in the forum