Magento 2
How is the `trigger_recollect` field of the `quote` table is defined and used?
Development
Quote
quote
,
trigger_recollect
dmitrii_fediuk
(Dmitrii Fediuk)
February 9, 2024, 10:33am
2
1. The definition
2.
Who does set it to
1
?
3.
Who does reset it from
1
to
0
?
4.
Who does use it?
dmitrii_fediuk
(Dmitrii Fediuk)
February 13, 2024, 7:26am
3
How to prevent infinite loops for
Magento\Quote\Model\Quote::_afterLoad()
?
How to prevent the «
Infinite loop detected, review the trace for the looping path
» exception in
Magento\Checkout\Model\Session::getQuote()
?