Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter olliekav

    (@olliekav)

    Just one more query I had above, how do you get the PDF to auto download?

    Thread Starter olliekav

    (@olliekav)

    I actually got this working, so no problem. If anyone else wants to do this you can add this in your functions file…

    function mpdf_meta_box(){
      add_meta_box('generate-pdf-action', 'PDF', 'mpdf_meta_box_action', 'plan', 'side', 'low');
    }
    add_action('add_meta_boxes', 'mpdf_meta_box');
    
    function mpdf_meta_box_action(){
      if(function_exists('mpdf_pdfbutton')) mpdf_pdfbutton(true, 'Generate plan PDF');  
    }

    I had one more query, how do you get the PDF to auto download?

    Thread Starter olliekav

    (@olliekav)

    I gave up with this plugin as I can’t get any support on the bugs and it doesn’t feel anywhere near solid enough for a production environment (especially with payments involved). I’ve moved the client over to Restrict Content Pro.

    Thread Starter olliekav

    (@olliekav)

    More issues I’ve come up against:

    • If I cancel a subscription within Chargify or it runs out, the content gets blocked but when I try and re-subscribe it says ‘You already have access to this level’, even though no subscription exists. Even If I delete the user within Chargify it still won’t let me re-subscribe.
    • I can create multiple subscriptions under one email address, which seems odd. Surely it should block you signing up for multiple?
    • WordPress emails are never sent out to new users.
Viewing 4 replies - 1 through 4 (of 4 total)