Terms and conditions checkbox text in klarna widget

How do we change the text shown in terms and conditions checkbox in klarna widget.

image

Litium version: 5

The new solution uses json to set the checkbox, I have not worked in older versions but it could be managed the same way. There should be an object checkbox in code thats inherited that sets these values.

You can read about the terms text here:
https://developers.klarna.com/documentation/klarna-checkout/in-depth/terms-and-merchant-terms/

There are some opportunities to adjust this, if you’re using the latest Klarna addon it should be possible to set these parameters in the UpdateDataSentToKlarna. Otherwise you might have to extend the CheckoutOptions class yourself.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.