• Resolved devan

    (@devancadman)


    Hi I would like to be able to change the location of this on the checkout page, so it is further down…

    I cans ee their was another related ticket about 2.5 years ago, I have tried that and it is no longer working…

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author webaware

    (@webaware)

    G’day devan,

    I just tested using the filter hook, woocommerce_checkout_order_review, and it still works. Please check your code.

    cheers,
    Ross

    Thread Starter devan

    (@devancadman)

    Hey @webaware

    I tried adding this to my theme’s function.php file and it did not work?

    /**
     * change position of Minimim Age question on WooCommerce checkout
     * @param string $hook_name
     * @return string
     */
    add_filter('mininum_age_woo_checkout_hook', function($hook_name) {
        return 'woocommerce_checkout_order_review';
    });
    Plugin Author webaware

    (@webaware)

    G’day devan,

    It works on a standard theme, so it’s possible that it’s something to do with how your theme integrates with WooCommerce. I can take a quick look at it with you, if you contact me on my support form (no cost for a quick look! likely either a recommendation, or a no-can-do!).

    NB: I’m off to have dinner now, so will respond again no sooner than tomorrow.

    cheers,
    Ross

    Thread Starter devan

    (@devancadman)

    Hey Ross,

    Ok no problem, I have contacted you via your Support Forum form…

    Many Thanks,
    Devan

    Thread Starter devan

    (@devancadman)

    Hey Ross,

    I have not heard from you. Did you receive my email?

    Thanks,
    Devan

    Plugin Author webaware

    (@webaware)

    Just answered your email, please check.

    Plugin Author webaware

    (@webaware)

    Thanks for your help finding this bug, it is now fixed in v1.0.18.

    cheers,
    Ross

    Thread Starter devan

    (@devancadman)

    Brilliant!!!

    Thank You.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change location in checkout’ is closed to new replies.