Stephane
Forum Replies Created
-
Just a little thing : You DONT fix my problem
I fix MY problem myself ;-( …. I write myself all my events …
I lost everything and had to recreate everything on new events
I try this on a fresh website with tastewp and its the same
Only your plugin 4.4.4 and Addon Global Qty 2.04 same punition !
https://eagerrifle.s3-tastewp.com/event/test-stef/
is not very clear your Addon Global qty !
Hi sorry for that
It s OK now
user_login;user_email;first_name;last_name;Password
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] export custom_checkout_fieldsThanks
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] export custom_checkout_fieldsHi,
I resolved my problem by this in my functions.php :
add_filter( 'woe_get_order_meta_fields', 'ajouter_champs_export_woocommerce' );
function ajouter_champs_export_woocommerce( $fields ) {
$fields['nom_majeur'] = 'Nom majeur';
return $fields;
}Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] export custom_checkout_fieldsPerhaps i ve forgotten to record my fields in personalized meta data ?
Forum: Plugins
In reply to: [Booking Activities] choix du tri dans le shortcode [bookingactivities_list]Bjr,
Peut être le rajouter a votre FAQ ? ( tres bien faite )Merci
Forum: Plugins
In reply to: [Booking Activities] choix du tri dans le shortcode [bookingactivities_list]Je me reponds a moi-même , je pense que le shortcode etait mal formulé
[bookingactivities_list per_page=”25″ order_by=”event_end” order=”asc” columns=”booking_id,events,status,actions”]
SANS LES ANNULES
[bookingactivities_list per_page=”25″ order_by=”event_end” order=”asc” status=”delivered,booked,pending,refunded,refund_requested” columns=”events,status,actions”]
Forum: Plugins
In reply to: [User Switching] juist change url to go back in adminHello back
I just try this
do_action( 'switch_back_user', $user_id, $old_user_id, $new_token, $old_token );into my functions.php of my child theme ? but I dont go back to admin ( backend oif my WP)
sorry ;-(
Stef
Merci Yoan ! En effet !
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Conflict with WP Mail SMTP ?Does deactivating BackWPUp resolve the issue? : YES
If possible, please share the steps to replicate the issue and the behavior you’re observing with WP Mail SMTP. : Only update to last release backup
I dont change anymore in WP mail SMTP …Since you have update to 5.XX release : All is the BORDEL …
I must desactivate all my websiteForum: Plugins
In reply to: [PW WooCommerce Gift Cards] Pw Gift card and deliveryHello I found !
In product details , Go to variations , after Modify
uncheck “virtual” and after you can choose your shipping class
That ‘s all 😉
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Pw Gift card and deliverySince I change the price for 2 gifts cards, the delivery not working , for others is OK
Perhaps due to update of this plugin or WC ?
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Pw Gift card and delivery