EDD Checkout URL
The alias EDD Checkout URL in Mautic is edd_checkout_url
This is how you can use edd_checkout_url custom field placeholder while composing Mautic Email.
<!-- // Lets assume you are writing a Mautic email --> Hello {contactfield=firstname}, It seems like your cart is pending. Please complete your checkout. <a href="{contactfield=edd_checkout_url}" target="_blank"> <img src="{contactfield=edd_product_image_url}" alt="featured-image"> </a> Product: <a href="{contactfield=edd_checkout_url}">{contactfield=edd_product_name}</a> Regards, Your name <!-- // Lets assume this is end of your Mautic email body -->
Hence, edd_checkout_url outputs the checkout URL if you wish to automate the pending/abandoned cart emails. If you wish to use the Mautic default button from Mautic editor you can do that too. Just make sure to change the Mautic button link to {contactfield=edd_checkout_url}