user purchases a product, but doesn’t know what the product is yet.
after the payment is processed, the site reveals what the user just purchased (along with transaction email)
I can spend a bit of time writing the logic for all this without woocommerce myself, I was just wanting to throw together a very quick MVP as a proof of concept - hence the want for a plug-in or similar.
What I said could be one approach to implement it.
Otherwise you add a product randomly based on a certain action and then hide the product details on cart and checkout page & let them buy it. Afterwards, its revealed on its own?
Not quite. Really, this is what I’m after...
I can spend a bit of time writing the logic for all this without woocommerce myself, I was just wanting to throw together a very quick MVP as a proof of concept - hence the want for a plug-in or similar.
What I said could be one approach to implement it.
Otherwise you add a product randomly based on a certain action and then hide the product details on cart and checkout page & let them buy it. Afterwards, its revealed on its own?