Skip to content
Addonify

Addonify

Documentation & knowledge based site

  • Docs
    • Quick View
    • Compare Products
    • Floating Cart
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog
Addonify store
  • Docs
    • Quick View
    • Compare Products
    • Floating Cart
    • EDD 2Checkout Inline Gateway
  • Plugins
  • Themes
  • Support
  • Blog

Getting Started [5]

  • Getting Started With Mautic
  • Installating EDD Mautic plugin
  • Connecting to Mautic
  • Create Mautic Auth 2 Api Keys
  • Tweaking Mautic configuration setting

Segments [3]

  • Create EDD payment segments
  • Create EDD downloads segments
  • Create EDD downloads category segments

Tags [1]

  • What are EDD & Mautic contact tags?

Custom Fields [8]

  • All available custom fields
  • EDD Product Name
  • EDD Product Image URL
  • EDD Checkout URL
  • EDD Price
  • EDD Total Number of Purchases
  • EDD Total Amount of Purchases
  • EDD Last Payment Status

Troubleshooting [2]

  • Token expired
  • Contact not being synced

Developer [2]

  • Available hooks & actions
  • Changelog
  • Home
  • Kb
  • EDD Mautic Integration
  • Custom Fields
  • EDD Checkout URL

EDD Checkout URL

  • Updated on: March 11, 2021

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}

Didn't find what you looking for? Try sending your questions from our contact page.

Your feedback matters to us. Was this article helpful to you?

Copyright © 2022 addonify.com. All rights reserved.

Project by 💖 CreamCode.Org