最土团购+货到付款
最土团购 货到付款最土团购添加货到付款的支付方式最土团购 货到付款 最土团购,货到付款 新添加的货到付款的支付方式,是利用线下充值的原理来改造的。下面介绍具体流程,步骤很多,请大家修改的时候,一定要一
最土团购货到付款 最土团购添加货到付款的支付方式 最土团购货到付款 最土团购,货到付款 新添加的货到付款的支付方式,是利用线下充值的原理来改造的。下 面介绍具体流程,步骤很多,请大家修改的时候,一定要一步一步的 走,任何一个环节出问题,都会造成结果错误: 第1步:打开order_check.html模板,查找“<ulclass="typelist">”在 下面添加下面一段代码: <li><inputid="check-other"type="radio"name="paytype" value="other" {$ordercheck['other']}/><labelfor="check-other"class="other">货到 付 款,1000元下每单加10元,1000以上加百分之一</label></li> 打开order_pay.html模板,查找“<!--{if $order['service']=='credit'}-->”, 在其下面的form的关闭标签下面的一行,添加代码: <!--{elseif$order['service']=='other'}--> <formmethod="post"action="wtpay.php"> <inputtype="hidden"name="order_id"value="{$order_id}"/> <inputtype="hidden"name="allmoney"value="{$total_money}"/> <inputtype="hidden"name="service"value="other"/> <imgsrc="/static/css/i/other.gif"/><br/>

