Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Gustas Sagaitis 14 posts 93 karma points
    Jan 10, 2014 @ 15:41
    Gustas Sagaitis
    0

    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.

  • Lars Horne-Mortensen 40 posts 184 karma points
    Jan 13, 2014 @ 15:15
    Lars Horne-Mortensen
    0

    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

  • Gustas Sagaitis 14 posts 93 karma points
    Jan 13, 2014 @ 16:19
    Gustas Sagaitis
    0

    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?

     

  • Lars Horne-Mortensen 40 posts 184 karma points
    Jan 17, 2014 @ 11:22
    Lars Horne-Mortensen
    100

    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

  • Gustas Sagaitis 14 posts 93 karma points
    Jan 20, 2014 @ 10:10
    Gustas Sagaitis
    0

    Hi Lars,

    That is what I did in the end. Worked out pretty well.

Please Sign in or register to post replies

Write your reply to:

Draft