在我的凭证输入框中添加占位符文本时遇到一些困难。
该页面可在以下链接中找到: Order Page
该网站使用Prestashop 1.6.17构建。
我想在此处添加“输入优惠券代码”到图片下方的白色输入框as shown in this picture.
我在带有chrome检查功能的html中添加了一个字符串 - 占位符文本:
<input type="text" class="discount_name form-control" id="discount_name" name="discount_name" value="" placeholder="insert voucher code here">
但是我不知道在Prestashop中修改的位置,因为没有这样的html页面可供查找。有没有人有想法?
非常感谢
答案 0 :(得分:0)
您需要修改 fluidRow(column(width =8, box( C3GaugeOutput("gauge1","auto","auto")),
box(C3GaugeOutput("gauge2","auto","auto")),
box(C3GaugeOutput("gauge3","auto","auto"))))
并修改优惠券输入。
如果已启用缓存,请确保在之后清除缓存。
Here是默认主题的凭证输入。根据默认主题中的税金和价格设置,有一个以上的输入。
您的主题可能不同,但应该在同一个文件中。