doumei4964 2016-12-30 08:21
浏览 49
已采纳

Prestashop - 区分订单,无论是手动订单还是前端订单

I am started using prestashop 1.6. I want to show in order list (backoffice), whether it is from admin (manual order placed by admin), or frontend (order placed by customer). Is there any way to check this. I don't find any db field to differentiate it. If i missed, please help me to solve it.

  • 写回答

1条回答 默认 最新

  • duangang79177 2016-12-30 11:35
    关注

    you need to check in _cart table by the join of _orders. recognize orders from BE of two columns:

    • id_shop_group
    • id_guest

    both will be 0 if they come from BE

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?