Thanks for the reply. That might be my problem then... I'm creating deferred payment (SagePay). They are going through fine, but I don't think the pipeline is set up because nothing happens at the Umbraco end after payment is (later) put through. What things do I need to check to see this is set up correctly?
Generating an invoice
What's easiest way of generating an invoice to be emailed out to a customer on order?
The checkout pipeline will send an email to the customer when he checks out. Read about e-mails here:
http://docs.ucommerce.net/ucommerce/v6/getting-started/transaction-foundation/send-email.html
Thanks for the reply. That might be my problem then... I'm creating deferred payment (SagePay). They are going through fine, but I don't think the pipeline is set up because nothing happens at the Umbraco end after payment is (later) put through. What things do I need to check to see this is set up correctly?
Is the basket cleared after you get back? Did you set Checkout pipeline for the payment method service? (Check the payment method you've created)
Hi,
Checkout pipeline selected for payment method (SagePay). Basket is *not* cleared after payment.
It's probably related, but even after payment is put through on SagePay, these don't move from New Orders to Completed.
Might have found problem - ref to Dev URL in config file.
is working on a reply...