Renewal Emails

This topic contains 4 replies, has 3 voices, and was last updated by  Kiran 6 years, 6 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #403617

    heidimichellegood
    Full Member
    Post count: 45

    Hi there,

    How would I go about turning off renewal emails for a particular custom post type? Please advise – thank you so very much 🙂

    #403681

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I don’t think there is an easy way, but I asked to the developers to let us know if I’m right or wrong.

    Thanks

    #403749

    Kiran
    Moderator
    Post count: 7069

    Hi There,

    Currently, there is no easy way to disable sending renewal email notifications for particular custom post type.

    Kiran

    #405009

    heidimichellegood
    Full Member
    Post count: 45

    Thanks Kiran, could you perhaps point me in the right direction of where to look / develop this on my version? thanks

    #405042

    Kiran
    Moderator
    Post count: 7069

    Hello,

    As currently it is not possible via hooks or settings, you have to do some core code customization.
    If you have knowledge about PHP coding and WordPress then you can write code to disable renew notification for particular post type. You can write code in file plugins\geodir_payment_manager\geodir_payment_functions.php around line no 1552.
    Here you will find following lines which sending renew notifications.

    
    
    geodir_payment_clientEmail($post_id, $auther_id, 'payment_renew');
    geodir_payment_adminEmail($post_id, $auther_id, 'payment_renew');

    Note: We do not recommend the core file customization.

    Thanks,
    Kiran

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket