Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Call to a member function checkout_initialization_method() on a non-object HELP !


davidkinsella

Recommended Posts

Posted

Hi there,

 

Hope somebody can help as I have loooked in the forum and cannot really see a similar problem. I am getting the error on the shoppping cart page

 

Call to a member function checkout_initialization_method() on a non-object in ...... shopping_cart.php on line 205

 

which refers to the lines of code

 

<?php

$initialize_checkout_methods = $payment_modules->checkout_initialization_method();

 

if (!empty($initialize_checkout_methods)) {

?>

 

However, this only occurs when you go to an empty shopping cart, no probelms when you add items or anything like that and I can place a full order through the system. I cannot see for the life of me why it is occuring as it used to say you have no items in your cart. Anybody have any bright ideas?

 

Thanks in advance for your help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...