Solved

{{ event.extra.checkout_url }} doesn't work

  • 1 December 2020
  • 7 replies
  • 7777 views

Badge +2

{{ event.extra.checkout_url }}doesn't work when I make a test on the same machine, I create an order on my shopify store and I give up the payment, I receive an email just after but the link which is supposed to bring me back to the payment page doesn't work it brings me a 404 page, i tried with http and the https but no result, with http it block me and say the cannot redirect you to http page for security.

Help plz   

icon

Best answer by Paul S 1 December 2020, 19:45

View original

7 replies

Userlevel 5
Badge +10

Hi @Alain, could you try the following below and see if that works for you?

 

If you're having trouble with the "Return to Cart" button in your abandoned cart flow emails linking to the correct page, you may have to change the link that your button is pointing to. 

In the email editor click on the button to edit the link URL. Change the Link URL from {{ event.extra.checkout_url }} to the following:

{{ event.extra.responsive_checkout_url }}

The image below shows an example.

2019-05-23_14-41-24.png

 

Badge +2

Hi @Paul S,

Thank you, it works now with button but not with the link text.

but it resolve the problem.

Userlevel 5
Badge +10

Thanks for following up Alain. Just want to confirm that this was able to resolve the root issue. If you would want to provide additional background when it comes to the link text, feel free to follow up here.

Badge +2

Bonsoir

Pouriez vou me dire ou je pouris trrouver cette image pour que je puise faire un copier coller

{{ event.extra.checkout_url }} 

Merci  pour votre réponse 

Userlevel 7
Badge +60

Hey @helene99,

Just to translate so others in the Community can following along:

Good evening

Could you tell me where I can find this image so that I can copy paste

{{ event.extra.checkout_url }} 

Thank you for your reply

 

The image you are sharing seems to be one taken from the first email in our pre-built Abandoned Cart flow. If you wish to replicate or use this flow email, you can do so by finding it within our Flow Library titled Abandoned Cart Reminder - Standard

If you were looking to copy and save that email template, you can following along to the instructions highlighted by @ashley_mcdermott in their informative Community post below:

I hope this helps!

David

Badge

Hello team! 

I am editing an Abandoned Cart Email. I have put a botton and I wish it takes de client to its original abandoned cart with his/her products. Which link or code should I put for this to happen ?

Thanks

Userlevel 7
Badge +36

Hi @Poscofamilia!

The button should link to {{ event.extra.checkout_url }}. If you use one of our standard, pre-built Abandoned Cart flows from our flow library, the button should automatically link to that. 

 

If for whatever reason that doesn’t work, you could try substituting to the altered code:

{{ event.extra.responsive_checkout_url }}

 

Thanks for using the Community!
- Brian

Reply