From 4ce3b043cb4edb175f482e9e420d99cf26fa7327 Mon Sep 17 00:00:00 2001 From: rMalie Date: Fri, 13 Jan 2012 13:52:21 +0000 Subject: [PATCH] // Set again this_path in Cheque module instead of cheque_path git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12408 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/cheque/chequeController.php | 4 ++-- modules/cheque/payment_execution.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cheque/chequeController.php b/modules/cheque/chequeController.php index fc51f4bb4..337bf1d23 100644 --- a/modules/cheque/chequeController.php +++ b/modules/cheque/chequeController.php @@ -107,8 +107,8 @@ class ModuleChequeController extends ModuleController 'isoCode' => $this->context->language->iso_code, 'chequeName' => $this->module->chequeName, 'chequeAddress' => Tools::nl2br($this->module->address), - 'cheque_path' => $this->module->getPathUri(), - 'cheque_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->module->name.'/' + 'this_path' => $this->module->getPathUri(), + 'this_path_ssl' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__.'modules/'.$this->module->name.'/' )); $this->setTemplate('payment_execution.tpl'); diff --git a/modules/cheque/payment_execution.tpl b/modules/cheque/payment_execution.tpl index 9d5f9acea..8a1198b39 100644 --- a/modules/cheque/payment_execution.tpl +++ b/modules/cheque/payment_execution.tpl @@ -39,7 +39,7 @@

{l s='Cheque payment' mod='cheque'}

- {l s='cheque' mod='cheque'} + {l s='cheque' mod='cheque'} {l s='You have chosen to pay by cheque.' mod='cheque'}

{l s='Here is a short summary of your order:' mod='cheque'}