I am creating a wordpress website with woocommerce for digital virtual products to be sold like PDFs, videos, MP3 files, etc.
What I am looking to do is that after a user signs up as a thank you I want to show some products to be already in their purchased list so they can directly download or access these without purchasing anything.
Can anyone please help me achieve this or suggest a plugin that will help me do this?
Thank you!
So for this use case I wrote a function that automatically on signup and first login allots the products to the user.
I wrote the function to create these orders in the database directly, so the users can see it in their orders history and can download the digital products too.