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 - 13,771 through 13,785 (of 14,824 total)
← 1 2 3 … 918 919 920 … 987 988 989 →
  • Author
    Posts
  • November 6, 2011 at 10:15 pm in reply to: What is the Shortcodes to display “Add to Cart” + “Price” #38186
    admin
    Keymaster

    eStore doesn’t output add to cart and just price because we don’t know how you would want to style price. All you have to do is enter the price in the editor so you can style it however you like then place the shortcode for the add to cart button. For example:

    Price: $15.00
    [wp_eStore_add_to_cart id=1]

    This approach lets you format the price however you want it (make it bold, red, use different font etc).

    November 6, 2011 at 10:11 pm in reply to: WP eStore – Shipping Charges – PayPal #24081
    admin
    Keymaster

    Please load a fresh build of the plugin on your site and then send a link to your product page so I can check a few things:

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

    November 6, 2011 at 1:51 am in reply to: Paypal "Payment Skipped" question #34474
    admin
    Keymaster

    I looked into a bit then forgot about this. the main issue that I faced is that PayPal just sends the same IPN as the subscription cancellation one for when a payment fails. So the plugin can’t differentiate between these two events and just expires the account (to be on the safe side). Can you do the following for me?

    Ask PayPal the following question…

    Is there any way to determine the difference in the IPN for the following two events:

    1) When a recurring charge failed (PayPal will be reattempt to charge the customer)

    2) When a subscription is cancelled

    At the moment it looks like both of these two events send a subscription cancelled IPN.

    November 6, 2011 at 12:51 am in reply to: Customers are not being moved from prospects to customers list in aWeber. #38164
    admin
    Keymaster

    AWeber has more restrictions than GetResponse and MailChimp autoresponders (this is part of the reason why AWeber has the best email delivery numbers). You will need to do what “casstyson” suggested.

    November 6, 2011 at 12:49 am in reply to: Logging in: Undefined Function 'get_userdatabylogin' #38192
    admin
    Keymaster

    “I have the Developer Version” – Developer version of what? Also what is your WordPress version?

    November 5, 2011 at 11:40 pm in reply to: Automatically Create Affiliate Account:… or not? #38143
    admin
    Keymaster

    As long as the the Affiliate ID they choose when creating the account is the same as their eMember username they will automatically get logged in.

    November 5, 2011 at 11:28 pm in reply to: Accounts going "Inactive" #38133
    admin
    Keymaster

    Okay in that case an account status can only be set to active if the plugin didn’t receive a recurring payment in time (meaning PayPal couldn’t charge the customers account) or the customer cancelled the subscription. You obviously don’t want to change their account status in either cases. Have you checked up your PayPal account to see if you received money from them for the last recurring period?

    November 5, 2011 at 11:22 pm in reply to: eStore: customizing the eStore_buy_now_button CSS class #38176
    admin
    Keymaster

    You maybe misunderstanding how CSS works. You don’t need to change anything in the plugin for you to override the CSS. Simply add your CSS in custom CSS file and it will override the other one (the custom CSS file is loaded after the main eStore CSS file so the custom one will take priority).

    For example add the following to the custom CSS file to make the button width 300px and remove the opacity:

    .eStore_buy_now_button {
    width: 300px !important;
    opacity:1 !important;
    }

    When you upgrade the plugin simply take a backup of the custom CSS file and then re upload the file after the update. Let me know if that makes sense.

    November 5, 2011 at 10:38 pm in reply to: Multiple Product Coupon Codes #38175
    admin
    Keymaster

    Either use a category or add a common string value (example: SPECIAL) to the item names of these products and use the following:

    Item Name -> Contains -> SPECIAL

    Conditional coupons and fixed amount do not go well together. Use a percentage based coupon for that.

    November 5, 2011 at 3:14 am in reply to: customize manual page #21019
    admin
    Keymaster

    Yeah, this was added recently so get a new build from here to get this feature (eStore updates are free):

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

    November 5, 2011 at 3:13 am in reply to: Automatically Create Affiliate Account:… or not? #38140
    admin
    Keymaster

    Yes, if you turn that option on it will automatically create an affiliate account each time a member signup (it will use the same credentials for the affiliate account). When they are logged into eMember they won’t have to separately log into the affiliate section.

    The effectiveness really depends on the type of members you have and the niche that you are in. This feature was mainly requested by users who are running a membership site for internet marketers. So for that niche it really works well as the members are internet marketers and is more likely to have a website and promote the membership.

    November 5, 2011 at 3:07 am in reply to: Any conflict with Role Scoper and eMember? #33705
    admin
    Keymaster

    Okay we updated the plugin slightly to add a condition around the role update. It should only try to update role if the account status is active so for expired account it won’t touch the role values. Can you please get a new build of the plugin from here and update it:

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

    Let me know if you still see the same behavior after the update.

    November 4, 2011 at 10:35 pm in reply to: The email address you are using is already taken #38156
    admin
    Keymaster

    You also need to check your WordPress users menu and make sure none of the user is using that email address (I am guessing your admin account use that same email address). Go to the users menu from your WordPress dashboard and check it.

    Remember, if you want to create WP users or use the existing WP users with eMember you can do that too. Check this documentation for it:

    http://www.tipsandtricks-hq.com/wordpress-membership/using-emember-with-another-plugin-that-uses-the-wordpress-user-roles-350

    November 4, 2011 at 10:31 pm in reply to: Editing manual checkout page #38153
    admin
    Keymaster

    Are you using the standalone manual checkout option or have you embedded the manual checkout form on a WordPress page?

    November 4, 2011 at 10:29 pm in reply to: Aweber intergration issues #38152
    admin
    Keymaster

    This usually happens when the email parser is not configured correctly. Please see the checklist on the second and the 3rd post from the following thread and it will help you see your mistake:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-troubleshooting-autoresponder-signup-not-working

  • Author
    Posts
Viewing 15 posts - 13,771 through 13,785 (of 14,824 total)
← 1 2 3 … 918 919 920 … 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