我百度了一下,关闭方法没找到,找到了个屏蔽的方法
找到includes/templates/yourtemplates/templates/tpl_checkout_payment_default.php
并注掉或删除下面这段代码
- 代码: 全选
<fieldset>
<legend><?php echo $selection[$i]['module']; ?></legend>
<?php echo $selection[$i]['redeem_instructions']; ?>
<div class="gvBal larger"><?php echo $selection[$i]['checkbox']; ?></div>
<label class="inputLabel"<?php echo ($selection[$i]['fields'][$j]['tag']) ? ' for="'.$selection[$i]['fields'][$j]['tag'].'"': ''; ?>><?php echo $selection[$i]['fields'][$j]['title']; ?></label>
<?php echo $selection[$i]['fields'][$j]['field']; ?>
</fieldset>
然后前台就看不见了,适用于美化版除了lite_blue外的其了几个模版。。。这几个模版都是允许优惠券那个框留空的,直接删掉代码没问题。。。
我的问题是。。。。我用的是lite_blue的模版,这个方法对我不可行= =
谁来教教我怎样改。。。。。。急用。。。。



News