I need help with trying to create shopping cart with no payment gateways

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Travis1012
    New Member
    • Mar 2008
    • 2

    I need help with trying to create shopping cart with no payment gateways

    Hi,

    I require a shopping cart which gathers infomation from customers on what they wish to purchase (all products show a price with them). After they have created their list, they go to the cart they input their contact details (Name, Address, Email) and I recieve the list of products they wish via an email, file or location on the website (preferably email). After that I wish to email them back with a quote for postage to their address for the items they wish to purchase and the ways to pay me. Therefore no payment gateways are required in the cart.

    Does anyone have code to help me with this situation? Or any websites which may help me?

    All help is greatly appreciated.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You may not need JavaScript at all for this.

    If you want a client-side solution, use "mailto:" as the action for the form. This is unreliable because you depend on the user having a mail application properly set up.

    The best way would be to use a server-side script to send the email.

    Comment

    Working...