How to send an invoice with detailes to the customers when they payed via credit card using Stripe. I want when someone buy something, he or she will get an confirmation email with the details.
Note: if it's possible can the customers pay via invoice with Credit Card instead of direct with Credit Card using Stripe, because I want to avoid Stripe fees.
How to send an invoice with detailes to the customers when they payed via credit card using Stripe. I want when someone buy something, he or she will get an confirmation email with the details.
Note: if it's possible can the customers pay via invoice with Credit Card instead of direct with Credit Card using Stripe, because I want to avoid Stripe fees.
Share Improve this question edited Jul 8, 2019 at 9:31 Krzysiek Dróżdż 25.6k9 gold badges53 silver badges74 bronze badges asked Jul 8, 2019 at 9:08 Maher AldousMaher Aldous 12 Answers
Reset to default 0Not too sure what this stripe stuff is but you can see the emails WooCommerce will be sending if you go to this url - /wp-admin/admin.php?page=wc-settings&tab=email
Or was it something more specific than this? :S
The Answer for invoice is that Woocommerce by default can send an invoice usin WP_mail() but if you not getting the invoice so it might be a plugin or your theme is blocking the email which have the invoice. Try to use Mail logs plugin to see the error.
The Answer for Stripe etc... is that every company like Strips or Paypal needs to earn money to let you use their tools for almost free. So it's not possible to find such free tools to make it do the job, because it cost money to let every thing work with good performance like Strips and Paypal do.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745282397a4620353.html
评论列表(0条)