• currently i add product to the cart by $woocommerce->cart->add_to_cart( 21, 1, 0, $item,$cart_item_data)

    now product with id 21 is added to cart . I save many details in $cart_item_data .What i want is when the order is created for this cart product then the $cart_item_data need to save to the db , and in the order section of admins i can see the details of each product with this $cart_item_data.

    Please help .

    • This topic was modified 8 years, 1 month ago by ronmisely.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Need to save cart item meta of the each product to orders’ is closed to new replies.