Get product category from product in cart
-
There are 3 kinds of products on my shop, dishes, drinks and deserts
I would like to restrict the number of dishes ordered to a maximum of 6
However, I cannot seem to access the category of a product that is in the cart with the following code
global $woocommerce; $items = $woocommerce->cart->get_cart();
Am I missing something ? Or is there a better way to access the category of a product that is already in the cart ?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get product category from product in cart’ is closed to new replies.