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

Which files generates the table for purchase history?

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › Which files generates the table for purchase history?

  • This topic has 4 replies, 4 voices, and was last updated 10 years ago by admin.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • July 18, 2014 at 9:22 am #11206
    rob.marras
    Member

    Hi

    I am trying to customise the purchase history html table output when using [wp_eStore_members_purchase_history]

    Which files should I look at?

    Thank you

    July 18, 2014 at 12:12 pm #64475
    rob.marras
    Member

    Ok got it, it’s “wp-cart-for-digital-products/eStore_misc_functions.php”

    Strange i thought I would have found it within emember plugin and not the estore one.

    Anyway, got it! :)

    July 18, 2014 at 12:38 pm #64476
    wzp
    Moderator

    For reference, here is a simple procedure for discovering where the starting point for where a shortcode is processed:

    https://support.tipsandtricks-hq.com/forums/topic/hooks

    After obtaining the function name for the shortcode, repeat the search for the function name.

    May 11, 2015 at 12:33 pm #64477
    Computerbuddha
    Member

    Why the amount/price paid shown in the table is without tax?

    That’s a little confusing for customers.

    I assume for changing this I have to customize this code in line 1229:

    $sale_amt = $ret_customer_db->sale_amount;

    What is the right code for showing the total amount with tax?

    Thanks!

    May 11, 2015 at 11:24 pm #64478
    admin
    Keymaster

    Change the following line:

    $sale_amt = print_digi_cart_payment_currency($sale_amt, WP_ESTORE_CURRENCY_SYMBOL);

    To the following:

    $sale_amt = print_tax_inclusive_payment_currency_if_enabled($sale_amt, WP_ESTORE_CURRENCY_SYMBOL);

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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