服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

magento修改订单起始编号

时间:2016-02-19 01:25来源: 作者: 点击:
做站群往往会遇到多个网站用同一个收款帐号,而magento订单号码是系统定义,如果不同网站有两个订单号相同而且都使用paypal付款,将无法支付,并提示:订单已付款 解决方法: update eav_enti
做站群往往会遇到多个网站用同一个收款帐号,而magento订单号码是系统定义,如果不同网站有两个订单号相同而且都使用paypal付款,将无法支付,并提示:”订单已付款”
解决方法:
 
update eav_entity_store
inner join eav_entity_type
on eav_entity_type.entity_type_id = eav_entity_store.entity_type_id
set eav_entity_store.increment_last_id=(1), eav_entity_store.increment_prefix = (2)
where eav_entity_type.entity_type_code='order';
注:
(1).为起始编号,这里是8位数,如00000001.如果不满8位,系统会自动补充为8位.
(2).为订单号前缀,用以区分站点,表字段长度定义为varchar(20),这里长度自定.
(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容