• Resolved enthousiastwpuser

    (@enthousiastwpuser)


    Hello,

    I really need your help because your plugin seems to be better than “Better Notifications for WP” but I couldn’t remove the other plugin because he does one thing that work and I couldn’t find a way to do the same simple stuff with your plugin.

    I have CPT “deals” on my website, and I want to send email to the author of the “deal” when his “deal” is published.
    Because by default subscriber can create “deal” on the front-end and submit them for approval.
    And when an editor/admin approve them they receive an email that their deal was approved and is published.

    Here what’s working with their plugin: https://markuphero.com/share/8NcrEneSJpQpg4aKVuOA

    Here what’s I tried to do with your plugin: https://markuphero.com/share/47HU48pbAdi0sE2CmZQ4

    Their plugin is straight forward, I check “send this email to the author” and then I exclude Admin and editor because they don’t want to receive an email when they publish directly deals themselves.

    How can I send the email to only the author of the deal when his deal is published but excluding user role ADMIN and EDITOR?

    Thanks, hopefully this simple use case can be solved with your plugin, so I can remove the other one and keep using yours everywhere.

    Have a wonderful day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support annaszalkiewicz

    (@annaszalkiewicz)

    Hello,

    As for the notification itself, firstly you need to add your post type in Notifications settings. Then you need to create a Notification with a trigger <Your Post Type> published.

    To exclude roles from recipients, however, you will need a Notification: Conditionals extension.

    Then with this extension, you would need to set rules:

    {post_author_role} doesn't contain Administrator AND
    {post_author_role} doesn't contain Editor
    Thread Starter enthousiastwpuser

    (@enthousiastwpuser)

    Hello @annaszalkiewicz,

    Alright, so we can’t do this simple notification with your plugin, we need to purchase an add-on.

    I guess I’ll stick with the other plugin, as I don’t want to pay $99 yearly just to exclude roles…
    I could have considering purchasing your plugin and using more on some clients’ websites, but you don’t have lifetime licenses that can be interesting for agency/freelancers.

    Thanks but no thanks :/

    Plugin Support annaszalkiewicz

    (@annaszalkiewicz)

    Hello,

    The price of $99 is for the Notification PRO Essential Bundle which contains 3 plugin extensions.

    For just Conditionals extension the pricing is listed on the extension’s page under the Buy individually button.

    Thread Starter enthousiastwpuser

    (@enthousiastwpuser)

    Hello @annaszalkiewicz,

    Yes the price is a bit stiff for just a 1 condition.
    Especially that the price is yearly. I might have boughtt if it was on lifetime update.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Send email to CPT user when CPT is published’ is closed to new replies.