Hi there,
I’m having some trouble getting values out of some custom text boxes that I added to the product page. I’ve hooked into “woocommerce_add_cart_item_data” and tried to get them using $_POST['text_box_name'];
but that doesn’t seem to be working.
Ajax is enabled so I’m guessing that I might be missing something? Any help is appreciated. If admins need access to the files I’m happy to send them over.