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 - 14,461 through 14,475 (of 14,824 total)
← 1 2 3 … 964 965 966 … 987 988 989 →
  • Author
    Posts
  • September 9, 2011 at 1:42 am in reply to: Integration eStore and eMember and how duplicate membership is handled #36420
    admin
    Keymaster

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-create-payment-buttons-for-membership-upgrade-189

    September 9, 2011 at 1:02 am in reply to: remove "join now" verbiage and links #36426
    admin
    Keymaster

    The “Join Us” page is an integral part of eMember (all membership plugins need a join us page to function). So there is no option to turn off the join us page without modifying the code but the following might be an easier workaround for you:

    Simply state something like the following on the “Join Us” page:

    The membership on this site is private and can only be created by the admin ....

    To remove the following message:

    Please Login to view this Content.(Not a member? Join Today!)

    Search for the following function in the “eMember_auth_utils.php” file:

    get_login_link

    Once you find it add the following line as the first line of this function:

    return "";

    If you wanted to customize the “Join Now” text, you can do so by following this method:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-customize-various-textmessages-displayed-by-the-plugin

    September 9, 2011 at 12:52 am in reply to: Seeing customer instructions in cart? #36425
    admin
    Keymaster

    If you are using the instruction box of eStore then that instruction will be added to the product name in the cart (visible to the customer). You can checkout how you works on the demo page here (see the 2nd product here):

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-plugin-demo-175

    If you are using a means that is outside of eStore plugin to collect instruction then the plugin doesn’t know about it and cannot include it in the cart. For example if you are using a contact form to collect some special instructions, it is best to place this option on the “Thank You” page so the customer can fill it out after the transaction. The contact form has a way to show a message saying something like “Your message has been sent” which should be enough confirmation.

    September 9, 2011 at 12:27 am in reply to: {total_shipping} – email receipt #36415
    admin
    Keymaster

    I din’t do it so I don’t have any idea (another developer added this). We don’t keep track of what files changed because everyday there are some changes being committed to the version control system. This is part of the reason why we do not support any customized version of the plugin (you are free to do modifications to the plugin for your needs but we have no way of supporting it).

    September 9, 2011 at 12:06 am in reply to: Larger paypal_checkout.png button #36422
    admin
    Keymaster

    Just add the following CSS in the “wp_eStore_custom_style.css” file of the eStore plugin:

    .eStore_paypal_checkout_button{
    width:200px;
    height:100px;
    }

    Obviously change 200 and 100 to the value you prefer.

    September 8, 2011 at 11:48 pm in reply to: Secondary currency #36396
    admin
    Keymaster

    Which fancy display are you using? Please post a link to the page where you are using it.

    September 8, 2011 at 11:43 pm in reply to: affiliate log in not display #36421
    admin
    Keymaster

    Is this issue different than the one you had and solved earlier?

    https://support.tipsandtricks-hq.com/forums/topic/cannot-see-log-in-widget-and-cannot-get-affiliate-welcome-page-to-show-after

    September 8, 2011 at 11:42 pm in reply to: Subscription Help #36386
    admin
    Keymaster

    I understand what you mean. The only other way you can handle this is via an autoresponder sequence.

    – The customer subscribes for the product

    – He gets signed up to a particular list in your autoresponder server

    – The autoresponder starts sending the preconfigured emails to the customer (1 every month with the URL of the book)

    I don’t know of any other way to give content to customers over time except these two methods (drip feed and autoresponder sequence).

    September 8, 2011 at 10:18 am in reply to: Switched to Server, Registration links not working #36289
    admin
    Keymaster

    It is easy to test the session thing with estore. Please post a link to a page where you have an add to cart button and i will test

    September 8, 2011 at 10:09 am in reply to: Integration eStore and eMember and how duplicate membership is handled #36418
    admin
    Keymaster

    It won’t create a new account if the customer already has an account.

    September 8, 2011 at 9:55 am in reply to: Affiliate Clicks are Tracked but not the Sales #34850
    admin
    Keymaster

    You are using WP eStore and the Affiliate Platform plugin so please run a test transantion with debug option enabled then share the debug data which will reveal the issue. This post will help you setup eStore’s debug option:

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

    September 8, 2011 at 9:12 am in reply to: Custom Fields not appearing in Manage Members table #36262
    admin
    Keymaster

    That table is just a summary display… that table cannot display all the details of a member in one row. You need to click on the “edit” link to see the full details of the member and your custom fields will be there.

    September 8, 2011 at 4:08 am in reply to: Switched to Server, Registration links not working #36287
    admin
    Keymaster

    That session test only proves that you can store the variable in the session. It doesn’t mean that the variable is actually getting stored in a persistent manner so it can be used on other pages of the site (this is a common mistake the hosting providers make).

    Are you using the eStore plugin by any chance?

    September 8, 2011 at 4:06 am in reply to: Problem with MP4 playback #36398
    admin
    Keymaster

    It is always a good idea to use properly encoded MP4 file of online video.

    Use our HTML5 Video display shortcode which can play videos on all platforms given your video is encoded properly.

    Check the “HTML5” section in the documentation for the appropriate shortcode

    http://www.tipsandtricks-hq.com/wp-affiliate-link-manager/wp-content/uploads/wp-lightbox-stuff/docs/wp-lightbox-ultimate-shortcodes-by-library-type.pdf

    September 8, 2011 at 3:55 am in reply to: {total_shipping} – email receipt #36413
    admin
    Keymaster

    The {total_shipping} email tag was added to the plugin recently so make sure you have a recent build of the plugin. You can download a latest build of the plugin from here:

    https://support.tipsandtricks-hq.com/update-request

  • Author
    Posts
Viewing 15 posts - 14,461 through 14,475 (of 14,824 total)
← 1 2 3 … 964 965 966 … 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