View Cart
|
Wish List
|
Login
|
Register
|
Thursday, February 09, 2012
Home
Features
DNN Modules
DNN Skins
All
Stores
My
Account
Support &
Service
Search
..::
Support &
Service
Forum
::..
English (United States)
Español (España)
Français (France)
Italiano (Italia)
Nederlands (Nederland)
Norsk (Bokmål) (Norge)
Português (Portugal)
Dansk (Danmark)
Svenska (Sverige)
English (United Kingdom)
Deutsch (Deutschland)
Search
Forum Home
DotNetNuke
CATALooK.netStore
Final Checkout ...
Final Checkout customization
1/5/2007 12:25:51 PM
ojgen
9 posts
Final Checkout customization
I want to implement my own payment gateway routines. When the shop customer makes final checkout, my routines should be run. How easily it's possible to ovveride catalook routines with my own? How easily to insert my own step in "Final Checkoout" sequence
? Need I directly to modify the source code of CAT_Cart module (or others) or catalook allows customizing such things in special manner?
1/15/2007 4:42:00 AM
host
1831 posts
Re: Final Checkout customization
If your gateway provider supports the server to server method, you can create a new application which interacts with your gateway and the gateway provider of CATALooK.netStore. Here you can find the source code:
DesktopModules\CATALooKStore\Providers\GatewayProviders\DotNetChargeProvider\DotNetChargeProvider.vb .
Normally this provider is for .netCHARGE but you can also use it to connect your own gateway application. The code is self explaining because there are only properties and one charge command in it.
To request code samples, please contact your gateway provider.
If your provider supports the hosted method, you must add the code to file: _creditcardcheckout.ascx (cart checkout) and _creditcardcheckout2.ascx ('Pay Now' button: module CAT_CustomerAccount. In this case you need the source code version of CATALooK.netStore
To add steps to the cart checkout process, you must change the source code. File: shoppingcart.ascx.vb.
Page 1 of 1
DotNetNuke
CATALooK.netStore
Final Checkout ...
Flat View
Tree View
Oldest To Newest
Newest To Oldest
References / Live Stores
|
Forum
|
Trial Downloads
|
Resource Directory
|
Release History
|
Support Requests
|
Referral Program
|
Contact
CATALooK
|
Terms Of Use
|
Privacy Statement
Copyright 2002-2010 CATALooK