Woo kills $_POST
-
I try to use custom parameters for my needs in Product.
But…
Please, add to Cart Test product here:
https://test17.tested-ok.ru/?product=test-product
and view Cart
https://test17.tested-ok.ru/?page_id=8Here you can see standart Cart page and $_POST variable.
Do you see $_POST[‘cart’][‘blablabla’][‘qty’] ?
It’s OK. These are Quantity field name and value. When I use my fields we could see its name and value in $_POST too.But now…
If we change Test product Quantity and update Cart, we couldn’t see nor Quantity nor any fields in $_POST.
You see that any time when we change quantity and update cart.
My question is: How and where can I take my text input field value for use?
- The topic ‘Woo kills $_POST’ is closed to new replies.