• Resolved ArcticFritid

    (@metuza)


    Heisann,

    Finnes der en hook etc. for ? flytte hurtigkasse knappen fra handlekurvens cart actions til ned og under/over “fortsett til kassen” knappen?

    Mvh
    Rune

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Iver Odin Kvello

    (@iverok)

    add_action('wp_loaded', function () {
        remove_action('woocommerce_cart_actions', array(Vipps::instance(), 'cart_express_checkout_button'));
    // F?r:
        add_action('woocommerce_proceed_to_checkout', array(Vipps::instance(), 'cart_express_checkout_button'), 5);
    // Etter:
    //    add_action('woocommerce_proceed_to_checkout', array(Vipps::instance(), 'cart_express_checkout_button'), 99);
    }, 90);

    NB: “cart_express_checkout_button” skriver bare ut en SVG-knapp, s? du vil muligens trenge ? tilpasse dette til themet ditt.

    Thread Starter ArcticFritid

    (@metuza)

    Det ble perfekt. Takker ??

    Plugin Author Iver Odin Kvello

    (@iverok)

    Fint!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mulig ? flytte hurtigkasse knappen’ is closed to new replies.