Forum Replies Created
-
AuthorPosts
-
kimco
ParticipantThanks
kimco
Participantthanks
kimco
Participantthank you for your answer. My lang is french. Should i overwrite the .po and .mo file in wootickets/lang with your files ? (i have not see “add to cart”
thanks
kimco
Participanti check the SPF with my hosting provider and i’ts ok. Barry, i haven’t automatic emails tickets and all my tickets go to the spam on the gmail adress. Please help 🙁
March 28, 2014 at 1:17 am in reply to: have an automatic payment with paypal and receivetickets 2 #124056kimco
Participant(probleme on ie8 is fixed)
March 27, 2014 at 8:07 am in reply to: have an automatic payment with paypal and receivetickets 2 #123779kimco
ParticipantIs there someone on your staff who could solve my problem against money please ? ( I do not know if this is related but i saw that i can’t complete the order on ie8. Do you have this bug too ?)
ThanksMarch 27, 2014 at 5:00 am in reply to: have an automatic payment with paypal and receivetickets 2 #123693kimco
ParticipantHi Barry,
Thank you for your answer. i have reduced the priority to 10 and i have tested it on the Twenty Twelve theme. All non-woocommerce plugins are desactived.
But i still not receive the email ticket automaticly ( i have others confirmation emails )Thanks
March 21, 2014 at 8:28 am in reply to: have an automatic payment with paypal and receivetickets 2 #121797kimco
ParticipantThis reply is private.
March 21, 2014 at 7:57 am in reply to: have an automatic payment with paypal and receivetickets 2 #121793kimco
ParticipantHi barry,
i will see with my provider for the automatic sending..
How please to put the defaut value on my woccomerce ticket to 1 and not 0 ?thanks
March 21, 2014 at 3:14 am in reply to: have an automatic payment with paypal and receivetickets 2 #121735kimco
ParticipantHi Barry,
Thank you very much for your answer.
the problem was : the ticket with an image go the spam of google.. so it’s ok when i send manually tickets.
But tickets are no more send automaticly..i added this code, in functions.php:
———————————————————-
add_action( ‘woocommerce_thankyou’, ‘custom_woocommerce_auto_complete_order’ ,999);
function custom_woocommerce_auto_complete_order( $order_id ) {
global $woocommerce;if ( !$order_id )
return;
$order = new WC_Order( $order_id );
$order->update_status( ‘completed’ );
}
————————————————————What to do please ?
Thanks !
March 18, 2014 at 11:56 am in reply to: have an automatic payment with paypal and receivetickets 2 #120800kimco
ParticipantBarry,
i create a new ticket , and the ticket email works on sistina and the wordpress defaut theme only if i have no images in the woocommerce ticket.. I still have to complete manually the order. The problem is due tio the image in the woocommerce ticket. How to solve it please ?March 18, 2014 at 3:45 am in reply to: have an automatic payment with paypal and receivetickets 2 #120512kimco
ParticipantBarry,
i do several tests :
– with my sistina theme > i don’t have tickets sent manually or automaticly.
– it’s ok with the defaut wordpress theme manually.
Do you have a support man who can fix my problem (against money ?) ThanksMarch 18, 2014 at 3:17 am in reply to: have an automatic payment with paypal and receivetickets 2 #120505kimco
Participanti have the email ticket with the defaut wordpress theme + the order complte manually
March 18, 2014 at 2:43 am in reply to: have an automatic payment with paypal and receivetickets 2 #120500kimco
ParticipantHi Barry,
thank you for your anwser.
i have desactived all plugins and put the defaut wordpress theme.
I have paypal and woccomerce notifications but no ticket email sent…March 16, 2014 at 9:20 am in reply to: Have an automatic payment with paypal and receive tickets #119381kimco
ParticipantI do a test with articles i have got notifications when i post comment…So the notifications should work, no ? I do anoteher test by buying a ticket but i don’t receiv any tickets..
-
AuthorPosts
