Products     Magento Extension     PCI-Shopping-Carts     Templates       CRELoaded     WordPress Modules     osCommerce Modules       osCommerce Addons       osCommerce Features       osCommerce Management       Payment Modules     CRELoaded Modules       CRE Loaded Addons       CRE Loaded Features       CRE Loaded Management       Payment Modules       CRELoaded Services
Free Stuff
Customization
Templates
Compare Products
You have no items to compare.
Affiliate Info
Affiliate Program FAQ
Affiliate Log In
Recent Orders
Hot Keywords: Order Notification, Order Search, Coupon, Flash Board, Compare, Floating Message, Tracking, Moneris, RSS, Visitor Filter

  Wirecard mit Kreditkarte inkl. 3D-Secure + Lastschrift und

The following osCommerce contribution is a free Opensource code originated from official osCommerce website and provided for your reference only, you may download the original contribution file(s) and install it on your own; or you may request a Paid Installation Service from Agents Of Power; Agents Of Power does the "AS IS" installation on your website, we do not guarantee it will work properly on your website. Extra Paid service is available for repairing the problem from the original contribution or from your website.
Offensichtlich ist die Anleitung fuer einen XT Shop ausgelegt.

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if ($_GET['action']) {
switch ($_GET['action']) {

Leider liegt der Code in OS 2.2 so nicht vor.
Sollte so aussehen:

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if (tep_not_null($action)) {
switch ($action) {

/*****************************************************************/
/* in der Datei /admin/customers.php nach folgendem Text suchen: */
/*****************************************************************/
if (tep_not_null($action)) {
switch ($action) {

/***********************************/
/* Davor folgende Zeilen einfügen: */
/***********************************/
##################################### WireCard Start ######################################
if (file_exists(DIR_FS_CATALOG.DIR_WS_CLASSES . 'class.wirecard.php')){
include(DIR_FS_CATALOG.DIR_WS_CLASSES . 'class.wirecard.php');
} else {
include(DIR_WS_CLASSES . 'class.wirecard.php');
}
$wc = new wirecard();
$userBoni = $wc->getCustomerStopLight($_GET['cID']);
##################################### WireCard End ########################################


Completes Paket liegt bei.
aktuelles Modul für os:Commerce beinhaltet MasterCard & Visa (mit oder ohne 3D-Secure), Amex + Lastschrift
   Posted on: 12/09/2008     See contribution details Request Installation with Paid service