Jump to content

Override view of bankwire module


Recommended Posts

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

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

×
×
  • Create New...