• Hello,

    Thanks for your great module.

    I am using it with Fluid Checkout and I had to make some modification in order to make it work.

    In the file public/class-aafw-public.php I had to replace (at 2 different locations) :

    if ( is_checkout() ) {

    By :

    if ( is_checkout() || (class_exists( ‘FluidCheckout_Steps’ ) && FluidCheckout_Steps::instance()->is_checkout_page_or_fragment()) ) {

    Do you think you could add this update in your code ?

    Regards,

    Jon

  • The topic ‘Module compatibility with fluid checkout’ is closed to new replies.