Lots of questions
Posted: 12 Aug 2022, 17:28
I'm creating an indie book publisher site that will sell various kinds of products. Here are my questions:
1) For customers who purchase epubs: I noticed there's a download plugin but it's not clear as to whether the download can be allowed only AFTER payment has been made. Is this possible? Digital Downloads AFTER payment?
2) For customers who purchase actual books: After the transaction, I will need to run a php script that submits the order to the book distributor who will pack it and ship it. This script will only be run if the purchase has an actual book. Is there a way to do this?
3) IS there a payment plugin for Stripe? That's who we use for credit card payments. If there's no plugin, how do you manage payments via stripe? Found it!
Thanks all!
1) For customers who purchase epubs: I noticed there's a download plugin but it's not clear as to whether the download can be allowed only AFTER payment has been made. Is this possible? Digital Downloads AFTER payment?
2) For customers who purchase actual books: After the transaction, I will need to run a php script that submits the order to the book distributor who will pack it and ship it. This script will only be run if the purchase has an actual book. Is there a way to do this?
3) IS there a payment plugin for Stripe? That's who we use for credit card payments. If there's no plugin, how do you manage payments via stripe? Found it!
Thanks all!