duanhuan3012 2015-01-08 02:29
浏览 30
已采纳

更改Prestashop中COD结帐页面上的默认“免费”文本

I am using prestashop 1.5.x and i would like to change the word "Free" with "Terms and Condition Apply, Please see next page for details" on this section (see attachment).

How to change the word in circle just for COD

What would be the simplest way to do it? And which files that are affected ?

I've tried to look at modules/cashondelivery/views/templates/

front/payment_execution.tpl
hook/payment.tpl
hook/payment_return.tpl

But didn't find anything that might points to that specific text. I think it has something to do with the smarty template as well (CMIIW)

Thank you for your help

Cheers...!

  • 写回答

1条回答 默认 最新

  • duanqiao2006 2015-01-08 06:41
    关注

    Texts are located at

    themes/default/order-carrier.tpl
    

    Line 184

    {l s='Free'}
    

    Which means that this text is translatable as Front-Office string.

    Easy way to find it is look at compiled HTML for specific classes/ids, for example

    <div class="delivery_option_price">
    

    Then search through all your PrestaShop files for this string and you will find related texts.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何解决ldsc的这条报错/index error
  • ¥15 VS2022+WDK驱动开发环境
  • ¥30 关于#java#的问题,请各位专家解答!
  • ¥30 vue+element根据数据循环生成多个table,如何实现最后一列 平均分合并
  • ¥20 pcf8563时钟芯片不启振
  • ¥20 pip2.40更新pip2.43时报错
  • ¥15 换yum源但仍然用不了httpd
  • ¥50 C# 使用DEVMOD设置打印机首选项
  • ¥15 麒麟V10 arm安装gdal
  • ¥20 OPENVPN连接问题