我想在一页结帐页面中从结算信息处理栏中删除州/省的验证。
我尝试但无法做到这一点。请检查代码:
<div class="field">
<label for="billing:region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
<div class="input-box">
<input type="text" title="<?php echo $this->__('state') ?>" name="billing[region]" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" class="input-text stat<?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" id="billing:region" />
</div>
</div>
答案 0 :(得分:3)
试试这个:
转到您的管理面板 - &gt;系统 - &gt;配置 - &gt;一般 - &gt;州选项 - &gt; &#34;&#34;
需要状态然后取消选择您不希望需要州的任何国家/地区。
(设置&#34;显示不需要状态&#34;到&#34;否&#34;如果你想完全隐藏不需要它的国家的状态输入。)