Adding Metadata to Woocom Cart Item


		$cart_item_data['whatever_whatever'] = $all_ec_additions;
		
		WC()->cart->add_to_cart( $current_ec_id, 1, null, null, $cart_item_data );
Comments