How to email a wishlist?

I have implemented the wishlist feature using corvid.

However I have managed to do this without the need for Wix Stores. The reson being my client does not want an online store as they offer bespoke services. They do have a product catalogue though.

The user can create a wishlist of items they wish to have from the products datasets I have created. This then saves the products alongside the user GUID to a dataset. I want to now implement a send wishlist button so that the wishlist gets emailed to my client in order to quote for it.

Has anybody emailed a user specific list form the click of a button before? If so I would love some assistance and advice.

Thanks in advance.

Hi.

You can query the database with user’s GUID for user email and send query results using SendGrid. Check out this example .

Good luck!

HI dabbawebdesign,

Were you able to find a solution to this? i’m working with a client who wants similar functionality. Do users need to login in order to have wishlist funcationality?

I would also love for my clients to be able to send me their wish-list - has anyone figured out if this is possible, and how to do it?

We are looking at having similar functionality to this as well - has anyone resolved this issue?