We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/opencart/opencart/wiki/Events-(script-notifications)
If you are loading $this->load->model('tool/event'); then use this $this->model_tool_event->addEvent($args);
or if you are using $this->load->model('extension/event') then update code to $this->model_extension_event->addEvent($args);
Yeah it's baby issue and you are noob 👎
The text was updated successfully, but these errors were encountered:
It should be:
$this->load->model('extension/event');
Sorry, something went wrong.
https://github.com/opencart/opencart/wiki/Events-(script-notifications)/47a244e8cde4fc40b629df729fd0f36b3ba8e31e
No branches or pull requests
https://github.com/opencart/opencart/wiki/Events-(script-notifications)
If you are loading
$this->load->model('tool/event');
then use this
$this->model_tool_event->addEvent($args);
or if you are using
$this->load->model('extension/event')
then update code to
$this->model_extension_event->addEvent($args);
Yeah it's baby issue and you are noob 👎
The text was updated successfully, but these errors were encountered: