Why would Magento fail to save a customer after generating an ID?

后端 未结 1 1709
南旧
南旧 2021-02-02 05:58

I\'m attempting to track down the cause of a rare bug (love those intermittent bugs) where a customer selects to Register at time of checkout, but when the order is completed, M

相关标签:
1条回答
  • 2021-02-02 06:29

    I would add lots of extra logging, try to log it well enough to capture the bug - and to save those logs if the bug can be detected.

    Once you have logs that show the bug, you can then isolate the problematic code more easily.

    For this, you may need to log the database queries, which might, unfortunately, be tricky if the volume of data is high and/or subject to privacy concerns.

    0 讨论(0)
提交回复
热议问题