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 - 6,976 through 6,990 (of 14,824 total)
← 1 2 3 … 465 466 467 … 987 988 989 →
  • Author
    Posts
  • December 4, 2013 at 10:05 pm in reply to: "Wrong Product Price Detected" How to avoid this? #23978
    admin
    Keymaster

    eStore won’t process a payment/sale if the verification fails. So for those two sales go to the add/edit customers menu and add the record manually. You can also do it in SQL DB too.

    What you need to do is make sure the caching doesn’t cause the problem in the future. We do have workaround for the 2 popular caching plugins. Have you applied these changes?

    Super Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-together-with-wp-super-cache-plugin

    W3 Total Cache – https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-with-w3-total-cache-plugin

    December 4, 2013 at 10:01 pm in reply to: eMember new username problem #59414
    admin
    Keymaster

    I will take a look inside your site. I have sent you an email for it.

    December 4, 2013 at 5:37 am in reply to: PDF stamper – cutomize email with HTML #59405
    admin
    Keymaster

    okay. At the moment there is no option to do HTML email with that. We prefer plain email for the following reason:

    https://support.tipsandtricks-hq.com/forums/topic/why-use-plain-text-email-instead-of-html-email

    Down the path if we get many people asking for it, we will make a change.

    December 4, 2013 at 2:31 am in reply to: Kunaki Integration? #23817
    admin
    Keymaster

    We now have a custom addon for Kunaki integration.

    December 3, 2013 at 11:58 pm in reply to: Selling Gift Cerificates #38113
    admin
    Keymaster

    We now have the following gift certificate addon:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-gift-voucher-addon-1687

    December 3, 2013 at 11:58 pm in reply to: Selling Gift Certificates – Update #59409
    admin
    Keymaster

    You can also check this addon:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-gift-voucher-addon-1687

    December 3, 2013 at 11:57 pm in reply to: Understanding the url for affiliates. (automatic affilliate links in creatives) #32688
    admin
    Keymaster

    Using the Creatives feature of this plugin is how you can do that. Check the following documentation and you will see how it works (there is a video there):

    http://www.tipsandtricks-hq.com/wordpress-affiliate/how-to-create-creatives-for-affiliate-to-use-836

    December 3, 2013 at 11:37 pm in reply to: No encrypted links in Admin Functions generated emails #42537
    admin
    Keymaster

    Hi Antonio, Have you configured the “Digital Product URL” field for the product in question? For integration method 1, you need to configure each eStore product with the downloadable image URL. Have you done that?

    December 3, 2013 at 11:33 pm in reply to: eMember and OptimizePress 2.0 #56923
    admin
    Keymaster

    Hi, I would recommend you to load a fresh copy of eMember first (since we recently upgraded the JS libraries for latest WordPress compatibility). The following post will guide you:

    https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins

    If an error is coming from the Optimizepress theme then you will need to post the issue on their forum/support to get help. We can only guarantee that our plugin doesn’t have any javascript errors (from the error details you will be able to tell which plugin or theme an error is coming from).

    December 3, 2013 at 11:29 pm in reply to: eMember – Profile Extended Translation #59427
    admin
    Keymaster

    You will be able to translate using this method for eMember:

    https://support.tipsandtricks-hq.com/forums/topic/plugin-language-translation

    December 3, 2013 at 11:21 pm in reply to: eMember – Public Profile Listing #44589
    admin
    Keymaster

    You want to list users from a secondary level or you want to show the user’s secondary level in the details page?

    December 3, 2013 at 11:17 pm in reply to: WP eMember and WPML integration proposal. #59426
    admin
    Keymaster

    I will add a filter in our auth_check_post function for the next version. So that function will look like the following:

    function auth_check_post($content){
    global $post;
    $id = $post->ID;
    if(empty($id)) return $content;
    $id = apply_filters( 'emember_auth_check_post_id', $id);
    return check_post_content($id, $content);
    }

    You can then add the following code in your functions.php or a custom plugin:

    add_filter( 'emember_auth_check_post_id', 'custom_get_wpml_parent_id' );
    function custom_get_wpml_parent_id( $id ) {
    if ( function_exists( 'icl_object_id' ) == true ) {
    return icl_object_id( $id, 'post', false, 'it' );
    }
    return $id;
    }

    December 3, 2013 at 10:19 pm in reply to: eStore – edited products do not update #59373
    admin
    Keymaster

    Yeah that behavior is very weird. I will take a look inside your site. I have sent you an email.

    December 3, 2013 at 10:13 pm in reply to: PPV – Extending period allowed to view video #59411
    admin
    Keymaster

    You could also create a duplicate product and use a longer expiry date on this new product. Then give that customer access to this product.

    Usually when you want to apply restriction based on the user/member, you use it with a membership plugin:

    http://www.tipsandtricks-hq.com/wordpress-emember-easy-to-use-wordpress-membership-plugin-1706

    December 3, 2013 at 2:57 am in reply to: eMember new username problem #59412
    admin
    Keymaster

    Can you please share a link to your registration page so I can check it? I have a feeling there are some JavaScript errors on your site that is messing up eMember’s registration form validation.

  • Author
    Posts
Viewing 15 posts - 6,976 through 6,990 (of 14,824 total)
← 1 2 3 … 465 466 467 … 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