• Hello Team,

    I can see that after v6.7.0 the Mollie_WC_Plugin class is not available. Could you please let us know why it is removed? Is there any other similar class in the latest version from which I can use other functions in the code?

    Basically, I am trying to add the one-click upsell support based on the previous checkout order. So, updating mollie to the latest version breaks down functionality.

    Is there any doc or ref. for such changes? Or it will be great if you provide me with a way to use your plugin helper functions.

    Looking forward to hearing from you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    Where can i install my site kit ? Is it in WordPress ? Plug in?

    Please

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @iamganesh,

    Mollie v7 has refactored the plugin code to a modular architecture, so multiple old classes no longer exist.
    The developer documentation for this new architecture is currently being written, so there is no complete guide available yet, but you can find some information in this PR: https://github.com/mollie/WooCommerce/pull/621
    With your own custom module, you can access and modify the entire plugin to your needs.
    I hope this helps!

    @brens62 I’m not sure you’re in the right spot here. If you have any questions regarding the Mollie plugin, please create a separate thread. Thanks!

    Kind regards,
    Niklas

    Thread Starter iamganesh

    (@iamganesh)

    Hello @niklasinpsyde,

    Thanks for your reply. I just want to use some functions from your plugin like
    Mollie_WC_Plugin::getApiHelper()->getApiClient()
    Mollie_WC_Plugin::getSettingsHelper();
    Mollie_WC_Plugin::getPaymentFactoryHelper()->getPaymentObject( $payment_object_id);
    and more.

    I don’t want to update the composer.json

    Also, Could you please let me know, what are the requirements to run the webhook?
    I am doing development on localhost, but to run the webhook I switched to the live site option by the local and the URL looks like “my-domain.localsite.io”

    Have you added any restrictions to running webhook?

    Looking forward to hearing from you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One click upsell’ is closed to new replies.