Community Add-Ons
Linkpoint Connect 1.0
for osCommerce Online Merchant v2.1
For those of you having problems with the Linkpoint API module you now have an alternative. You will need to make sure you have the LinkPoint Connect option enabled. Log into Linkpoint Central, click on customization at the top, scroll down, there should be an option named configure Linkpoint Connect. If not you will need to contact their sales department to have the option added. Normally there is no additional fee to have this option added.
CardService Sales 1-800-456-5902
Legend:
Download
Report
To fix the tax calculation (so tax is added to shipping and/or add-ons like product attributes...
As always, make copy or backup file first!
EDIT file: catalog/checkout_process.php
_____________________________________
##FIND:
//load the before_process function from the payment modules
$payment_modules->before_process();
______________________________________
##RELOCATE/MOVE THIS (cut/paste) just under this code:
require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->process();
<<<<paste code here>>>>
## It should look like this when done:
require(DIR_WS_CLASSES . 'order_total.php');
$order_total_modules = new order_total;
$order_totals = $order_total_modules->process();
// load the before_process function from the payment modules
$payment_modules->before_process();
__________________________________________
Upload file and done! Tax calculations are now sent correctly to Linkpoint.
NOTE: this is NOT in documentation yet, file attached is still original non modified to this update.
Cheers, KJ (Top_Speed)
