Jump to content
xt:Commerce Community Forum

Smarty error: unable to read resource: "account_link.html"


eurogard

Recommended Posts

Unter installierte Plugins bei dem Banktransferplugin den Hook:

account_tpl_account_data bearbeiten und Inhalt ersetzen mit:


  $tpl_data = array();

  $tmp_data = '';

  $tpl = 'account_link.html';

  $template = new Template();

  $template->getTemplatePath($tpl, 'xt_banktransfer', '', 'plugin');


  $tmp_data = $template->getTemplate('xt_banktransfer_account_smarty', $tpl, $tpl_data);

  echo $tmp_data;

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...