Quote Originally Posted by robbie269 View Post
I got errors overnight for line 117 and 107 but not line 92. So I have partially fixed it.
I have now added the code above lines 92, 107 & 117. The lines with $order->delivery. Hopefully that gets rid of all the errors.

I haven't tried, but I'm wondering if adding

$order = new stdClass();

To line#46 or thereabouts would take the place of all of the other additions (as well as any others not yet identified)

Cheers
Rod