Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

netfuchs

Archived
  • Posts

    1
  • Joined

  • Last visited

About netfuchs

  • Birthday 07/05/1965

Profile Information

netfuchs's Achievements

  1. Hi I had the same problem. The reason was a modification in checkout_confirmation.php for an older postfinance module. Search in checkout_confirmation.php: if (is_array($payment_modules->modules) && ($$payment->code == 'postfinance')) {echo $payment_modules->process_button();} Delete or comment out the line like this: //if (is_array($payment_modules->modules) && ($$payment->code == 'postfinance')) {echo $payment_modules->process_button();} I hope it helps Greetings Rolf
×
×
  • Create New...