Add custom variable to cart content [closed]
I had to do something similar a while ago, this is what was working for me: In the example, the custom input name is “test_field” inside the add to cart form, and this way when you dump the cart_contents, you can see the value somewhere at the end //Store the custom field add_filter( ‘woocommerce_add_cart_item_data’, ‘add_cart_item_custom_data_vase’, … Read more