WebSite X5Help Center

 
Jon M.
Jon M.
User

Altering the commerce checkout flow  en

Autor: Jon M.
Visitado 1225, Seguidores 1, Compartilhado 0  

I am trying to get a checkout flow setup for an ecommerce site using Stripe for payment processing, so the Payment Type set to Custom Code.  The problem I am running into is that the Pay Now button shows up at #step4.  This is after the order has been created and the confirmation email sent to the user.  How do I modify the flow so that after #step3, the user is prompted for payment.  Once payment is completed successfully, #step4 is shown with the order confirmation and the email is then sent out?

With the current flow, the order is created and stored into the database and the inventory is deprecated - all without payment being accepted.  This can cause confusion with inventory and order processing if the user never completes payment.

Publicado em
6 RESPOSTAS - 1 CORRIGIR
Andreas S.
Andreas S.
Moderator
Usuário do mês DE

What did you set in the online store at "Send order"?
Order confirmation after payment!

Ler mais
Publicado em de Andreas S.
Jon M.
Jon M.
User
Autor

yes, it is set to "Send order confirmation email after payment"

Ler mais
Publicado em de Jon M.
Incomedia
Stefano G.
Incomedia

Hello Jon

Unfortunately, there is no way for you not to send out the email if you're using a custom payment method.

This is only possible if you're using PayPal and configured your payment method as Pay Now.

In every other situation, the email will be sent out immediately and changing this would imply for you to make major modifications to the final code which we do not advise you do, since they would be erased at every consequent update anyway

As of now, I'm afraid that there is no way around this if you're using a custom payment method

I remain available here

Thank you

Stefano

Ler mais
Publicado em de Stefano G.
Jon M.
Jon M.
User
Autor

Thanks for the update.  Is there any plans to integrate Stripe payments directly?  Unfortunately I won't use Paypal, so that means I need to write my own payment flow.

Jon

Ler mais
Publicado em de Jon M.
Incomedia
Stefano G.
Incomedia

Hello Jon

For the moment, I'm afraid not

However, internal discussions are currently ongoing about this, so it is very likely that news on this will be coming next year

Thank you for your feedback

Stefano

Ler mais
Publicado em de Stefano G.
Jon M.
Jon M.
User
Autor
Stefano G.
Hello Jon For the moment, I'm afraid not However, internal discussions are currently ongoing about this, so it is very likely that news on this will be coming next year Thank you for your feedback Stefano

Thanks.  For now I have added some code into the header to hijack the checkout button.  I will watch for the announcement though.

Ler mais
Publicado em de Jon M.