Hi guys,
I am trying to refactor the Rapido feed to use the new ProductCatalogViewModels instead of the old ProductCatalog.
I have managed to refactor most of the code but I got stuck on the Favorites logic.
I have noticed a few new methods and services (I have peaked into the Swift templates):
Pageview.User.GetFavoriteLists()
Pageview.User.IsProductInAnyFavoriteList(product.Id, product.VariantId)
But these 2 methods do not seem to return what I was expecting. The first method returns 0 even if I have multiple lists and the second one returns false regardless of the product assignment to lists.
I am using DW 9.14.14.
How should I access the User lists and check if a product is already assigned to an existing list?
Thank you,
Adrian