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

admin

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

Forum Replies Created

Viewing 15 posts - 12,826 through 12,840 (of 14,824 total)
← 1 2 3 … 855 856 857 … 987 988 989 →
  • Author
    Posts
  • January 29, 2012 at 5:27 am in reply to: Sales and customers not recording and emails not sending. #41340
    admin
    Keymaster

    Do a test transaction with debug option enabled then share the content of the debug file (make sure to reset it before doing the test). This post will help:

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

    Here is a similar post with another user with this issue:

    https://support.tipsandtricks-hq.com/forums/topic/running-out-of-options-customer-sale-not-registering-and-emails-not-sending

    January 29, 2012 at 5:26 am in reply to: Customer sale not registering and emails not sending #38054
    admin
    Keymaster

    It has always been there.

    January 29, 2012 at 5:19 am in reply to: Shopping Cart – Checkout page does not work #41330
    admin
    Keymaster

    I just did two checkout tests using two different browsers and it went to PayPal fine (the page you mentioned will do the redirection automatically after a few seconds).

    January 29, 2012 at 5:13 am in reply to: eMember plugin problems. #40287
    admin
    Keymaster

    Can you please do this test and report back:

    https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin

    January 29, 2012 at 5:04 am in reply to: CSS images #41282
    admin
    Keymaster

    Yeah thats fine.

    January 29, 2012 at 5:01 am in reply to: Add custom data to product via script #41266
    admin
    Keymaster

    You should be able hide the input box using CSS. However, that input field is a plain text field (It can’t handle a lot of data). As soon as you put a lot of data it won’t work well.

    January 29, 2012 at 4:58 am in reply to: Multilanguage support #37663
    admin
    Keymaster

    Lets do something similar to what we did with qTranslator.

    WPML Integration Tweak

    1. Open the “wp_eStore1.php” file and find the following block of code:

    $cart_language = get_option('eStore_cart_language');
    if (!empty($cart_language))
    $language_file = "languages/".$cart_language;
    else
    $language_file = "languages/eng.php";
    include_once($language_file);

    2. Once you find it, replace it with the following block of code:

    function wp_eStore_load_wpml_lang()
    {
    if(!defined('ICL_LANGUAGE_CODE')){
    $language_file = "languages/eng.php";
    }
    else if (ICL_LANGUAGE_CODE == "en"){
    $language_file = "languages/eng.php";
    }
    else if (ICL_LANGUAGE_CODE == "de"){
    $language_file = "languages/ger.php";
    }
    else if (ICL_LANGUAGE_CODE == "fr"){
    $language_file = "languages/fr.php";
    }
    include_once($language_file);
    }
    add_action('plugins_loaded', 'wp_eStore_load_wpml_lang');

    Let me know how that goes. For debugging purpose you can try echoing the value of the “ICL_LANGUAGE_CODE” constant to see if it shows the correct value. eStore will only be able to load a file that is stored inside the “languages” folder (if the file name do not match it won’t load it).

    January 29, 2012 at 4:30 am in reply to: Is it possible to allow customers to view their past orders (eStore+eMember) #41336
    admin
    Keymaster

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-display-a-members-purchase-history-158

    January 28, 2012 at 6:41 am in reply to: Adding another button #41293
    admin
    Keymaster

    https://support.tipsandtricks-hq.com/forums/topic/add-hyperlink-to-fancy-product-display-details

    January 28, 2012 at 6:40 am in reply to: Shopping Cart – Checkout page does not work #41328
    admin
    Keymaster

    Uncheck the “Enable Fancy redirection on checkout” settings from eStore then test it out.

    January 28, 2012 at 6:36 am in reply to: Login Restriction by IP Address #41278
    admin
    Keymaster

    We will look into it.

    January 28, 2012 at 5:52 am in reply to: Membership Upgrades #41322
    admin
    Keymaster

    Yeah it will work.

    January 28, 2012 at 5:43 am in reply to: customer receives "corrupted content" message #40953
    admin
    Keymaster

    Don’t leave the expiry time field blank. Use a very high number such as 999999 to handle this (this will cover more than 100 or so years).

    January 28, 2012 at 5:38 am in reply to: Question about Product Specific Instructions for Buyer #41326
    admin
    Keymaster

    The product specific instruction link is not a HTML field but you will be able to share links just by entering the plain link like the following in that field:

    Some Product - http://www.expample.com/some-product-landing-page?aff_id=bla

    January 28, 2012 at 5:07 am in reply to: free download lets you enter same email multiple times #41323
    admin
    Keymaster

    Squeeze forms always let you download the items multiple times (the user could have lost the download). Its a free download so it is always best to let them download it than to block it. The autoresponder signup will happen only once. Also the email address will only be added to the record once.

  • Author
    Posts
Viewing 15 posts - 12,826 through 12,840 (of 14,824 total)
← 1 2 3 … 855 856 857 … 987 988 989 →

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