ecshop2.7.2整合插件一键发货

2016-07-07 14:55 来源:www.chinab4c.com 作者:ecshop专家

上一帖,居然忘上附件源码了。
第一步:
在templates/order_info.htm文件找到:
{if $operable_list.confirm}
<input name="confirm" type="submit" value="{$lang.op_confirm}" class="button" />
在此代码前加上“一键发货”按钮,代码如下:
<!-- 一键发货 -->
{if $order.pay_status == 2 && $order.shipping_status != 1 && $order.order_status == 1 }<input name="invoice_no" type="text" style="color:#00F" value="" /><input name="to_shipping" type="submit" style="color:#F00" value="快速发货" class="button"/>{/if}


第二步:
在order.php文件找到:
if (isset($_POST['confirm']))
{
$require_note= false;
$action= $_LANG['op_confirm'];
$operation= 'confirm';
}
在此代码下添加发货操作代码,代码如下:()

回答:
这个不错,下载了!

目前正在使用中

这么有用的东西还没被删除,商派的失误啊

楼主给个演示或者截图吧 。我们康康360溯源养生平台(www.kangkang360.com)刚换了一号店的商业模板,喜欢这个插件!



网站不错啊

好用就下载下来玩玩

这个得支持,谢谢共享

出现Hacking attempt时怎么回事啊?

一件发货意义不大的吧