Make a list of all buyers that bought a specific product
Hi,
How do I make a list of all the buyers who bought a specific product? My end goal is to have a list with product name, product description and a list of the buyers with name, address and so on.
You could make a custom node in the uCommerce section ,or extend one of the existing uCommerce UI's (pretty sure there is a guide for the last one, haven't tried it).
A "secret" page is also possible (with some integration to the umbraco user login for some security).
Make a list of all buyers that bought a specific product
Hi,
How do I make a list of all the buyers who bought a specific product? My end goal is to have a list with product name, product description and a list of the buyers with name, address and so on.
Best regards
Kim
Maybe something like this:
Not testet. There is a lot of performancce optimization potential if you want
Hi Nickolaj,
It looks like frontend, isn't is possible to make a list backend? Otherwise I have to make a 'secret' page where you can make requests.
Best regards
Kim
You could make a custom node in the uCommerce section ,or extend one of the existing uCommerce UI's (pretty sure there is a guide for the last one, haven't tried it). A "secret" page is also possible (with some integration to the umbraco user login for some security).
is working on a reply...