不管换什么浏览器 发货按钮就是不能按下去。
经过排查,chrome报的错是 An invalid form control with name='other_name' is not focusable.
这说明js在检查一个控件的时候除了问题。
在core\admin\view\order\orderconsign.html页面的第31行:
<span id='otherinput' style="display:none"><input type="text" class='_x_ipt' vtype='text' required='true' size='10' name='other_name'></span>
这句代码把一个必须输入的字段隐藏了。
我也不知道这个字段干嘛的。这句话变成:
<span id='otherinput' style="display:none"><input type="text" class='_x_ipt' vtype='text' required='true' size='10' name='other_name' value='null' /></span>
至少可以用了。。。。
相关文章
shopex 默认配送方式选择 修改代码
shopex 默认配送方式方法:找到目录....\core\shop\view\cart\checkout_shipping.html原“ <inp...
win7 去除 快捷方式小箭头
先要对电脑进行设置(显示扩展名)组织>>文件夹和搜索选项>>查看>>取消钩 [隐藏已知文件类型的扩展名]创建新的文本reg add "HKEY_LOCAL...
开机有2个系统,只要一个如何选择? [已经解决]
图片先等会看, 在这先讲下问题是怎么回事如果你重新安装了系统后 ,发现有两个,若只选择一个系统,想必你也不会来搜这个问题了,既然找到我这里了,肯定是想选择第二个系统的网友,那你就看好我这里的说明了。&...
word怎么生成目录
具体方法如下:(是office 2003的) 1、 选中你想在目录中显示的内容,或者在菜单栏的格式中的段落,鼠标右键→段落→缩进和间距→大纲级别(就在对其方式的右边)&r...