Tremer
Forum Replies Created
-
Hello Eric,
thank you for the information. The functions are working well
Concerning #1
This is only sending an notification to the admin. But I need an notification for the donor, because he need to know the banking details.
Concerning #2 This is exactly what I need. Thank you.
Do you have any idea to resolve #1?
Regards
MichaelForum: Plugins
In reply to: [Germanized for WooCommerce] Nach Update 1,2 sec l?ngere LadezeitDas war es leider nicht. Durch die Deaktivierung stieg die durch WCG bedingte Ladezeit sogar auf 1,5 sec.
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Is not working with WooCommerce 2.3.9Thanks for information
Good morning,
here are the fields I created with ultimate member:
https://www.pro-naturheilkunde.com/wp-content/uploads/2015/06/Bildschirmfoto-2015-06-19-um-08.01.14.png
And they are not to find in the back end user profile.
Thank you very much. I changed the code a little to get the instructions.
<?php $gateways = WC()->payment_gateways()->payment_gateways; foreach ($gateways as $gateway) { if ($gateway->id == $wpo_wcpdf->export->order->payment_method && isset($gateway->settings['instructions'])) { echo wpautop( wptexturize( wp_kses_post( $gateway->settings['instructions'] ) ) ); break; } } unset($gateways); ?>
Hello Ewout,
thanks for your answer. I am sorry but it dosen’t work. Is this script only working when I place a new order or dose it work also with existing orders?
Regards,
MichaelForum: Plugins
In reply to: [The Events Calendar] > Not showingHello Brook,
thanks for your Answer. There ist probably a small bug.
Bug:
If you add an event in this month and you edit this event, in the backend, to change the date for the next month. The “Next Month” button will not be shown.Solution:
You have to delete the event and add it new with the correct date. Now you can see the “Next Month” button.Please try it.
Merry Christmass,
Michael