UK Webmaster Talk - Online Marketing - SEO


 

Shopping Cart Script - BASIC

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 ...


Go Back   UK Webmaster Talk - Online Marketing - SEO > Website Design & Development > Programming / Scripting / Coding > Php and MySQL

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Notices

Reply

 

LinkBack Thread Tools Display Modes
Old 11-02-2008, 22:14   #1 (permalink)
Newbie
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
Gilligan is an unknown quantity at this point
Arrow Shopping Cart Script - BASIC

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>
All i need is a script that enables the EXTREMELY BASIC cart and also enables the points specified in red above.


Hope i explained this well enough.


Any help is appreciated.
Gilligan
Gilligan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13-02-2008, 00:07   #2 (permalink)
Newbie
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
Gilligan is an unknown quantity at this point
Default

All sorted, will post the code when i get some time.
Gilligan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 13-02-2008, 18:35   #3 (permalink)
Newbie
 
Join Date: Feb 2008
Posts: 3
iTrader: 0 / 0%
Gilligan is an unknown quantity at this point
Default

Heres the code.

http://www.gks.890m.com/cart.zip

Unzip and read 'readme.txt'
Gilligan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
basic, cart, script, shopping

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT +1. The time now is 18:59.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
UK Webmaster Forum © WebmasterTalk.co.uk | Design by Forbairt

Ad Management by RedTyger

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41