Jump to content

Problem with PayPal - Error 500


Recommended Posts

The error :

[php Notice #8] Undefined property: Autoload::$id_cart (/hermes/bosweb26d/b46/dom.*********/public_html/controllers/front/OrderConfirmationController.php, line 154)

 

Host Provider : Domain.com

 

Hope you can help me with this.

Link to comment
Share on other sites

  • 5 months later...

Edit file /controllers/front/OrderConfirmationController.php

 

And remove code:

$cart = new Cart((int)($this->id_cart));
self::$smarty->assign(array(
  '_order' => $this->id_order,
  '_value' => $cart->getOrderTotal()
));
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...