Vox Terman
Forum Replies Created
-
Forum: Plugins
In reply to: [Free Shipping Label and Progress Bar for WooCommerce] More complex scenariosThanks! Are you engaged in such development? How much can it cost?
@mateuszgbiorczyk, thank you!
It’s probably a matter of caching and it didn’t clean up right away.
There is a second question about the image backgroud in elementor. Are there any solutions for this?
This is done with the help of Elementor.
Thank you very much!
Yeah, I get the address thing.
On the point about updating the country in the cart.
Here is an example of a product: https://codenot.ru/produkt/patronus-anti-giardien-spray-500ml/After adding the item to your cart, please go to the checkout page: https://codenot.ru/warenkorb/
Change the country from Deutschland to any other country and you will see that the cost of free shipping will not change. If you reload the page – it will change.
- This reply was modified 1 year ago by Jan Dembowski.
Thank you very much!
Yes indeed, when I customized the Threshold for each shipping zone, then FSL started to change the value in the free shipping option.
But since the cart is Ajax, the user had to reload the page before the cost in FSL would change.
I think this is a problem on our side and I need to set up something like IP detection to offer the right shipping right away.
For shipping zones, we use the Flexible Shipping plugin.
Thanks for your reply, I think your reply suggested all possible options on your end ??
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralThank you very much! The solution works!
Forum: Plugins
In reply to: [Free Shipping Label and Progress Bar for WooCommerce] Additional logicHi! Thanks for the answer!
I wish you success in development!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralThanks a lot, I’ll write as soon as I manage to check (first Sofort payment arrives)!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralWow, thank you!
I’ll give it a try!
Can this be deleted?
https://github.com/woocommerce/woocommerce-gateway-stripe/issues/547#issuecomment-496169815
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralHi. Thank you for your reply!
It is, the “picking” status is made using the “Custom Order Status for WooCommerce” plugin.
In Xentral, the statuses are taken as shown in the screenshot: https://tinyurl.com/yu9rl95m
Xentral picks up all orders in “processing” status and returns them back in “picking” status. But Sofort does not have a “proccesing” status. I tried to create this status using the code: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/547#issuecomment-496169815 and nothing has worked so far.
- This reply was modified 1 year ago by Vox Terman.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralHello! Maybe you have some ideas how to embed an intermediate status?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralThanks for the reply!
I was able to communicate with Xentral and this is what I found out. They take orders in “processing” status into their system. Sofort doesn’t create this status and goes straight to “picking” status, so Xentral can’t pick them up.
Is it possible to build in an intermediate “processing” status for Sofort? Or create an additional status before “picking”?
Forum: Plugins
In reply to: [Free Shipping Bar for WooCommerce] Problems with working in ajax cartThank you for the answer and for waiting – I didn’t see your answer right away!
Yes, the plugin is a third-party “WooCommerce AJAX Cart”.
What can I do?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralYes, thanks, I’ll contact them!
Can you please tell me how at the time of payment through Sofort I can send wc_stripe_order_payment_complete instead of payment_intent.succeeded?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Sofort does not send data to xentralThat’s great! Thanks for the quick response!
Could you please tell me how to execute on-hold status for WC_Order via Sofort? I need to write it in functions.php.
And how can I execute wc_stripe_order_payment_complete for all payments immediately?