Hi all,
I’m trying out TI as a solution to a problem the latest lockdown rules have thrown up and have managed to get it all running well.. however I have an issue with checkout.
My site is set to pickup only (we don’t have delivery facilities) and cash only, everything works as expected and I can checkout my order.. the customer and location get an email with the order but the screen moves to a larvel error with the stack trace below.
` (1/1) Error
Call to a member function each() on null
in Cart.php line 369
at Cart->clearConditions()in Cart.php line 229
at Cart->destroy(null)in OrderManager.php line 320
at OrderManager->clearOrder()in Order.php line 114
at Order->onRun()in HasComponents.php line 102
at Model->runComponents()in MainController.php line 308
at MainController->execPageCycle()in MainController.php line 256
at MainController->runPage(object(Page))in MainController.php line 192
at MainController->remap(‘checkout/success/55187645150d4d3fc2c872665a1edd0b’)in Controller.php line 85
at Controller->run(‘checkout/success/55187645150d4d3fc2c872665a1edd0b’)in Controller.php line 54`
Any help is appreciated as this is the last issue I have come across stopping me working on it further..