• Resolved mstudioIL

    (@mstudioil)


    Can I use the plugin to lock some of site parts to paying customers ?
    Can I have the email on HTML format?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    Can I use the plugin to lock some of site parts to paying customers ?

    Yes – there is a PayPal extension that is available to premium support subscribers. This adds a payment process and subscription expiration.

    Can I have the email on HTML format?

    Yes – wp_mail() allows for HTML email to be sent. The plugin uses wp_mail() to send email. You can use the filters available to that function to change your email to HTML globally (specifically, wp_mail_content_type), or you can change just the emails the plugin sends by using the wpmem_email_headers filter.

    Thread Starter mstudioIL

    (@mstudioil)

    Thanks, I must use PayPal for the registration ?
    Can you explain more about the HTML?
    I need to update the functions.php or the plugin settings?

    Plugin Author Chad Butler

    (@cbutlerjr)

    You don’t have to use PayPal – but if you want a ready made solution, that is what the plugin’s PayPal extension uses. It would be possible for you to integrate with some other solution, but that would be dependent on you knowing the API of the solution you were integrating with.

    Either of the methods described for configuring email to be HTML formatted would be snippets you add to your functions.php file (or wherever you store you custom code snippets). There is not currently a plugin setting for this.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Paid customer’ is closed to new replies.