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

Peter

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

Forum Replies Created

Viewing 15 posts - 3,031 through 3,045 (of 3,409 total)
← 1 2 3 … 202 203 204 … 226 227 228 →
  • Author
    Posts
  • January 30, 2012 at 1:49 am in reply to: WP eStore – View Cart #41209
    Peter
    Member

    Hi Matteo,

    Which version of the eStore plugin are you using?

    Have you made any modifications to the plugin?

    Are you using a caching plugin?

    Can you please follow the directions in the link below to eliminate the possibility that you may have a PHP session problem:

    https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly

    January 30, 2012 at 1:28 am in reply to: WP eStore – View Cart #41207
    Peter
    Member

    Hi Matteo,

    Oops I replied in the wrong thread. I’ll take another look and see if I can find an answer.

    January 30, 2012 at 12:10 am in reply to: Not Receiving Download Link nor Download Links on Thank You Page #41374
    Peter
    Member

    Hi Matteo,

    Did you set up the PDT correctly?

    See this post for more:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-instant-digital-product-delivery-499

    January 29, 2012 at 11:50 pm in reply to: WP eStore – View Cart #41205
    Peter
    Member

    Hi Matteo,

    Please see this post:

    https://support.tipsandtricks-hq.com/forums/topic/shopping-cart-not-emptying

    January 28, 2012 at 4:02 am in reply to: Can I edit Sales Count found in Manage Products #41324
    Peter
    Member

    Hi,

    Yes. In your particular product configuration go to the “Inventory Control” section and edit the “Sales Count” field.

    January 28, 2012 at 3:50 am in reply to: Membership Upgrades #41314
    Peter
    Member

    Hi again,

    I just realised that you wanted the second sentence modified not the first :)

    If you look at that eng.php you’ll see that the sentence “Please Renew your account” is made up of a conglomeration of the other message definitions shown in that file.

    You can change some of these OR you can define your own message.

    Then you will need to go to the file /wp-eMember/emember_access_checkers.php and find the following line and change it to reference your message:

    $account_upgrade_url = $emember_config->getValue('eMember_account_upgrade_url');

    return wp_emember_format_message (EMEMBER_HIDDEN_CONTENT_MESSAGE. '
    '.EMEMBER_PLEASE.' '.EMEMBER_RENEW_OR_UPGRADE.' '.EMEMBER_YOUR_ACCOUNT);

    Hope that helps.

    January 28, 2012 at 3:33 am in reply to: Membership Upgrades #41313
    Peter
    Member

    Hi,

    You can modify the message by changing it in the file which lives here:

    /wp-eMember/lang/eng.php

    Look for the line:

    define("EMEMBER_HIDDEN_CONTENT_MESSAGE","Hidden content is not available to this membership level. ");

    I highly recommend making a copy of the original file first :)

    January 28, 2012 at 3:21 am in reply to: Add to cart button #41263
    Peter
    Member

    Hi,

    Please see this post which may help you:

    https://support.tipsandtricks-hq.com/forums/topic/more-info-button

    January 28, 2012 at 3:13 am in reply to: Display products from particular category #41294
    Peter
    Member

    Hi,

    Yes there are a number of fancy display options for displaying products by category.

    You will need to download and install the extra shortcodes plugin.

    Please see this page for more info:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460

    January 28, 2012 at 3:09 am in reply to: Adding tax to shipping fee #41304
    Peter
    Member

    Hi,

    If you are using PayPal as the payment gateway, you can set tax and shipping costs in your PayPal profile.

    Then you can set the eStore plugin to revert to “Use PayPal Profile Based Shipping” in your settings.

    January 28, 2012 at 2:36 am in reply to: Membership Upgrades #41310
    Peter
    Member

    Hi Dave,

    Ok the best thing to do is to use the same shortcode as before but to suppress the message which talks about hidden content being forbidden.

    Note that there is also an example of this on that page I sent you earlier.

    So you would use the following:

    [emember_protected for=2 do_not_show_restricted_msg=1]

    your protected content goes here

    [/emember_protected]

    Then you can put whatever message and link you like outside of the above tags.

    January 28, 2012 at 2:26 am in reply to: Mailchimp integration problem #41301
    Peter
    Member

    Hi,

    Please see this for more info about the required fields:

    WP eStore – Troubleshooting Autoresponder Signup Not Working

    Here’s another post about someone who had the same issue as you and what they did to fix it – see the last entry:

    https://support.tipsandtricks-hq.com/forums/topic/help-mailchimp-integration-not-working-ive-tried-everything

    January 28, 2012 at 12:00 am in reply to: Mailchimp integration problem #41298
    Peter
    Member

    Hi,

    Have you checked what’s in the “eMember_debug.log” file which is located in the eMember root directory?

    January 27, 2012 at 11:40 pm in reply to: Styling emember elements with CSS #41303
    Peter
    Member

    Hi,

    No, do not make changes to the “eMember_style.css”.

    Always put your CSS modifications in the “eMember_custom_style.css” file. The code you place in this file will override the code in the “eMember_style.css” and this purpose of this file is specifically for custom CSS modifications.

    Keep a copy of your “eMember_custom_style.css” file somewhere on your computer or server and then when you upgrade the plugin simply place it back into the plugin’s CSS directory.

    January 27, 2012 at 11:24 pm in reply to: Membership Upgrades #41308
    Peter
    Member

    Hi Dave,

    What you need to do is to protect a section of a post or page.

    For example, in the level 2 membership page use the following shortcode to protect the content you wish. Outside of the shortcode tags put your link or button text informing people how to join your level 2 membership.

    See example below:

    <Your unprotected link or text asking them to upgrade goes here>

    [emember_protected for=2]

    your protected content goes here

    [/emember_protected]

    The above shortcode effectively means that the content within the shortcode tags is only accessible by people who have level 2 membership.

    For more info about protecting a section of a page see this post:

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88

  • Author
    Posts
Viewing 15 posts - 3,031 through 3,045 (of 3,409 total)
← 1 2 3 … 202 203 204 … 226 227 228 →

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