calyweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Always stuck at the same momentIn fact it’s not cloud flare, because I also tried without, even with CLI command and same result always
It always stucks at the same moment same picture I don’t understand, it start 20 seconds then it stops and I have no other logs at all
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Wrong language for swiss shopHi !
It just rollback to normal this morning, I think that it was a problem on PayPal side
Many thanks for all your help π
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Wrong language for swiss shopHi,
The PayPal Account is Switzerland
For the browser mine is in French and the pop up is in German β¦ our customers brings up this problem, and indeed I have the same on my side β¦
Iβm pretty sure that it was working previously β¦ but i donβt know when, we know it today because of our customer support that brings this to us
Whatever the browser in French or the website in French too (with locale fr_FR) the popular is in German
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaI have well that too on stripe
And always in French on the checkout on our website, but as soon as we click on Validate Checkout and it opens the Klarna page, always in German
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaHi,
I wrote this but it does not change anything :
// METTRE KLARNA EN FRANCAIS
add_filter(‘wc_stripe_payment_intent_args’,function($args, $order){
if($order->get_payment_method() === ‘stripe_klarna’){
$args[‘payment_method_options’][‘klarna’][‘preferred_locale’] = ‘fr-CH’;
}
return $args;},
10, 2);Thanks !
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaHi,
Yes if you can it’s better because in switzerland we have 4 different languages … It’s a weird setting to check the language by address ^^ Why don’t just check the locale ?
Thanks for your help for the hook
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaI changed to Site locale, can you check again ?
I’m in France, French browser and language, and always the new page in German
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaYes sure you can test it here : https://www.gladiatorfit.ch/
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Wrong language for KlarnaHi,
Yes i tried both options, Site locale, or auto, it does not change anything, i always have Klarna in german when it opens their website
Forum: Plugins
In reply to: [WooCommerce] Automatic language changeSame problem, even with 9.4.1
Or prefilled them but with an Ajax request to avoid this problem
Thanks !
Forum: Plugins
In reply to: [Stock Dependencies for WooCommerce] Github RepositoryHi man
Do you have any news ?
Otherwise they will stop the development of this compatibility …
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] No PaginationHi,
Many thanks for your feeback !
I already did that but the footer is empty, i don’t have any page number in it
Forum: Plugins
In reply to: [Brevo - Email, SMS, Web Push, Chat, and more.] Remove quickly your ini_setAlso i don’t know what you modify, but since your last version your plugin is not working anymore with WPML, we have Internal server error on all translated product pages
I have to disable it the time you find a solution
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Order created by API RestHi man,
Yes that’s it, we create orders by API (Laravel PHP) for our marketplaces, so the orders are not made with a checkout as usual. So just how to split these one direclty when they enter to wooocmmerce at the creation