Loading Hurrik.com

Look Products Already Added To Cart Woocommerce

Already added product to cart in Woocommerce. So you can get the product id,  information by this code. // header <?php global $woocommerce; require_once(‘../../../wp-load.php’); // cart loop in woocommerce if ( sizeof( $woocommerce->cart->get_cart() ) > 0 ) {

foreach ( $woocommerce->cart->get_cart() as $cart_item_key => $values ) { $_product = $values[‘data’]; $product_id = $_product->id; print_r($product_id.”, “); }

} ?>

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

X

Get in touch

Thank you for your interest in hurrik.com Kindly please fill the form and Submit. Our representative will respond to your request as soon as possible.