Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function breaks_woofunnels() {
- WC()->cart->calculate_totals();
- foreach ( WC()->cart->get_cart() as $item ) {
- var_dump( get_the_excerpt( $item['product_id'] ) );
- }
- }
- add_action( 'woocommerce_before_checkout_form', 'breaks_woofunnels' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement