Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Recapture promo & plugin background install #8497

Closed
pderksen opened this issue Mar 19, 2021 · 1 comment · Fixed by #8504
Closed

Add Recapture promo & plugin background install #8497

pderksen opened this issue Mar 19, 2021 · 1 comment · Fixed by #8504
Assignees
Milestone

Comments

@pderksen
Copy link
Contributor

pderksen commented Mar 19, 2021

Enhancement Request

Explain your enhancement (please be detailed)

In Settings > Email > General, we need to add copy and a "connect" button for our new Recapture partnership. It should be our 3rd option on the page, replacing Jilt.

This needs to go in the next 2.10.x release of EDD if at all possible.

Related issues that probably make sense to do at the same time:

Subheading:
Recapture

Label:
Abandoned cart recovery

Text:
We recommend Recapture for recovering lost revenue by automatically sending effective, targeted emails to customers who abandon their shopping cart. Learn more here (free trial available).

[Connect with Recapture] <-- call-to-action button


  • The CTA button background installs the Recapture for EDD plugin, then redirects to https://recapture.io/register. This mimics the SendWP (and soon deprecated Jilt) behavior on the same settings page.

  • Once the Recapture for EDD plugin is activated, instead of a CTA button, show a “notice-success” styled message.

Recapture for EDD plugin activated. Access your Recapture account.

This mimics the way we replace the connect button with a notice for the Stripe connection workflow.
image

  • The external links (i.e. "Learn more here" and "Access your Recapture account.") should open in a new tab.

Final order on email settings page should be:

  • Email Configuration
  • SendWP
  • Recapture

Current page layout:
image

@cklosowski
Copy link
Contributor

Here are all the states I could find that are required:

  1. Not Installed / Not Activated:
    Screenshot_2021-03-22 Easy Digital Downloads Settings ‹  DEV  EDD — WordPress(3)

  2. Installed and Activated, but not yet connected:
    Screenshot_2021-03-22 Easy Digital Downloads Settings ‹  DEV  EDD — WordPress(4)

In this instance, clicking the action link
Screenshot_2021-03-22 Recapture ‹  DEV  EDD — WordPress
takes you to this page in the Recapture settings:

  1. Installed, Activated, and Connected:
    Screenshot_2021-03-22 Easy Digital Downloads Settings ‹  DEV  EDD — WordPress(5)

In this screenshot the disconnect takes you to this page (which is a Recapture page)
Screenshot_2021-03-22 ‹  DEV  EDD — WordPress

@cklosowski cklosowski mentioned this issue Mar 22, 2021
cklosowski added a commit that referenced this issue Mar 23, 2021
@cklosowski cklosowski linked a pull request Mar 23, 2021 that will close this issue
cklosowski added a commit that referenced this issue Mar 24, 2021
ashleyfae added a commit that referenced this issue Mar 30, 2021
ashleyfae added a commit that referenced this issue Mar 30, 2021
cklosowski added a commit that referenced this issue Mar 30, 2021
* Updates to the SendWP setting information #8497 #8498

* Remove Jilt callbacks #8497 #8290

* Properly deprecate Jilt callbacks and remove JS functions #8497 #8290

* Add Recapture settings section, as well as all the states the integration can be in #8497

* Replace accidently removed SendWP client registration #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/emails/functions.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/emails/functions.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Fixing spelilng of connection_complete #8497

* Require the 'install_plugins' cap to see the connect with Recapture button #8497

* Remove 'here' reference in complete connection for recapture #8497

* Deprecate more Jilt functions, remove CSS references, and swtich the abandoned payment notice #8497

* Remove Advanded Emails header #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Clean up double indents after copying functions to deprected functions file #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Fix double indenting #8497

* Fix double indenting #8497

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>
cklosowski added a commit that referenced this issue Apr 5, 2021
* Move Stripe to the frist payment gateway in the Available Gateway Settings when it is found #8499 (#8501)

* Add ilnks to Termageddon on privacy policy and terms of agreement settings #8506 (#8507)

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Remove GLOB_BRACE flag #8519 (#8520)

* Add edd_honeypot to the registration form validation. (#8510)

* Added honeypot validation during user registration (#6116)

Whilst the `edd_honeypot` field is present within the `[edd_register]`
registration form there was no validation of this field

Co-authored-by: Mike Howard <mike@mikeandniki.co.uk>

* Add honeypot field to validation #6115

* Update includes/login-register.php

Co-authored-by: Robin Cornett <robincornett@users.noreply.github.com>

Co-authored-by: Mike Howard <mike@mikesplugins.co.uk>
Co-authored-by: Mike Howard <mike@mikeandniki.co.uk>
Co-authored-by: Robin Cornett <robincornett@users.noreply.github.com>

* Issue/8497 (#8504)

* Updates to the SendWP setting information #8497 #8498

* Remove Jilt callbacks #8497 #8290

* Properly deprecate Jilt callbacks and remove JS functions #8497 #8290

* Add Recapture settings section, as well as all the states the integration can be in #8497

* Replace accidently removed SendWP client registration #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/emails/functions.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/emails/functions.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Fixing spelilng of connection_complete #8497

* Require the 'install_plugins' cap to see the connect with Recapture button #8497

* Remove 'here' reference in complete connection for recapture #8497

* Deprecate more Jilt functions, remove CSS references, and swtich the abandoned payment notice #8497

* Remove Advanded Emails header #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Clean up double indents after copying functions to deprected functions file #8497

* Update includes/admin/settings/register-settings.php

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Fix double indenting #8497

* Fix double indenting #8497

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>

* Add stripe revision during build #8529 (#8529)

* Changelog for 2.10.2

* Rebuild with updated readme stable version

* Use default branch for Stripe update

* Updating Stripe hash

Co-authored-by: Ashley Gibson <ashley@nosegraze.com>
Co-authored-by: Mike Howard <mike@mikesplugins.co.uk>
Co-authored-by: Mike Howard <mike@mikeandniki.co.uk>
Co-authored-by: Robin Cornett <robincornett@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants