I'm currently working on an implementation of the Vendr package to get a working shop on my website. I want to integrate Umbraco Members into the flow but I'm struggling to work out the best way of linking orders to the members to be able to see their past orders etc.
I was planning on using the Relationservice to set up these relationships. Has anyone done this kind've thing before or know of a better way before I go down the rabbit hole of implementation?
Vendr - Linking orders to Umbraco Members
Hi everyone,
I'm currently working on an implementation of the Vendr package to get a working shop on my website. I want to integrate Umbraco Members into the flow but I'm struggling to work out the best way of linking orders to the members to be able to see their past orders etc.
I was planning on using the Relationservice to set up these relationships. Has anyone done this kind've thing before or know of a better way before I go down the rabbit hole of implementation?
Thank you in advance! Adam
Hi Everyone,
After some more research, I've found that the solution already exists here:
https://our.umbraco.com/packages/website-utilities/vendr/vendr-support/103537-attach-cart-to-member
TL:DR If you are signed in to the website, the CustomerReferece field is populated in the order table.
is working on a reply...