最新消息:觉得本站不错的话 记得收藏哦 博客内某些功能仅供测试 讨论群:135931704 快养不起小站了 各位有闲钱就打赏下把 My Email weicots#gmail.com Please replace # with @

Magento My Orders 个别订单不显示

Magento 资料整理 ajiang-tuzi 3814浏览
应考虑应该个别订单状态的特殊性 
路径:app/code/core/Mage/Sales/etc/config.xml 
找到Pending Payment,如下
/*
*www.weicot.com
*1050653098@qq.com
*兔子
*/
<new translate="label">  
                        <label>New</label>  
                        <statuses>  
                            <pending default="1"/>  
                        </statuses>  
                        <visible_on_front>1</visible_on_front>  
                    </new>  
                    <pending_payment translate="label">  
                        <label>Pending Payment</label>  
                        <statuses>  
                            <pending_payment default="1"/>  
                        </statuses>  
                    </pending_payment>  

改为:

<new translate="label">  
                        <label>New</label>  
                        <statuses>  
                            <pending default="1"/>  
                        </statuses>  
                        <visible_on_front>1</visible_on_front>  
                    </new>  
                    <pending_payment translate="label">  
                        <label>Pending Payment</label>  
                        <statuses>  
                            <pending_payment default="1"/>  
                        </statuses>  
                        <visible_on_front>1</visible_on_front>
                     <!--是否在前端显示 1 是-->  
                    </pending_payment> 

保存上传 刷新 就可以了

转载请注明:(●--●) Hello.My Weicot » Magento My Orders 个别订单不显示

蜀ICP备15020253号-1