Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

No receipt from Ecommrce order


Go to End


3 Posts   1478 Views

Avatar
mschiefmaker

Community Member, 187 Posts

28 November 2009 at 5:08pm

I am having problems with the receipt email from the ecommerce module. I am using the code

$order->sendReceipt();

in the paid function in the payment class and the code is being called ( the order is successful) but I do not receive the email.

Do I have to set something else up to make the receipt email work?

Thanks

Catherine

Avatar
TotalNet

Community Member, 181 Posts

15 December 2009 at 4:34pm

Hi Catherine,

Do you have email working now?
have you put the following in _config.php ?

Order::set_email('me@myemail.com');

Cheers,

Rich

Avatar
TotalNet

Community Member, 181 Posts

15 December 2009 at 4:35pm

Edited: 15/12/2009 4:36pm

Duplicate post - not sure how that happened :(