Skip to main content

How To Show Split Payments From AfterPay, Klarna, and Others


Forum|alt.badge.img+3

I have come up with a simple solution to show abandon cart people that they have the ability to split payments into 4 equal payments.  Go into edit your abandoncart flow.  Add a text box.  Once you add a text box, click on source and add the following code

</style>
<div style="text-align:center;font-size:17px;">
<p><strong><span style="font-size:17px;line-height:35px;font-lato;font-weight:700;letter-spacing:0.023em;">PAY IN 4 INSTALLMENTS OF</span></strong><br />
${{ event|lookup:'$value'|cut:'$'|divide:4|round_up:2 }}</p>
</div>

 

If you have any issues please let me know if I can help in anyway

Did this topic or the replies in the thread help you find an answer to your question?

2 replies

valerie
Contributor I
Forum|alt.badge.img+1
  • Contributor I
  • 2 replies
  • January 21, 2021

This is so awesome, you’re a lifesaver Josh! 

 

Just adapted the format a little to work for our emails, but super excited to test this out in 2021. Thank you!!!


Forum|alt.badge.img+1
  • Contributor I
  • 1 reply
  • June 11, 2021

Hi Josh, 

 

Thanks for this. We’re currently using this but find that if the customer has say, 3 items in the cart, the message will appear 3 times? Any workarounds for this? Thanks!