This is a discussion on [Bug Fix] Low order Fee not Working with AuthorizeNet within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Bug Description The Order Total module low order fee is not working with Authorize Net. The low order fee will ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Bug Description The Order Total module low order fee is not working with Authorize Net. The low order fee will display properly during checkout, but it is not sent to Authorizenet. Bug Fix To fix this, either download the attached zip file and replace checkout_process.php with the file included in the zip, or manually edit the code making the following change: Find this code: Code: require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); Code: require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->process();
//************************************************************
// Authorizenet ADC Direct Connection
// Make sure the /catalog/includes/class/order.php is included
// and $order object is created before this!!!
if(MODULE_PAYMENT_AUTHORIZENET_STATUS) {
include(DIR_WS_MODULES . 'authorizenet_direct.php');
}
//************************************************************
__________________ Michael Sasek osCMax Developer
|
|
#2
| |||
| |||
| thank you for posting this fix. I just started using the low order fee and could not figure out why it would not show up on the credit card. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Authorizenet.php | starview | osCommerce 2.2 Installation Help | 13 | 12-31-2006 10:33 PM |
| Having problems with Authorizenet payment mod anyone else? | Redeye_Joe | osCMax v2 Customization/Mods | 2 | 08-02-2006 08:55 PM |
| Help ! Order not working ! | shirster | osCMax v2 Features Discussion | 1 | 06-24-2006 09:09 PM |
| AuthorizeNet Error | judoka | osCommerce 2.2 Modification Help | 0 | 06-04-2003 10:41 PM |
| My Order History not working on CC test | Snoop | osCommerce 2.2 Modification Help | 1 | 01-30-2003 06:55 PM |