Moussaab
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN for multiple websitesThanks for your answer.
Actually I have another big problem with Paypal woo. I have a lot of orders pending payment going after this to canceled. When I check on Paypal, I cannot find the transaction which probably means the client did not pay.but I never had this problem before and it appeared recently. Is this an IPN issue? Could you help me on this?
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN for multiple websitesHello, thanks for your reply!
Does that mean that I can put one of my websites url in Paypal IPN section, and still get the notification back for all websites ?
Would you recommend to add any parameters in the url?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Is the plugin SCA ready?Ok I will do that thank you
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Is the plugin SCA ready?It’s Credit cards. I noticed that, on my Norwegian store, I always have the same bank refusing the payments : Sparebank 1 Kreditt AS
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Is the plugin SCA ready?Hi @mrclayton thank you for your answer. I asked because I did not see the plugin on stripe’s list (only woocommerce official plugin) but I prefer yours.
The problem I have is that many transactions are refused by the bank, what should I do?
Hi,
To create the custom status, I used this plugin : https://woocommerce.com/products/woocommerce-order-status-manager/?aff=5&cid=1189868It creates custom status following Woocommerce standard. So I checked the code of orders tracking plugin, in settings.php file, you dont retrieve all the woocommerce order status. You added static order status :
<option value=”cancelled_order” <?php echo in_array( ‘cancelled_order’, $email_woo_status ) ? ‘selected’ : “”; ?>><?php esc_html_e( ‘Cancelled’, ‘woo-orders-tracking’ ) ?></option>
<option value=”customer_completed_order” <?php echo in_array( ‘customer_completed_order’, $email_woo_status ) ? ‘selected’ : “”; ?>><?php esc_html_e( ‘Completed’, ‘woo-orders-tracking’ ) ?></option>Is there a way to add the custom status ?
I have the pro version and already activated the email log but can’t find the log data.
I will install another email logging plugin and get back to you!Up !
Hi!
I am experiencing the same issue, I tried to use Google sheet like you said but it didn’t work. Can you help me please ?
Thanks