Dušan K. Posted August 30, 2016 Share Posted August 30, 2016 Hello, i wanted to edit my "Cash on delivery module". I went to /modules/cashondelivery/views/templates/hook/ and edit file "payment.tpl". I have only translated the text from English to Czech, here it is: (i highlighted my changes) <p class="payment_module"> <a href="{$link->getModuleLink('cashondelivery', 'validation', [], true)|escape:'html'}" title="{l s='Platit v hotovosti' mod='cashondelivery'}" rel="nofollow"> <img src="{$this_path_cod}cashondelivery.gif" alt="{l s='Platit v hotovosti'}" style="float:left;" /> <br />{l s='Platit v hotovosti' mod='cashondelivery'} <br />{l s='Osobní vyzvednutí' mod='cashondelivery'} <br style="clear:both;" /> </a> </p> I saved the code and uploaded it on server, but i cant see any differences on my website. Can you please advise me what should i do? Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2016 Share Posted August 30, 2016 check theme directory: /themes/your-themes/modules/cashondelivery/ - maybe there you will find .tpl fle and if so - this is the right file to apply changes Link to comment Share on other sites More sharing options...
Dušan K. Posted August 30, 2016 Author Share Posted August 30, 2016 /themes and there are only these files: .htaccess debug.tpl index.php javascript.tpl live_edit.tpl i also tryed: /moduls/casondelivery/ - there is no .tpl Link to comment Share on other sites More sharing options...
Dušan K. Posted September 2, 2016 Author Share Posted September 2, 2016 My problem is still not solved. Can somebody advice me? Revision:i wanted to edit my "Cash on delivery module". I went to /modules/cashondelivery/views/templates/hook/ and edit file "payment.tpl". I have only translated the text from English to Czech, here it is: (i highlighted my changes) <p class="payment_module"> <a href="{$link->getModuleLink('cashondelivery', 'validation', [], true)|escape:'html'}" title="{l s='Platit v hotovosti' mod='cashondelivery'}" rel="nofollow"> <img src="{$this_path_cod}cashondelivery.gif" alt="{l s='Platit v hotovosti'}" style="float:left;" /> <br />{l s='Platit v hotovosti' mod='cashondelivery'} <br />{l s='Osobní vyzvednutí' mod='cashondelivery'} <br style="clear:both;" /> </a> </p> I saved the code and uploaded it on server, but i cant see any differences on my website. Link to comment Share on other sites More sharing options...
Dušan K. Posted September 2, 2016 Author Share Posted September 2, 2016 I finally found it out. The problem was in my Filezilla setting. 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