[-] MO : fixed bug #PSCFV-7703 - Images for bank wire, cheque and cash payment missing on Order Summary

This commit is contained in:
vAugagneur
2013-04-26 10:30:17 +02:00
parent a0867d3a92
commit 9983b1723f
12 changed files with 14 additions and 8 deletions
+1
View File
@@ -162,6 +162,7 @@ class Cheque extends PaymentModule
$this->smarty->assign(array(
'this_path' => $this->_path,
'this_path_cheque' => $this->_path,
'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->name.'/'
));
return $this->display(__FILE__, 'payment.tpl');