1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » Change payment type
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 862 Views |
-
Change payment type

11 May 2011 at 3:36pm Last edited: 3 June 2011 1:29pm
I want to change the payment type on the checkout page to Credit Card. My client does not use a payment gateway, they manually process credit card details. After the checkout page there will be a page for capturing the credit card details.
How do I modify the module to indicate a different payment type?
http://mipcolostrumnz.com/buy-colostrum/mip-colostrum-powder
http://www.naturalanxietysolutions.com/reviews/anxiety_self_help_programs/the_linden_method_review.html -
Re: Change payment type

14 May 2011 at 1:05am
You'd need to create your own payment module, extending the Payment class.
So I guess you'd define $db members for the card details, getPaymentFormFields returns the card details form that the purchaser completes, and the controller validates & stores the card details.
Bear in mind that if payment card details are being entered & stored on a web server, the server probably needs to be audited by an independent security firm. That's why everyone's switching to payment forms hosted by the card payment gateways.
| 862 Views | ||
|
Page:
1
|
Go to Top |

