langziyang Posted May 16, 2014 Share Posted May 16, 2014 this is my payment.tpl <p class="payment_module"> <a href="{$link->getModuleLink('chinabank','payment',[],true)|escape:'html'}" title="{l s='网银在线支付' mod=chinabank}"> <img src="{$this_path}chinabank.gif" width="86" height="49"> {l s='使用网银在线支付' mod='chinabank'} </a> </p> Link to comment Share on other sites More sharing options...
PascalVG Posted May 16, 2014 Share Posted May 16, 2014 Hi lang, - Do you have a link to your shop, so we can have a look? - What PrestaShop version do you use? - Do you use a custom Theme, or just the default one? pascal Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2014 Share Posted May 16, 2014 it uses probably old way to display payment options. make sure that module .tpl file has got the same structure as new modules from 1.6.x or just show us contents, we will do the rest Link to comment Share on other sites More sharing options...
langziyang Posted May 17, 2014 Author Share Posted May 17, 2014 Hi lang, - Do you have a link to your shop, so we can have a look? - What PrestaShop version do you use? - Do you use a custom Theme, or just the default one? pascal 1、not have link the shop 2、v1.6.0.6 3、just default Theme Link to comment Share on other sites More sharing options...
vekia Posted May 17, 2014 Share Posted May 17, 2014 and what are the contents of your module tpl file? can you show it, please? Link to comment Share on other sites More sharing options...
langziyang Posted May 19, 2014 Author Share Posted May 19, 2014 and what are the contents of your module tpl file? can you show it, please? this is my moduel tpl file <p class="payment_module"> <a href="{$link->getModuleLink('chinabank','payment',[],true)|escape:'html'}" title="{l s='网银在线支付' mod=chinabank}"> <img src="{$this_path}chinabank.gif" width="86" height="49"> {l s='使用网银在线支付' mod='chinabank'} </a> </p> and this is cheque module tpl file <p class="payment_module"> <a href="{$link->getModuleLink('cheque', 'payment', [], true)|escape:'html'}" title="{l s='Pay by check.' mod='cheque'}"> <img src="{$this_path_cheque}cheque.jpg" alt="{l s='Pay by check.' mod='cheque'}" width="86" height="49" /> {l s='Pay by check' mod='cheque'} {l s='(order processing will be longer)' mod='cheque'} </a> </p> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now