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 - 2,956 through 2,970 (of 3,409 total)
← 1 2 3 … 197 198 199 … 226 227 228 →
  • Author
    Posts
  • February 15, 2012 at 1:10 pm in reply to: Different Mailchimp lists for different eMember levels #41992
    Peter
    Member

    Hi Kate,

    Yes it is.

    Just enter your appropriate list names in the field called “Autoresponder List/Campaign Name (optional)” which can be found in a membership level’s configuration settings.

    Don’t forget to also enable the mailchimp autoresponder and enter your required details in the eMember main settings page too.

    February 15, 2012 at 11:55 am in reply to: Coupons Not Stacking #41936
    Peter
    Member

    Hi,

    When you see a message such as “Cart does not meet the minimum requirement for this coupon” it usually means that your coupon has some other conditional option attached to it.

    Check your coupon configuration and look in the “Conditions (Optional)” section to see if you have also inadvertently configured a condition.

    If you have, simply delete the entry in the last text field of the “Conditions (Optional)” section so that it is blank and then save the coupon and try your test again.

    Having said that, there is nothing to stop you from actually provisioning a conditional option in addition to the “automatic discount settings” to achieve a certain scenario.

    Just keep in mind, that in order for the automatic discount to trigger, the “Conditions (Optional)” settings will also need to be met.

    February 14, 2012 at 11:32 pm in reply to: Need shipping address for estore purchase #41949
    Peter
    Member

    Please see this post which may help you:

    http://www.tipsandtricks-hq.com/ecommerce/how-shipping-address-is-collected-from-the-customer-228

    February 14, 2012 at 11:04 pm in reply to: Customer Not Charged for shipping #41956
    Peter
    Member

    Hi,

    Hmmm…If all of your customers were from areas which warrant the same shipping charge you can specify a shipping cost per product in the “Shipping and Tax” section of the product config and then it would be added to the cost automatically.

    However, in your case you are using shipping variations and this means that they have to click the update button.

    I can see your point about people not clicking the button. To make eStore automatically apply the shipping cost when selecting a variation from the drop-down without needing to click the “Update” button will require a code change.

    Let’s wait for Admin to reply and he can recommend what your best option is.

    ps: At the very least, you can set yourself a base shipping cost which applies to all products and then add the variation for the more expensive shipping options.

    This way at least you will recoup some of the shipping for the cases where people forget to click the update button.

    February 14, 2012 at 12:03 pm in reply to: Bug? Coupons Display Incorrect Prices in Cart #41798
    Peter
    Member

    Hi,

    For any CSS styling and alignment tweaks you are encouraged to enter your changes in the custom style sheet file.

    This has been especially created for customized tweaking like you are planning on doing.

    For example after looking at your site with firebug a quick alignment of some of the components can be done with the following code:

    .shopping_cart table tr td {

    text-align: left !important;

    }

    February 14, 2012 at 11:49 am in reply to: all the download links are getting the typical error messages discussed here #41938
    Peter
    Member

    Hi,

    Can you please check this checklist:

    https://support.tipsandtricks-hq.com/forums/topic/downloaded-file-size-is-0-zero-byte

    Then do what this post says and share the “download_manager_debug.log” debug file’s content here again:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-test-wp-estore-plugin-encrypted-download-system-on-your-site

    February 14, 2012 at 6:47 am in reply to: How to specify minimum checkout amount #41866
    Peter
    Member

    Hi, Please load a new build of eStore by following the steps in this link:

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

    February 13, 2012 at 10:44 pm in reply to: Nested Shortcode (Not Resolved by editing wp_eMember1.php) #41906
    Peter
    Member

    Hi,

    You mention that you have “two wp-eMember shortcodes nested, where the second one is displaying itself rather than it’s output”.

    I can only see one eMember shortcode, ie, [wp_eMember_user_details user_info=”email”]

    This one doesn’t appear to be from eMember:

    [sf_become_member_link]

    February 13, 2012 at 10:27 pm in reply to: User/Member content redirection #41446
    Peter
    Member

    Hi,

    Yes you can restrict content to a particular member.

    Simply place the content you want only your member to see within this shortcode:

    [emember_protected member_id=1]

    ….your content…..

    [/emember_protected]

    The above example will allow only member with member_id=1 to see the content.

    Be careful to ensure that you enter the correct member_id value for the specific member in question.

    February 13, 2012 at 10:22 pm in reply to: Change Field Names in Standard Registration Form? #41904
    Peter
    Member

    Hi,

    Yep it can easily be done.

    Modify the file /wp-eMember/lang/eng.php and look for the following piece of code:

    define("EMEMBER_COMPANY","Company");

    Modify the above to:

    define("EMEMBER_COMPANY","Radio Station");

    February 13, 2012 at 10:05 pm in reply to: Error Page After Login #41917
    Peter
    Member

    Hi,

    Please load a fresh copy of the latest eMember plugin by following the instructions in this link:

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

    February 13, 2012 at 12:06 pm in reply to: New Member Email #28172
    Peter
    Member

    Hi,

    Let’s take it a step at time.

    Can you please enable debug so we can see if the plugin is at least trying to send an email.

    To enable debug for eMember just set the “Enable Debug” checkbox in the settings page.

    Then share the output from the eMember_debug.log file.

    The following link outlines several common reasons why emails might not be received:

    https://support.tipsandtricks-hq.com/forums/topic/not-receiving-emails-even-though-the-plugin-sent-the-email

    February 12, 2012 at 10:53 pm in reply to: customer cannot see typing on ajax squeeze page while entering name/e-mail #41884
    Peter
    Member

    Hi,

    This should help you:

    https://support.tipsandtricks-hq.com/forums/topic/products-not-showing-up-on-theme-with-a-black-background

    February 12, 2012 at 9:32 pm in reply to: Lightbox Ultimate – Description doesn't fit in overlay for prettyPhoto #41879
    Peter
    Member

    Hi,

    Please send a link to the page with this issue so we can take a look in firebug.

    February 12, 2012 at 9:30 pm in reply to: Member level not showing up, so all content is unaccessable #41847
    Peter
    Member

    Ok so you say you’ve got the latest version of eMember and you’ve checked all of your settings.

    Let’s wait for admin to read this and he will suggest something else you can try or request site access so we can take a look.

    One more question:

    ” if I check the members screen I am showing I (I am the only user so far) have no membership level”

    In the “Members” section of the administration panel – have you tried editing the member with the blank level and setting it manually?

  • Author
    Posts
Viewing 15 posts - 2,956 through 2,970 (of 3,409 total)
← 1 2 3 … 197 198 199 … 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