Woocommerce: Get Cart ID
Why this question down-voted? I think it is can be very useful. Unfortunately WooCommerce have not feature like this. But you can: Set cookie with unique id, when user added something to cart Create db table with cookie_cart_id and items, and update this table when user change items in cart. When user create order – … Read more