Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ben80

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Ben

Ben80's Achievements

  1. When using Netbilling's latest payment module in combination with various discount modules (discount_quant_v1, qty_discount_v1.41, etc), the discounted price is not sent to the gateway. This can be fixed by simply replacing the following lines in checkout_process.php: // load the before_process function from the payment modules $payment_modules->before_process(); require(DIR_WS_CLASSES . 'order_total.php'); $order_total_modules = new order_total; $order_totals = $order_total_modules->process(); With following: // load the before_process function from the payment modules // $payment_modules->before_process(); 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(); I hope this helps anybody else that runs across this issue.
  2. Chris, I just now came across this thread. Are you still having problems with your osCommerce installation? Feel free to contact me so we can figure out what the problem is and get things running. [email protected] or 888-357-8166. --- Ben Tischler 661-252-2456 x1009 Netbilling, Inc.
  3. Hi, Ben here from Netbilling. We are looking to have a new module written that integrates with our Direct mode version 3 API (transparant backend integration). The documentation is located at www.netbilling.com/direct/v3/. It must support both auth and sale type transactions. Also must support checks but will allow for merchants to turn off the check or credit card option since some use one or the other. Any offers? Thanks, Ben Tischler =============================== Netbilling, Inc. Email: [email protected] Phone: 661-252-2456 Url: http://www.netbilling.com ===============================
×
×
  • Create New...