• So when the receipt page is showing that it has either expired or you do not have permission to view this donation receipt it appears to be not using any template files.

    Sorry, it appears the viewing window for this donation receipt has expired or you do not have the permission to view this donation receipt.

    So no header or footer is being used at all. Need to be able to stylize this page.

    https://www.ads-software.com/plugins/give/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WP CMS Ninja

    (@billiardgreg)

    Its almost like the receipt link which ends up being just the site_url?payment_key=###&give_action=view_receipt does not use any template within the system.

    Plugin Author Devin Walker

    (@dlocc)

    Hey There,

    This is the function responsible for outputting the receipt you’re talking about: https://github.com/WordImpress/Give/blob/master/includes/emails/template.php#L247

    It’s intention is to not use a theme’s style and only output the receipt. However, it should output your theme’s styles via wp_head – You can use remove_action and re-add a custom function with your modified DOM.

    I hope this helps! Please let me know if you have anymore questions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Receipt Permission and Templatting issue’ is closed to new replies.