• Resolved FAKTOR VIER

    (@faktorvier)


    Hi

    It looks like your plugin totally removes all compatibility with other plugins (e.g. F4 Salutation Fields for WooCommerce) that also add fields to the checkout. It also prevents any use of the related hooks. We could dig up the following details:

    First of all your plugin ignores any previously modified/added fields in the woocommerce_billing_fields and woocommerce_shipping_fields hooks. After you run your versions of this hooks, you remove all previously added filters with remove_all_filters('woocommerce_' . $prefix . 'fields'). That means no one can add fields before your hook and not event after your hook. Is there something you can do, so its more compatible with other plugins or own hooks? Like you pass previously added fields to your hook OR you don’t remove custom hooks after you add your fields?

    I hope there’s a solution for this problem. Thanks in advance!

    Best regards
    The F4 team

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi
    Could this be the reason why the coupon box is not showing up on my site?

    I have DIVI theme, WordPress 5.5, WooCommerce Multi-Step Checkout, and Checkout Manager for WooCommerce.

    Best regards
    Krzysztof

    Thread Starter FAKTOR VIER

    (@faktorvier)

    Any feedback about this issue would be appreciated…

    Plugin Author beluserra

    (@beluserra)

    Hi guys,
    sorry but we can not guarantee compatibility to every plugin, please share error log what you are getting.
    regards

    Thread Starter FAKTOR VIER

    (@faktorvier)

    Hi @beluserra

    Thanks for the replay. I actually explained our problem very well, there are no errors to share. Its just that your plugin removes compatibility with ALL (yes ALL!) other plugins that use the hooks mentioned above. Please consider a less “aggressive” approach with your remove hook actions, so other plugins can wor together with yours.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility with other plugins/hooks’ is closed to new replies.