• Hi,

    There’s a compatibility issue with your plugin and Flux Checkout by Iconic. The button “Select Drop-off location” doesn’t work on page load. I got in touch with Iconic and they would be happy to coordinate with your developers, but this change needs to be done from your end.

    Please provide me an email address so I can make you two get in touch to solve this issue.

    Best regards,

    Clara.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @abremojo, I’m experiencing the same bug using a different checkout plugin.

    It can be fixed by going to wp-content/plugins/packlink-pro-shipping/resources/js/packlink-checkout.js and on line 105 change:

    let dropOffId = document.querySelector('.shop_table.woocommerce-checkout-review-order-table' + ' input[name="packlink_drop_off_id"]');
    let dropOffExtra = document.querySelector('.shop_table.woocommerce-checkout-review-order-table' + ' input[name="packlink_drop_off_extra"]');

    To:

    let dropOffId = document.querySelector('input[name="packlink_drop_off_id"]');
    let dropOffExtra = document.querySelector('input[name="packlink_drop_off_extra"]');

    Hopefully they will change this in their code though, otherwise it will keep breaking each time you update the plugin…

    i did this solution and not working

    xberg

    (@xberg)

    As of June 2024 the code was changed to your suggestion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.