Closed (fixed)
Project:
Commerce Recommender
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2012 at 00:54 UTC
Updated:
4 Apr 2012 at 09:52 UTC
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
Comment #1
dwkitchen commentedHi,
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
Comment #2
danithaca commentedGot 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
Comment #3
dwkitchen commentedBeen 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
Comment #4
dwkitchen commentedFull 1.0 release now made