【发布时间】:2018-04-20 23:22:25
【问题描述】:
在我的凭证输入框中添加占位符文本有些困难。
该页面可在以下链接中找到: 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 页面可供查找。有人有想法吗?
非常感谢
【问题讨论】:
标签: text prestashop-1.6 placeholder inputbox