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
You are here: Home

wzp

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 6,241 through 6,255 (of 6,729 total)
← 1 2 3 … 416 417 418 … 447 448 449 →
  • Author
    Posts
  • March 8, 2011 at 11:25 pm in reply to: Auto Updates #29956
    wzp
    Moderator

    The Transaction ID is contained in the e-mail you received from service@paypal.com when you made your original purchase.

    March 8, 2011 at 1:29 pm in reply to: Any Way To Track Clicks For WPEstore? #29935
    wzp
    Moderator

    Google Analytics http://www.google.com/analytics/

    They have a traffic map overlay feature that highlights which links get clicked and by what amount.

    March 7, 2011 at 11:47 pm in reply to: PDF Stamper #29839
    wzp
    Moderator

    I think the file content is too complex for the stamper, without the additional memory. After the buyer gets the encrypted link, and downloads the file, you have to manually clear out old files from the stamped file directory.

    March 7, 2011 at 6:04 pm in reply to: PDF Stamper #29837
    wzp
    Moderator

    From the message description, it’s saying that it ran out of memory. Try increasing the memory_limit parameter in your server’s php.ini file.

    Can you try a smaller “test” file, just to make sure the installation works?

    March 5, 2011 at 10:26 pm in reply to: Dowload Error (Download file cannot be found. Please let us know.) #29818
    wzp
    Moderator

    8)

    March 5, 2011 at 7:56 pm in reply to: Dowload Error (Download file cannot be found. Please let us know.) #29815
    wzp
    Moderator

    Now that it is relative or absolute, what locations are shown in the log now as being file_exist errors?

    March 5, 2011 at 5:55 pm in reply to: Dowload Error (Download file cannot be found. Please let us know.) #29813
    wzp
    Moderator

    Please try either the Absolute or Relative URL conversion preference.

    March 5, 2011 at 2:35 pm in reply to: Dowload Error (Download file cannot be found. Please let us know.) #29811
    wzp
    Moderator

    When you “moved” the location of the zip file, did you also update the product URL location in eStore as well?

    Have you enabled the debug log messages, and what does the download_manager_debug.log file say?

    March 4, 2011 at 11:05 pm in reply to: Download products – not working in IE #28532
    wzp
    Moderator

    Followup for the forum…

    bhakans sent me a link that worked on IE 8, only if I pasted it into the address bar. When clicking it from within gMail, IE 8 blocks the download. Haven’t been able to find the setting that allows the download, BUT whilst clicking around in the Advanced Settings tab of Internet Options, I did get it to give me an error, when it tried to DL the download.php file. Unfortunately, I clicked too many boxes and lost track of which one caused the problem.

    In short, IE 8 will accept the link if it’s pasted into the address bar, but not if it is clicked through gMail. It also accepts the link, if I create an HTML document containing the encrypted link as part of an HREF. So, I think it has something to do with gMail.

    March 4, 2011 at 1:48 pm in reply to: Download products – not working in IE #28530
    wzp
    Moderator

    Please complete the contact form at http://TheAssurer.com/contact and leave me your contact information. I’m getting ready to go someplace for a few hours, but I’ll get back to you today.

    March 4, 2011 at 12:16 pm in reply to: Download products – not working in IE #28528
    wzp
    Moderator

    Do you have any caching plugins installed?

    March 4, 2011 at 4:23 am in reply to: Fatal Error During Installation #29062
    wzp
    Moderator

    This particular problem should no longer occur. I renamed the Email class in eStore.

    March 3, 2011 at 10:10 pm in reply to: Link Shortener Feature Request #29626
    wzp
    Moderator

    ********** DANGER WILL ROBINSON — RUNNING WITH SCISSORS AHEAD **********

    ********** DANGER WILL ROBINSON — RUNNING WITH SCISSORS AHEAD **********

    ********** DANGER WILL ROBINSON — RUNNING WITH SCISSORS AHEAD **********

    I am only going to give just enough information, so that only the knowledgeable and brave will attempt this at home…

    In the file eStore_post_payment_processing_helper.php look for the function definition of generate_download_link(), being careful not to confuse it with generate_download_link_for_product().

    Within generate_download_link() look for all calls to eStore_register_link_in_db(), there are two of them.

    About 2 lines above, there is a line that assigns a value to $download_item.

    Above that assignment, you want to inset something like…

    $long_url_link=$script_location.’download.php?file=’.$download_key;

    $short_url_link=fts_shorturl($long_url_link, $service);

    Where $long_url_link and $service are the parameters to fts_shorturl(), as described in the documentation at: http://wiki.fusedthought.com/docs/url-shortener-wordpress-plugin/v3#TOC-On-demand-shortening-of-URL

    Remember to replace “$service” with the hard coded value of the shortening service desired.

    You then want to edit the assignment for $download_item, so that $script_location.’download.php?file=’.$download_key is replaced with $short_url_link.

    No promises about native eStore hooks to this particular shortening plugin, but it may be possible to include generic hooks into a later version of eStore.

    March 3, 2011 at 6:56 pm in reply to: Download products – not working in IE #28526
    wzp
    Moderator

    Please try this:

    https://support.tipsandtricks-hq.com/forums/topic/problem-downloading-zip-file-from-internet-explorer

    If it works for you, please let us know and we’ll make it into a settings option.

    March 3, 2011 at 6:49 pm in reply to: Link Shortener Feature Request #29624
    wzp
    Moderator

    Caveat: When using an external shorting service, you run the very slight risk of having the shortened link harvested by others and used before the intended customer. This may result in customer complaints about expired links.

  • Author
    Posts
Viewing 15 posts - 6,241 through 6,255 (of 6,729 total)
← 1 2 3 … 416 417 418 … 447 448 449 →

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 © 2026 | Tips and Tricks HQ