|
Posted by Beauregard T. Shagnasty on April 18, 2008, 9:32 pm
Please log in for more thread options
zoomcart.com wrote:
> I have code below that posts form data to a cgi scripted shopping cart
...
> <form name='submit3' action='http://my.com/cart.cgi' method='post'>
> <input type='hidden' name='user' value='bighouse'>
> <input type='hidden' name='item_name' value='My Product'>
> <input type='hidden' name='item_number' value='001'>
> <input type='hidden' name='item_price' value='3.95'>
Is that safe?
What will happen if I make a copy of your form and change to:
<input type='hidden' name='item_price' value='0.03'>
Will your cart sell 'My Product' to me for 3¢ ?
--
-bts
-you can still add the shipping
|