• How do i get the Price of the Product added to the Cart in PHP?

    I need this to make a custom wc_add_to_cart_message

    https://wordpress.org/plugins/woocommerce/

    [Per the Forum welcome we ask you NOT bump posts. We use the ‘no replies’ search on these forums regularly to find people who still need help. By bumping, you remove yourself from that list and make it HARDER for us to find you!]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    wc_add_to_cart_message is passed product IDs so you can use wc_get_product on said ID and output the price.

    Note; this function is changing in 2.6 so you’ll need to revisit this customisation in the future.

Viewing 1 replies (of 1 total)

The topic ‘Custom successfully added to cart message’ is closed to new replies.