devenh
27th of February 2004 (Fri), 21:04
I am trying to determine the easiest way to implement a shopping cart with EE 1.5.
I would like a customer to be able to view a photo, click a "buy print" button, and then be given a choice of print sizes, paper types, and crop options. For a given image, they should be able to to pick multiple sizes, paper types, etc. For example, for image 9999 they might want 6 5x7's and 2 8x10's. Quantity discounts would be available when ordering multiple copies of the same image. The system would handle credit card payments.
The existing EE commerce options seem to be pretty limited based on my testing (let me know if I'm wrong on this).
My options seem to be (feel free to add alternatives):
1. Add to EE by writing additional php/mysql code
2. Use an existing shopping cart app (or write a custom one) running on my server
3. Use a shopping cart provided by PayPal or other credit card processing service (e.g. www.mypaysystems.com)
Has anyone faced this issue and how did you proceed?
Are there any near term enhancements planned to EE that would address any of these requirements? If not, would anyone want to pool resoucres and implement such a system?
Now, if I could jump to a specific technical question: Can the current "buy print" button that is displayed when the EE commerce options are enabled be customized and, if so, can it contain a session id so that as a customer browses and adds to their cart that their selections are kept seperate from another customer shopping at the same time?
Deven
I would like a customer to be able to view a photo, click a "buy print" button, and then be given a choice of print sizes, paper types, and crop options. For a given image, they should be able to to pick multiple sizes, paper types, etc. For example, for image 9999 they might want 6 5x7's and 2 8x10's. Quantity discounts would be available when ordering multiple copies of the same image. The system would handle credit card payments.
The existing EE commerce options seem to be pretty limited based on my testing (let me know if I'm wrong on this).
My options seem to be (feel free to add alternatives):
1. Add to EE by writing additional php/mysql code
2. Use an existing shopping cart app (or write a custom one) running on my server
3. Use a shopping cart provided by PayPal or other credit card processing service (e.g. www.mypaysystems.com)
Has anyone faced this issue and how did you proceed?
Are there any near term enhancements planned to EE that would address any of these requirements? If not, would anyone want to pool resoucres and implement such a system?
Now, if I could jump to a specific technical question: Can the current "buy print" button that is displayed when the EE commerce options are enabled be customized and, if so, can it contain a session id so that as a customer browses and adds to their cart that their selections are kept seperate from another customer shopping at the same time?
Deven