Hergé
Forum Replies Created
-
Hello, yes, thanks!
Forum: Plugins
In reply to: [CDI - Collect and Deliver Interface for Woocommerce] conflit, plugin, UPSBonjour, merci pour votre réponse ! Cordialement.
Hello Marta, thank you very much and have a nice day!
Hello, @mattthomas-photography
Here’s a snippet which work
What it does
– Waits for the payment page to load.
– Observe the DOM changes (because Stripe dynamically reloads its elements).
– As soon as it finds a label with “Stripe”, it replaces it with your custom text.add_action( ‘wp_footer’, function() {
if ( is_checkout() ) : ?>
<script type=”text/javascript”>
document.addEventListener(‘DOMContentLoaded’, function() {
// Observe changes to the payment block
const observer = new MutationObserver(() => {
document.querySelectorAll(‘.wc_payment_method.payment_method_stripe label’).forEach(label => {
if (label.textContent.trim() === ‘Stripe’) {
label.textContent = ‘Credit & Debit Card / SEPA Direct Debit’;
}
});
});
observer.observe(document.body, { childList: true, subtree: true });
});
</script>
<?php
endif;
});Thanks a lot @salvamb
Good day !
Hi @salvamb
Thank you very much for your reply. You’ve pointed me in the right direction.
What I did: WPML > Settings > Tab Multilingual Content Setup > Post Types Translation > Purchase Orders (atum_purchase_order)
Unlock the padlock and Set to “Not translatable” (or you can try “Translatable” then “Not translatable”)Best Regards
Rémi
Hi Tomek,
Thanks, and sorry for my question of inattention, I received an email about this new authentification from 5 june… But I don’t take care about the year.. 2023 😉 not 2024Forum: Plugins
In reply to: [WooCommerce] VAT equal to zero, not displayedThanks also, after 7 years of B2B sales in Europe, first customer ask this “VAT = 0” on its invoice!
Hello,
I’m not the developer, but do you have a DeepL API Pro account?
Maybe it is the issue.Now it works !
Amazing support, thanks @malaiac for your patienceHello all!
I just updated everything, WP and all plugins including :
WP 5.7
Advanced Editor Tools (previously TinyMCE Advanced) 5.6
Classic Editor 1.6
DeepL 1.5.5
4*WPML 2.6.3 + 4.4.9 + 3.1.7 + 2.10.5
it still doesn’t work. It seems CR and LF are removed after translation.
Do you have also these plugins or DIVI theme? Which can maybe affect the result.
I saw a video from @malaiac, it works on his side.
@malaiac can you install Advanced Editor Tools 5.6 and Classic Editor 1.6 plugins on your side and try again?
ThanksHi @malaiac I sent by email the samples.
And here is, for the information of other contributors, the screenshot of my email: https://pasteboard.co/JSh58FI.png
ThanksHello @malaiac? How are you? Let me know if I can help you. There is still a problem here 😉
I use “Classic Editor” and “TinyMCE Advanced” plugins.
Thanks!Hello 😉
It’s also still not working here !
@malaiac if you need anything for solving it, let me know.
Thanks!Thanks Malaiac!
Done!
Rémi