I'm a newbie so apologies in advance. I have setup the e-commerce module [v0.5.2] and everything seems ok except I am not getting the emails sent out to the customer and shop. I have tried setting this in both the ecommerce config.php and the mysite config.php using
// Set the email of the admin who looks after receiving the order emails.
Order::set_email('llewetest@gmail.com');
I have also set the admin email in mysite config.php using
Email::setAdminEmail('llewetest@gmail.com')
and this works, sending me two emails saying that "A message that you sent contained no recipient addresses"
Why is it not picking up the email addresses? Am I setting this in the wrong place?