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 (more…)