Today I noticed that under Woocommerce there is a tap with customers. I can’t delete them. I have even cleaned up the users directly from the database, but it made no difference the users stay there.
I also tried to delete personal information trough tools, then delete user information, but I can not delete it, it say there is no information (perhaps because I deleted it from the database).
How do I delete the customer information from Woocommerce -> Customers and why is this so difficult to do?
Thank you so much, Margriet
public function process_payment($order_id){}
method, in case of specific exception / error from our server, need to show swal popup using JS. Also tried with $('body').on('checkout_error',function(){});
But cannot read the HTTP response as getting in process_payment method. Please suggest me better way to do this.
]]>Business location not showing up on WooCommerce Square plugin.
Please help.
Thank You
]]>wenn ein Kunde mit Paypal bezahlt, dann wird per E-Mail automatisch der Downloadlink bei digitalen Produkten an den Kunden geschickt.
Wenn jemand per überweisung zahlt und ich den Status von “In Wartestellung” nach “In Bearbeitung” setze, wird diese Mail jedoch nicht an den Kunden geschickt und somit auch kein Downloadlink.
Ich habe gesehen vor 8 Monaten gab es dieses Problem hier, ich habe die Anweisungen mit den neuen Statis getestet, mit Divi funktioniert es aber nicht.
Ich habe anstelle my_child -> Divi eingesetzt.
add_action( ‘woocommerce_order_status_on-hold_to_processing_notification’, ‘my_child_send_order_paid_mail’, 10, 1 );
function my_child_send_order_paid_mail( $order_id ) {
$mails = WC()->mailer()->get_emails();
if ( isset( $mails[‘WC_GZD_Email_Customer_Paid_For_Order’] ) ) {
$mails[‘WC_GZD_Email_Customer_Paid_For_Order’]->trigger( $order_id );
}
}
Gibt es für Divi eine andere Bezeichnung oder geht es nur für Child-Themes ?
Vielen Dank
Grü?e Piotr
https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API
my site url is
ratakala.com
but when i enter this
ratakala.com/wp-json/wc/v2/orders
i get this error :
{“code”:”woocommerce_rest_cannot_view”,”message”:”Sorry, you cannot list resources.”,”data”:{“status”:401}}
4 parameters are available by default:
1) Products and search results
2) Only Products
3) Only search results
4) Hide
I want to make 5.
Please, tell me – how to do this?