Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » WP PDF Stamper » WP PDF Stamper F.A.Q/Instructions

Running Debug for Plain PayPal Button and WP PDF Stamper Integration

(2 posts) (1 voice)
  • Started 4 months ago by admin
  • Latest reply from admin
  • Possible Solutions (Related Topics):
    1. WP eMember and Plain PayPal Button Integration Troubleshooting
    2. eStore "Free Download" button and PDF Stamper Integration
    3. Add To Cart Buttons are plain grey not nice and shiny
    4. Affiliate Plugin being used on Wishlist Membership Site with PayPal Integration
    5. eStore-When people click on Buy Now button it does not go to PayPal

Tags:

  • Debug
  • PDF Stamper and PayPal Debug
  1. admin
    Key Master

    If you are testing a plugin for the first time, go through this checklist which has a list of common mistakes that people often make when testing (it will help you avoid those mistakes):
    http://www.tipsandtricks-hq.com/forum/topic/plugin-testing-checklist-setup-preparation-for-testing

    How to Enable Debug for PDF Stamper and PayPal Integration

    If you are using a plain PayPal button with WP PDF stamper and having a post payment issue then it is a good idea to run a test transaction with debug enabled. This will let you see more details of what happened after you made the payment on PayPal.

    1. In order to enable debug open the following file from the PDF stamper plugin.

    wp-pdf-stamper/api/ipn_customization_config.php

    2. Change the following line:

    $debug_enabled = false;

    to the following:

    $debug_enabled = true;

    This will make it to where the plugin logs the activities in a log filed called "ipn_handle_debug.log". If you don't understand it then share the content of that file after a test transaction and we will be able to assist you.

    Where to Find the Debug File

    The "ipn_handle_debug.log" file will be created in the "wp-pdf-stamper/api/" folder. So look for the following file on your server:

    .../wp-content/plugins/wp-pdf-stamper/api/ipn_handle_debug.log
    Posted 4 months ago #
  2. admin
    Key Master

    If you are doing sandbox testing then make sure you have the following option set to true in the "wp-pdf-stamper/api/ipn_customization_config.php" file:

    $sandbox = false;

    To test with sandbox buttons, change the above code to the following:

    $sandbox = true;
    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin