mikemkt
Forum Replies Created
-
Thanks for the reply, I entered the code in the flatsome functions.php theme of the site and it gives me an error on line 3. Please help me I’m desperate … can I provide the passwords for help, can i send screenshots or other? I entered the billing VAT number in the Checkout Manager for WooCommerce plugin as seen on the site https://www.adapter3dmotorrad.it and in the orders I see the VAT number but when I print it does not display it.
Help help help
MicheleThanks i’m waiting.
Possibly also the possibility to view Paypal transaction code.
I really hope it works out
MicheleGood morning Kenil Shah
Thanks for the reply. I am using “Manages WooCommerce Checkout, QuadLayers” and “Print Invoice & Delivery Notes for WooCommerce”
I am waiting … thanks 1000
MicheleThanks, I’ll try. But honestly I didn’t understand where to insert the code you indicated.
Thank you very much Angelo, in name and in fact. You would be so kind to tell me exactly where to enter the codes. In formatting -> event category? Or where? I didn’t understand whether to put this
/ *
This snippet will auto approved Offline Payment Gateway
* /
function my_offline_auto_approve_filter ($ result, $ EM_Booking) {
if ($ EM_Booking-> booking_meta [‘gateway’] == ‘offline’) {
$ EM_Booking-> set_status (1, false);
}
return $ result;
}
add_filter (’em_booking_save’, ‘my_offline_auto_approve_filter’, 100, 2);or the other two
wp_set_object_terms ($ EM_Booking-> get_events () -> post_id, event_category_id_here, EM_TAXONOMY_CATEGORY);
$ EM_Booking-> get_event () -> get_bookings () -> get_available_spaces ()
Thank you first of all for replying and I hope for your help