Jump to content

[solved]Bankwire doesn't work!


Recommended Posts

  • 2 weeks later...

Hello,

 

I've enabled errors and got this message when trying to chose bankwire as payment:

 

[PrestaShopException]

Template 'payment_execution.tpl'' not found
at line 61 in file classes/controller/ModuleFrontController.php

55. 		if (Tools::file_exists_cache(_PS_THEME_DIR_.'modules/'.$this->module->name.'/'.$template))56. 			$this->template = _PS_THEME_DIR_.'modules/'.$this->module->name.'/'.$template;57. 		elseif (Tools::file_exists_cache($this->getTemplatePath().$template))58. 			$this->template = $this->getTemplatePath().$template;59. 		else60. 			throw new PrestaShopException("Template '$template'' not found");61. 	}62. 63. 	/**64. 	 * Get path to front office templates for the module65. 	 *

 

 

Help, please!!

Link to comment
Share on other sites

×
×
  • Create New...