最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > Magento > Magento教程 >

magento修改订单起始编号

时间:2014-07-27 16:48来源:未知 作者:最模板zuimoban 点击:
做站群往往会遇到多个网站用同一个收款帐号,而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),这里长度自定.

(责任编辑:最模板)
------分隔线----------------------------
栏目列表
推荐内容