Hi there. I'm the author of Recommender API. I'm glad to see you wrote this module. Is this module working? Do you need a code review before creating a beta release? Let me know. Thanks.
--daniel

Comments

dwkitchen’s picture

Hi,

Thanks for getting in touch. I need to dedicate some time to add some finishing touches. The interaction with the Recommender API works great producing a table of recommended products.

The second stage is actually showing them as the recommendation is a product to product relationship, but products are displayed on Product Display Nodes so need a complex view to show:

Product Display -> Products ->(Recommender API)-> Products -> Product Display

Products can be shown one more than one product display and the resulting product displays should not show the same product twice (or should that be an option) and should not show the same product display node.

David

danithaca’s picture

Got it. Thanks David. I guess this could be done using a customized Views filter. Or does Commerce module already provides a Views filter for that?

Let me know if you need any help coding. I'd be glad to help.

Cheers,
Daniel

dwkitchen’s picture

Been working on migrating content and now generated 17,771 similarity records and 634,649 prediction records. I can get the user recommended products view working but can't get the similar products working.

The ID from the URL is not the one I want to pass in as the source entity ID. The contextual filter is the nid of the product display, I then need to create a relationship to the products on the product display and then their entity ids are the source ones I want to pass in, then from the recommended entity I need to go back to product displays but that relationship is the same as the user recommended view.

I think Views Field View might be a solution

dwkitchen’s picture

Status: Active » Closed (fixed)

Full 1.0 release now made