- Jan 2, 2006
- 10,455
- 35
- 91
I'm hoping for some advice on how to implement this.
I want to add a shopping cart component to my website - customers can select a service, go through a multi-step form process that allows them to:
1. configure their service with numerous different options
2. become educated on what the individual options are (a photo or demo of each option on each form page)
3. pay for it via their credit card
The order form shouldn't be a problem, but I'm not sure how to hook it up into a shopping cart and order checkout system.
I've looked at a lot of shopping cart software and they all have their own rigid order checkout process that is hard to use for a highly customized service such as mine. Plus all of them use PHP and MySQL. I've only learned Rails, Meteor, MongoDB, and PostGreSQL. I've heard bad things about PHP and MySQL. I really like the way MeteorJS does things but they use MongoDB and there's no support for MySQL.
Because they use PHP and MySQL, wouldn't this be very tough to do if I want to use Rails or Meteor and MongoDB? I'm also fuzzy on what the server configuration would be like with these different languages all running on the same website.
The shopping cart software currently available is critical because of all the additional backend admin features they provide, like keeping track of inventory levels, setting tax rates by state, running sales reports, cost reports, storing credit card numbers, etc. I do *not* want to code all this myself.
But they all use PHP and MySQL.
Any advice is appreciated!
I want to add a shopping cart component to my website - customers can select a service, go through a multi-step form process that allows them to:
1. configure their service with numerous different options
2. become educated on what the individual options are (a photo or demo of each option on each form page)
3. pay for it via their credit card
The order form shouldn't be a problem, but I'm not sure how to hook it up into a shopping cart and order checkout system.
I've looked at a lot of shopping cart software and they all have their own rigid order checkout process that is hard to use for a highly customized service such as mine. Plus all of them use PHP and MySQL. I've only learned Rails, Meteor, MongoDB, and PostGreSQL. I've heard bad things about PHP and MySQL. I really like the way MeteorJS does things but they use MongoDB and there's no support for MySQL.
Because they use PHP and MySQL, wouldn't this be very tough to do if I want to use Rails or Meteor and MongoDB? I'm also fuzzy on what the server configuration would be like with these different languages all running on the same website.
The shopping cart software currently available is critical because of all the additional backend admin features they provide, like keeping track of inventory levels, setting tax rates by state, running sales reports, cost reports, storing credit card numbers, etc. I do *not* want to code all this myself.
But they all use PHP and MySQL.
Any advice is appreciated!