[ Index ] |
|
Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1 |
[Code source] [Imprimer] [Statistiques]
cc payment method class
Copyright: | Copyright 2003-2006 Zen Cart Development Team |
Copyright: | Portions Copyright 2003 osCommerce |
License: | http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 |
Version: | $Id: cc.php 4903 2006-11-10 10:26:06Z drbyte $ |
Poids: | 348 lignes (17 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
cc:: (15 méthodes):
cc()
update_status()
javascript_validation()
selection()
pre_confirmation_check()
confirmation()
process_button()
before_process()
after_process()
after_order_create()
get_error()
check()
install()
remove()
keys()
cc() X-Ref |
return: cc |
update_status() X-Ref |
calculate zone matches and flag settings to determine whether this module should display to customers or not |
javascript_validation() X-Ref |
JS validation which does error-checking of data-entry if this module is selected for use (Number, Owner, and CVV Lengths) return: string |
selection() X-Ref |
Builds set of input fields for collecting cc info return: array |
pre_confirmation_check() X-Ref |
Evaluates the Credit Card Type for acceptance and the validity of the Credit Card Number & Expiration Date |
confirmation() X-Ref |
Display Credit Card Information on the Checkout Confirmation Page return: array |
process_button() X-Ref |
Build the data and actions to process when the "Submit" button is pressed on the order-confirmation screen. This sends the data to the payment gateway for processing. (These are hidden fields on the checkout confirmation page) return: string |
before_process() X-Ref |
Store the CC info to the order |
after_process() X-Ref |
Send the collected information via email to the store owner, storing outer digits and emailing middle digits |
after_order_create($zf_order_id) X-Ref |
Store additional order information param: int $zf_order_id |
get_error() X-Ref |
Used to display error message details return: array |
check() X-Ref |
Check to see whether module is installed return: boolean |
install() X-Ref |
Install the payment module and its configuration settings |
remove() X-Ref |
Remove the module and all its settings |
keys() X-Ref |
Internal list of configuration keys used for configuration of the module return: array |
Généré le : Mon Nov 26 16:45:43 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |