What do I need to do to get Order Conf emails working? Followed everything in http://www.publicvoid.dk/SendingEmailUsingUCommerce.aspx... Says this should work out the box? Web.config SMTP details correct because contact form elsewhere is using them.
Order confirmation email not sent
What do I need to do to get Order Conf emails working? Followed everything in http://www.publicvoid.dk/SendingEmailUsingUCommerce.aspx... Says this should work out the box? Web.config SMTP details correct because contact form elsewhere is using them.
If I'm creating a new order with requestPayment:false, would that mean that checkout.config doesn't get run (deferred payment) until payment is taken?
That is correct.
The checkout pipeline is not run until the payment is taken.
And it is the checkout pipeline that sends the confirmation email. Assuming you haven't changed the configuration too much. :-)
Kind regards,
Jesper
Hi, how would I trigger the checkout pipeline (or a custom one) when SagePay redirects user back? Currently the bounce back after success at SagePay, "Thanks for your order" but basket is still full. not identical, but I'm asking similar questions here: http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/52687-Generating-an-invoice
Found reference to dev URL in Checkout.config. Think that meant pipeline wasn't set up correctly. Testing.
is working on a reply...