Geronimo2012 Posted November 24, 2012 Share Posted November 24, 2012 Hi, i was trying to override the views of the bankwire module in PS 1.5.2. According to the documentation I should put overridden files in: /themes/my_theme/modules/bankwire/views/templates/front/payment_execution.tpl /themes/my_theme/modules/bankwire/views/templates/hook/payment_return.tpl Am i doing something wrong or does the code in the bankwire module not allow this? return $this->display(__FILE__, 'payment_return.tpl'); $this->setTemplate('payment_execution.tpl'); This does not work however. Any ideas? Regards, Jeroen Link to comment Share on other sites More sharing options...
Geronimo2012 Posted November 25, 2012 Author Share Posted November 25, 2012 Found it! Just placed the overridden templates in: /themes/my_theme/modules/bankwire Hi, i was trying to override the views of the bankwire module in PS 1.5.2. According to the documentation I should put overridden files in: /themes/my_theme/modules/bankwire/views/templates/front/payment_execution.tpl /themes/my_theme/modules/bankwire/views/templates/hook/payment_return.tpl Am i doing something wrong or does the code in the bankwire module not allow this? return $this->display(__FILE__, 'payment_return.tpl'); $this->setTemplate('payment_execution.tpl'); This does not work however. Any ideas? Regards, Jeroen Link to comment Share on other sites More sharing options...
Recommended Posts