treehouse : what would you like to learn today?
Web Design Web Development iOS Development

good customizable billing systems/point of sale e-commerce

  • A friend of mine wants me to help him set up a hosting/rental web site.

    Does anyone have any suggestions on what systems are out that i will be able to make forms that will auto update when users change values? For example a user changes hosting size from 5GB to 10GB and the form will update the price and properly process it for Credit cards, paypal, etc...

    Thanks!
  • I think you can easily do that by yourself with some little javascript. I think that is better then using a whole system. The example that you said could easily be done by a few lines javascript. You just make a function that when the selectbox changes, the price changes too...
  • ok thanks!
  • theres bound to be tons of ajax tutorials for this