Jump to content

Cash on delivery (custom changes in code are not visible on my website)


Dušan K.

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...