Ticket #1448 (new enhancement)
better out-of-box demo setup
| Reported by: | smagnusson | Owned by: | sharvey |
|---|---|---|---|
| Priority: | minor | Milestone: | E-Commerce 0.6.0 |
| Component: | Modules - ecommerce | Version: | |
| Severity: | medium effort / impact | Keywords: | |
| Cc: | Hours: |
Description (last modified by smagnusson) (diff)
1. the products should have images. find something tiny, e.g. 10-20kb.
2. make it really easy to have a test mode for creditcard payments,so that demo.silverstripe.com can use it, or you can make it easy to do development with. e.g. perhaps it just has a "test CC payment gateway" on by default, that simply always works. Perhaps the default setup is:
Payment::set_supported_methods(array(
'TestCCPayment' => 'Credit card (Test Only)', 'ChequePayment?' => 'Cheque'
));
The shop system would have a little note saying "Credit card payments in test mode only. No money will be actually charged nor will your credit card details be stored"
This means in the docs you could also say: if testmode then use that testcc system else use the proper one... it also lets you work with the cc stuff a little bit without needing to talk with a CC gateway at all.
3. set a default email sender such as "shop@…" in _config.php and comment that it should be changed
