How can I prevent users from overriding the total cost in a shopping cart, when submitted as a hidde
Posted
by Gobi
on Stack Overflow
See other posts from Stack Overflow
or by Gobi
Published on 2010-05-06T06:19:03Z
Indexed on
2010/05/06
6:28 UTC
Read the original article
Hit count: 312
I'm having serious problems with accepting payments.
I'm passing the total amount in a hidden field
<input type="hidden"
name="checkout-flow-support.merchant-checkout-flow-support.shipping-methods.flat-rate-shipping-1.price"
value="129.00"/>
Some of the users changed this value to 2 using firebug and submitted the form. Instead of getting $129, we only received $2.
I have no idea how to proceed this anyone help me quick .
© Stack Overflow or respective owner