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

  • 6 January 2021
  • 2 replies
  • 525 views

Badge +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


2 replies

Badge +1

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!!!

Badge +1

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!

Reply