Display page with bank details after specific payment method has been chosen
Hi,
I have a payment method Bank Transfer. When this payment method is used I want to just display additional page with bank and payment details (IBAN, amount etc.) and just create new order. After that user is taken to "thank you for shopping" page. Order should be in some state that indicates that payment has not been sent. After receiving payment administrator will manually update order state. It would be great to be able to send an email automatically when administrator updates order to inform customer that his payment has been received.
Currently I have what seems to be heavily modified version of Demo Store Razor 3.x.
An idea could be to move the Checkout.SendConfirmationEmail pipeline task, from Checkout.config to ToCompleted.config. Instead of sending an email after completing the checkout flow, the email should now be sent, when the order is moved to the completed status.
You should just have to redirect your users to a new page (umbraco content node), with the information you need to show them. It should be pretty smiliar to the way it's done in the demo store.
Display page with bank details after specific payment method has been chosen
Hi,
I have a payment method Bank Transfer. When this payment method is used I want to just display additional page with bank and payment details (IBAN, amount etc.) and just create new order. After that user is taken to "thank you for shopping" page. Order should be in some state that indicates that payment has not been sent. After receiving payment administrator will manually update order state. It would be great to be able to send an email automatically when administrator updates order to inform customer that his payment has been received.
Currently I have what seems to be heavily modified version of Demo Store Razor 3.x.
Hi Gustas,
An idea could be to move the Checkout.SendConfirmationEmail pipeline task, from Checkout.config to ToCompleted.config. Instead of sending an email after completing the checkout flow, the email should now be sent, when the order is moved to the completed status.
Hope that helps,
Lars
Hi Lars,
Thanks for response. Sending email part is definitely usefull
But I am still not sure how to setup shop where when bank payment is chosen customer is taken to page that shows how to make bank transfer?
Hi Gustas,
You should just have to redirect your users to a new page (umbraco content node), with the information you need to show them. It should be pretty smiliar to the way it's done in the demo store.
/ Lars
Hi Lars,
That is what I did in the end. Worked out pretty well.
is working on a reply...