omise / omise-prestashop

Omise PrestaShop Plugin
https://docs.opn.ooo/prestashop-plugin
MIT License
4 stars 7 forks source link

Last Version Error. Prestashop 1.6.1.15 #67

Closed kongkiat closed 6 years ago

kongkiat commented 6 years ago

Template 'module:omise/views/templates/front/webhooks.tpl' not found at line 66 in file classes/controller/ModuleFrontController.php

    • @throws PrestaShopException
  1. */
  2. public function setTemplate($template)
  3. {
  4. if (!$path = $this->getTemplatePath($template)) {
  5. throw new PrestaShopException("Template '$template' not found");
  6. }
  7. $this->template = $path;
  8. }
  9. ModuleFrontControllerCore->setTemplate - [line 55 - modules/omise/controllers/front/webhooks.php] - [1 Arguments] OmiseWebhooksModuleFrontController->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php]

jonrandy commented 6 years ago

This is now fixed. New bugfix release for this and a few other bugs coming very soon

jonrandy commented 6 years ago

Bugfix release released! https://github.com/omise/omise-prestashop/releases/tag/v1.7.2