magento插件-将订单号改为日期流水号

6,663 人次阅读
34 条评论

共计 1412 个字符,预计需要花费 4 分钟才能阅读完成。

如果使用MAGENTO默认后台生成的订单号,客户一看你做了多单一目了然,你肯定不 能让客户知道你做了多少单吧.这个插件可以帮你把日期+流水号做为订单号,再也不用为泄露商业机密发愁了吧.

[php]
<!–?php /** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/osl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@magentocommerce.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade Magento to newer * versions in the future. If you wish to customize Magento for your * needs please refer to http://www.magentocommerce.com for more information. * * @category    Mage * @package     Mage_Eav * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com) * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0) */ /** * Enter description here… * * Properties: * – prefix * – pad_length * – pad_char * – last_id */ class Mage_Eav_Model_Entity_Increment_Numeric extends Mage_Eav_Model_Entity_Increment_Abstract { public function getNextId() { $last = $this—>getLastId();
if(!$last){$last=10000000;}
return  $showtime=date("YmdHis");

if (strpos($last, $showtime) === 0) {
$next = (int)substr($last,strlen($showtime),strlen($last));
$next=(int)$next+1;
return (String)$showtime.(String)$next;
} else {
$next =(int)$last+1;
return (String)$showtime.(String)$next;
}

}
}

[/php]


[url]下载地址[/url]


喜欢就赶紧下载吧。

正文完
 0
评论(34 条评论)
2016-01-10 18:37:04 回复

应该挺不错的

 Windows  Chrome  美国加利福尼亚
2015-11-19 23:13:36 回复

非常期待

 Windows  Chrome  中国福建省厦门市电信
2015-08-23 15:46:50 回复

正在找这个插件,谢谢

 Windows  Chrome  中国广东省汕头市电信
2015-08-18 21:50:19 回复

看看,希望有用

 Windows  Chrome  美国加利福尼亚
2015-08-17 21:58:04 回复

看看到底有那么神秘嘛 :smile: :oops:

 Windows  Chrome  中国香港
2015-08-17 21:57:09 回复

到底是什么啊

 Windows  Chrome  中国香港
2015-07-19 18:55:50 回复

看看,是什么实现的

 Windows  Chrome  中国福建省莆田市电信
2015-06-28 15:13:21 回复

想看看到底怎么弄的

 Windows  Firefox  中国江苏省苏州市电信
2015-04-28 18:00:49 回复

谢谢分享,博主好人有好报

 Windows  MSIE  中国湖南省永州市电信
2015-03-06 00:51:21 回复

来试一下

 Windows  Chrome  中国江苏省无锡市电信
2015-03-01 14:53:33 回复

看看怎么用

 Windows  Chrome  中国浙江省杭州市电信
2015-01-27 19:04:00 回复

有试过可以用吗? 支持最新的版本吗? 谢谢

 Windows  MSIE  中国广东省广州市联通
2014-11-02 00:31:11 回复

这个插件怎么用呀。能说明一下么?

 Windows  MSIE  中国北京北京市联通
    2014-11-02 15:11:52 回复

    首先,请根据文章说明修改相应代码。
    其次,也可以下载文后的附件,直接覆盖相应文件(在没有改变核心代码的前提下)
    如有问题,再留言

     Windows  Chrome  新加坡
2014-11-01 20:28:03 回复

正在找这样的插件,不知道这个好不好用。关键是还不怎么会用。

 Windows  MSIE  中国北京北京市联通
2014-10-07 19:14:30 回复

给个下载的机会啊~

 Windows  Chrome  美国犹他
    2014-10-09 17:34:50 回复

    评论通过后可以直接下载。

     Windows  Chrome  新加坡
2014-10-07 19:13:25 回复

下载看看

 Windows  Chrome  美国犹他
2014-08-30 21:11:07 回复

看看这个插件到底如何

 Windows  Chrome  中国香港
2014-08-26 20:28:17 回复

好像是好东西,下载来看看

 Windows  Chrome  中国湖北省武汉市电信
    Lux
    2014-08-27 14:53:16 回复

    欢迎使用后反馈。

     Windows  Firefox  中国天津天津市移动
2014-06-22 20:15:06 回复

注册不容易啊,试下怎样

 Windows  Chrome  中国福建省莆田市电信
2014-06-11 15:58:17 回复

正在找这个,非常有用

 Windows  Firefox  中国广东省深圳市电信
2014-05-24 15:53:06 回复

学习一下。

 Windows  Chrome  中国广东省深圳市电信
2014-05-10 16:30:23 回复

一直在寻找插件.最好可以通过修改代码实现.

 Windows  Chrome  中国广东省深圳市联通
Wit Meng
2014-04-14 14:12:54 回复

回复后可以查看内容的。回复后可以查看内容的。回复后可以查看内容的。

 Windows  Chrome  中国广东省珠海市电信
    2014-04-14 23:36:22 回复

    下不为例,请勿堆砌无意义词语!

     Windows  Firefox  中国重庆重庆市电信
test
2014-04-09 02:16:28 回复

?????????? 什么

 Windows  Chrome  中国四川省成都市电信
    2014-04-11 22:58:01 回复

    回复后可以查看内容的。

     Windows  Firefox  中国重庆重庆市电信
2013-08-25 00:54:21 回复

此插件非常有用!

 Windows  Firefox  中国吉林省长春市电信
    2014-10-07 19:20:39 回复

    插件能发我一下吗:邮箱349613241@qq.com

     Windows  Chrome  美国犹他
      2014-10-09 17:33:04 回复

      回复评论,审核通过以后可以直接下载。
      有时候博主不在,审核较慢。

       Windows  Chrome  新加坡