Skip to content

Error in Ebizmarts_MailChimp_CartController #1182

@fabianaromagnoli

Description

@fabianaromagnoli

Preconditions

  1. mailchimp/mc-magento 1.1.20
  2. Magento 1.9.4.5
  3. PHP 7.0

Description

I got the following error:
Error: Uncaught exception 'Error' with message 'Call to undefined method Ebizmarts_MailChimp_CartController::_()' in /home/jeep/public_html/releases/99/magento/app/code/community/Ebizmarts/MailChimp/controllers/CartController.php:40

Seems like there's a typo in two lines in CartController (line 40 and line 65):
$this->_("...")
instead of
$this->__("...")

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions