Okay
  Public Ticket #2336472
Adding Klarna Checkout to Amelia
Closed

Comments

  •  1
    Gonzalo started the conversation

    I wonder if it it possible to add one of Klarna modules for payment. Klarna is pretty big on the Nordic Countries and I would be great if there is some sort of integration where all payments are handle just but Klarna. Is this possible with this plugin?

  • [deleted] replied

    Hi Gonzalo,

    Thanks so much for your interest.

    Unfortunately no, direct integration with Klarna is not possible. But besides PayPal and Strip, we have WooCommerce integration for payments and via that integration you can use Klarna payment getaway. 

    Let me know if you have other questions.

  •  1
    Matthew replied

    I realise this is an old thread but jumping in - I have found that amelia plugin is causing a fatal error when active and trying to use woocommerce klarna payment plugin - I created a staging environment to fully test this and if Amelia is active the following error is reported at checkout every time:


    Fatal error: Maximum execution time of 30 seconds exceeded in /homepages/25/d764578729/htdocs/clickandbuilds/WeblocsMembersHub/wp-content/plugins/woocommerce/includes/wc-core-functions.php on line 1898

  •  2,572
    Aleksandar replied

    Hey Matthew

    Sorry for the late response.

    Can you please go to your database, and access the wp_options table. In it, search for "amelia_settings" in the "option_name" column. That will return only one row, so I'll ask you to edit that, and in the JSON (under "option_value") search for "skipCheckoutGetValueProcessing". The default value is "false", so please change it to "true", so it looks like this:

    {"payments": "wc": {"skipCheckoutGetValueProcessing":true}}

    Let me know if that helped.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables

  •  1
    Matthew replied

    Thanks Aleksander, seems to be working with test creds. Will try live next.

    Just to confirm though (may just be how you typed below) replacement was single closing bracket:

    "skipCheckoutGetValueProcessing":true}


    Anyway thanks for your help - I have also forwarded the fix onto Krokedil who I spent quite a bit of time with trying to work out a fix before locating amelia as the source of the error

  •  2,572
    Aleksandar replied

    Hey Matthew

    Yes, that's it. All you need to do is change "false" to "true" and that's it, disregard the brackets' actual position. Thanks for forwarding it to Krokedil, but our development team also has this task created in their "to-do" list, so hopefully this will be resolved for good soon.

    This change that you've applied in the database will not revert after you update the plugin.

    If you need some further assistance, please feel free to reach out to us.

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables