Error! The price field may have been tampered. Security check failed.
-
Hey, I’m passing some php variables to the buy button like this:
echo "[wp_cart_button name='" . $act_t . " - " . $ticket['ticket_title'] . "' price='" . $ticket['ticket_cost'] . "']";
Which displays on the page correctly and the code looks right.
All the buttons generated with this php code are causing this same error, (Error! The price field may have been tampered. Security check failed.)
but I have no other way to build these buy buttons.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error! The price field may have been tampered. Security check failed.’ is closed to new replies.