Add to cart quanity by input text |
9/24/2012 10:26:28 AM |
PHPRunner General questions | |
L
Luca author
Hi, I'm Luca from Italy, function OnServer($params,$result,$keys)
|
|
L
|
Luca author 11/16/2012 |
Nothing? |
![]() |
Sergey Kornilov admin 11/16/2012 |
If you simply copied and pasted code from that tutorial you can access your custom field value as $_REQUEST["test"] $test_prefixshopping_cart->Qty = $_REQUEST["test"]; |
L
|
Luca author 11/19/2012 |
If you simply copied and pasted code from that tutorial you can access your custom field value as $_REQUEST["test"] $test_prefixshopping_cart->Qty = $_REQUEST["test"];
|
![]() |
Sergey Kornilov admin 11/19/2012 |
I guess your code is different from the one in example. Not sure what else it might be. |