• Resolved thejasonator

    (@thejasonator)


    I have some custom code that uses the woocommerce_review_order_after_cart_contents hook like this:

    add_action( ‘woocommerce_review_order_after_cart_contents’, ‘meye_magickal_funkshun’);

    It works in the standard WC checkout and a bunch of other checkouts, but not CheckoutWC Lite – is there a hook that I can substitute for woocommerce_review_order_after_cart_contents ?

    Thanks,
    J

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Clifton Griffin

    (@clifgriffin)

    Hi J,

    Good question – I don’t remember exactly why that hook isn’t called. Strangely in 5 years you’re the first person to ask about it, so it seems like a hook that is pretty rarely used.

    To avoid potentially complicating things, I would recommend using this hook instead:

    cfw_after_cart_html

    However, please note this hook doesn’t fire within an HTML table so you may need to adjust your output a bit.

    Best,

    Clif

    Plugin Support obijuandev

    (@obijuandev)

    Hi @thejasonator .

    Happy to help!

    Please try with this action and let me know how it goes:
    woocommerce_checkout_after_order_review

    Best,
    Juan

    Plugin Author Clifton Griffin

    (@clifgriffin)

    Hi J,

    Sorry for the double response – I suggest using Juan’s solution as it’s better!

    Clif

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Missing hook?’ is closed to new replies.