Jump to content

Problems with Shipping and Payment


Recommended Posts

Hi,

 

first of all: sorry my english is not perfect, im from Germany so please forgive me if ill do some mistakes.

 

At the moment I'm creating my first prestashop-shop :)

 

But I Got a problem with my frontend and I have no idea what it is. When i'm ordering as a guest at the 5 steps, at step 4 I got two options, but both are leading to the same error, if I click continue to Payment. At the payment pages appears the error:

 

Fatal error: Call to a member function assign() on a non-object in /html/prestashop/modules/cashondelivery/cashondelivery.php on line 77

 

When I open this file, the line 77-82 is:

 

$this->context->smarty->assign(array(

'this_path' => $this->_path,

'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->name.'/'

));

return $this->display(__FILE__, 'payment.tpl');

}

 

But I have no idea what it means or what I could do about it. Thank you for your help :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...