an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Offline credit card payment processing
Last Post 3/3/2008 6:59:30 PM By Linden. 2 replies.
3/3/2008 1:15:45 PM
Linden
Posts: 32
Joined: 3/19/2008
Offline credit card payment processing

All versions of DSC support offline credit card payment processing. I'm looking at the V2 beta and it's not clear to me how this would be configured or used. The credit card configuration option seems to only support "Don't accept Credit Card, Authorize.Net or PayPal Payments Pro Direct Pay". I must be missing something here. How would you configure DSC to collect credit card information with an order without configuring an Authorize.Net or PayPal provider? Thanks.

Linden

3/3/2008 1:34:42 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Offline credit card payment processing

The ideal way to archive this is a separate payment provider -- OfflineCreditCardPaymentProvider, which is planned to be released as part of V2 along with Check, Money Order payment provider.

For now, you could open up AuthorizeNetPaymentProvider.cs and remove code from methods Authorize(), Capture() and Sale() and return a bogus PaymentTransaction. And then configure to use Authorize.Net payment provider and fill in bogus account id etc. To view the credit card#, open up order detail page in the Store Admin and click "View" button in the payment method area.

DotShoppingCart Staff
3/3/2008 6:59:30 PM
Linden
Posts: 32
Joined: 3/19/2008
Re: Offline credit card payment processing

Thanks for the quick reply. I'm glad to hear the feature will be in V2.