Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

eStore – Purchase detail on success page ( thank you page

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore – Purchase detail on success page ( thank you page

  • This topic has 6 replies, 3 voices, and was last updated 10 years, 1 month ago by kashem.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • March 25, 2015 at 2:21 pm #12401
    kashem
    Member

    Hi, On thank you page , I need to get some information about the purchase like item no, amount, etc to pass to another script to keep the records.

    Would you please let me know how can I do that?

    March 25, 2015 at 5:12 pm #69290
    wzp
    Moderator

    What kind of records?

    Have you seen this addon?

    https://www.tipsandtricks-hq.com/ecommerce/wp-estore-order-management-addon-1684

    March 26, 2015 at 1:39 am #69291
    kashem
    Member

    Thanks wzp. As I said I need to pass it to other program. So I need to know the variables I can capture programatically . Would you please guide me if any document exists , if not some hints will help

    March 26, 2015 at 10:50 pm #69292
    admin
    Keymaster

    You can post the payment data to another script by using the following feature:

    Go to the following settings area to enable the IPN forwarding:

    WP eStore Settings -> 3rd Party Integration -> POST IPN to a 3rd party application

    Alternatively, we have a WordPress action hook that you can use too (if you want to handle this via another custom plugin). Here is an example of how to use this hook:

    add_action ('eStore_product_database_updated_after_payment', 'my_custom_tweak', 10, 2);
    function my_custom_tweak ($payment_data, $cart_items)
    {
    //Do your custom stuff here
    }

    March 27, 2015 at 3:30 pm #69293
    kashem
    Member

    Thank you very much.

    Would you please let me know the item available from $payment_data and $cart_items ?

    March 27, 2015 at 10:42 pm #69294
    admin
    Keymaster

    Use the following inside that custom function so it writes the array items in the log file:

    wp_eStore_write_debug_array($payment_data);

    Enable the debug option (if you don’t have it enabled already) then do a test and you will see the items in the post payment processing log file.

    March 28, 2015 at 5:32 am #69295
    kashem
    Member

    Thank you very much

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ