• Resolved Philip

    (@vheemstra)


    There’s a typo in the filter hook name in classes/plugin.php on line 180:

    add_filter( 'flexible_chekout_fields_fields', [ $this, 'getCheckoutFields' ], 10, 2 );

    Should be:

    add_filter( 'flexible_checkout_fields_fields', [ $this, 'getCheckoutFields' ], 10, 2 );

    (A missing “c”.)

    This affects Flexible_Checkout_Fields_Plugin::get_fields() which applies the (correctly spelled) hook and thus does nothing.

    • This topic was modified 5 months, 2 weeks ago by Philip.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support dominikl65

    (@dominikl65)

    Hi,

    Thank you for this notification. The developer has been informed and has taken a look at the issue – they are already working on a solution. As soon as there is an update that unifies it, I will let you know right away.

    We appreciate your understanding and patience.

    Thread Starter Philip

    (@vheemstra)

    @dominikl65 Thank you! (BTW, was this the right place to report bugs? I could find any bug report form on your website (only for Pro users) or a Github to make a pull request.)

    Plugin Support dominikl65

    (@dominikl65)

    Hi,

    You can contact us on our website at: https://wpdesk.net/get-support/ and here even in the pre-sale thread to report an error ??

    Plugin Support dominikl65

    (@dominikl65)

    Hi,

    A version of the plugin has been released which resolved a problem with the unification of typo names — everything should now work correctly.

    I encourage you to update the FCF plugin.

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