Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support louisekrokedil

    (@louisekrokedil)

    Hi,

    We do not have a snippet for changing the position of the ‘Pay with Klarna’ Express Checkout button at the moment. But i have created an internal task for creating such code snippet and also add ‘Outlined’ as an option in the theme setting in the plugin settings.

    Hi 1ata,

    Below is a snippet that allows you to change the order of the ‘Pay with Klarna’ Express Checkout button. Simply change the number at the end of the added action, to move the button upwards/downwards as needed.


    add_action('wp_loaded', 'custom_kec_position');

    function custom_kec_position() {

    remove_action('woocommerce_proceed_to_checkout', 'wc_get_pay_buttons');

    // Adjust the priority number as needed
    add_action('woocommerce_proceed_to_checkout', 'wc_get_pay_buttons', 25);

    }

    The outlined theme for the ‘Pay with Klarna’ Express Checkout button will be available in our next update of the plugin.

    Thread Starter TaTa

    (@1ata)

    Thank you, that worked a treat! Look forward to the new version for the updated style.

    One other issue I’ve noticed with the plugin – Google Chrome auto fills the Australia API username and password with my WordPress username and password each time I go into the plugin configuration. I have to manually delete the info before saving the plugin settings. You should be able to exclude all fields from autofill to stop this issue.

    Plugin Support louisekrokedil

    (@louisekrokedil)

    Hi,

    Regarding the Australian API keys being autofilled, this issue seems to be related to the Chrome Autofill functionality and is an issue that is due to a chrome update. When you have login credentials saved in Chrome Autofill and login to your site it could lead to the Australian API keys being set with these credentials in the Klarna Payments plugin settings in WooCommerce. We have created an internal task to see if we can prevent this behavior via our plugin but i am not sure at the moment since it is a Chrome issue.

    In the meantime, if you try and deactivate Chrome Autofill and login to your site via another browser and remove the prefilled AU/Australian API keys and save the changes. Does that solve the issue with the AU keys being autofilled?

    Thread Starter TaTa

    (@1ata)

    The auto complete issue is fixed in the latest version of your plugin, as per the changelog.

    Still waiting on the outlined theme option for the button.

    Plugin Contributor Kristi at Klarna

    (@klarna)

    Happy to share that the Outlined theme for the Express checkout [https://docs.klarna.com/conversion-boosters/express-checkout/additional-resources/button-styling/#theme-outlined-theme] is available now in the Woo Klarna plugin, with v3.7.0+

    Seems that was the last open item for this support thread, but please share @1ata if any other support is needed.

    Thread Starter TaTa

    (@1ata)

    Yep, already enabled – thank you for resolving all issues!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Relocate Express Checkout button and change button theme to outlined’ is closed to new replies.