This is a discussion on Shopping Cart Script - BASIC within the Php and MySQL forums, part of the Programming / Scripting / Coding category; Let me just start out by saying that i have been to 2 other coding forum websites, and neither have ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| Newbie | Let me just start out by saying that i have been to 2 other coding forum websites, and neither have been of any assistance to me. ----------------------------------------------------- 1) I have a merchant account with SECPay 2) I have a MySQL Database 3) I have little PHP skills The thing i want is REALLY basic. I only need this so far for one product (costing ?10). I would like to add this product to my database, then i would like for the user to buy this product and pay for it through SECPay. I want it so the user clicks 'continue' (?10 multiplied by quantity is added to total), they then select their shipping (price is added on to total), they finally click 'go to payments' and are taken to secpay with their final price. An example is below. http://gks.890m.com/democart - Does not function (just an example) i also have the form to take the user to the secpay page Code: <form name="payment" method="POST" action="https://www.secpay.com/java-bin/ValCard" name="autosubmit"> <input type="hidden" name="callback" value="shopurl"> <input type="hidden" name="merchant" value="MerchantID"> <input type="hidden" name="trans_id" value="transaction id"> <input type="hidden" name="amount" value="total price"> <input type="submit" name="Submit" value="Go to payments"> </form> Hope i explained this well enough. Any help is appreciated. Gilligan |
| | |
| Tags |
| basic, cart, script, shopping |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| shopping cart | padauipaap | General Webmaster Discussion | 0 | 12-07-2006 19:34 |
| Commerce.cgi and shopping carts. | FrozenDice | Website Design Forum | 0 | 16-01-2006 07:00 |
| Basic Javascript | Morphmaster | Programming Articles | 0 | 26-06-2005 18:46 |
| Basic Buttons | asgsoft | Flash Articles | 2 | 14-05-2005 09:49 |