This module has been tested with the current release of oscommerce, 2.2 Milestone 2 Update 060817. There are several items we found were necessary to make this work:
-session storage in mysql during your oscommerce installation
-change to /catalog/admin/modules.php to make admin interface for payment modules operate properly
FROM THIS: while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) {
TO THIS: foreach ($HTTP_POST_VARS['configuration'] as $key => $value){
-in the admin interface for oscommerce, enter the VELOCT account id in the VELOCT payment module
More...




LinkBack URL
About LinkBacks









Bookmarks