How to Edit Terms text and Elements in Experimental features
-
Hi,
We enabled de Experimental features – Try the new checkout experience (early access), and we really like the way it looks.
Downside for now is that we cannot find a way to edit the terms text displayed after credit card fields: “By providing your card information, you allow COMPANY NAME to charge your card for future payments in accordance with their terms.”
There are no Strings available within this piece of text at Loco translate (even after sync). Also gettext hook does not work. We even tried finding it accross the Plugin code, without any luck. So we suspect it comes as an iframe. Nevertheless… is there a way to edit this piece of text, wether in WP itself or from our Stripe account? (In case it needs to be done in Stripe, we would like to know exactly where, beacause we cannot find it).
Regarding styling of the card fields, we used:
const appearance = { labels: 'floating' }; // Pass the appearance object to the Elements instance const elements = stripe.elements({clientSecret, appearance});
But seems it doesn′t work either.
Thanks in advance.
- The topic ‘How to Edit Terms text and Elements in Experimental features’ is closed to new replies.