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,741 through 13,755 (of 14,824 total)
← 1 2 3 … 916 917 918 … 987 988 989 →
  • Author
    Posts
  • November 8, 2011 at 11:35 pm in reply to: eMember change Login menu item to Logout? #38254
    admin
    Keymaster

    You can also wrap your login link inside a bit of custom code so it can dynamically say “login” or “logout” based on the member’s login status (so it will login when a visitor is not logged in, it will say logout when a member is logged in). This document has example codes that will explain more:

    http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248

    November 8, 2011 at 11:29 pm in reply to: Editing manual checkout page #38155
    admin
    Keymaster

    Customize Manual Gateway form

    Simply add the post to your favorites by clicking on the “Add this topic to your favorites” link(look below the title of this thread). You can set in your profile to receive an email when there is a response to your favorite post (it is enabled by default). If you click on the link below your signature/gravatar it will take you to your profile.

    November 8, 2011 at 11:22 pm in reply to: Is it possible to set the default selection for variations? #38275
    admin
    Keymaster

    Nope, eStore doesn’t have that option unfortunately.

    November 8, 2011 at 11:20 pm in reply to: Email Settings, Need Admin to receive Phone Number #38268
    admin
    Keymaster

    The following is not an email tag you can use in the registration complete email:

    {phone}

    November 8, 2011 at 11:11 pm in reply to: Customizing "Buy Now" button text #38273
    admin
    Keymaster

    If you just want to change the text of the button then this post will help:

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

    However, if you are looking to add the price amount to the “Buy Now” button text programmatically you will need to tweak the code.

    Open the “eStore_misc_functions.php” file and search for the following line of code:

    $button_type .= '<input type="submit" class="eStore_buy_now_button" value="'.WP_ESTORE_BUY_NOW.'" />';

    Once you find it replace it with the following code:

    $custom_text = 'Buy Now (£'.$ret_product->price.')';
    $button_type .= '<input type="submit" class="eStore_buy_now_button" value="'.$custom_text.'" />';

    November 8, 2011 at 10:17 pm in reply to: Error from WP eMember – need help/explanation #38259
    admin
    Keymaster

    Re-install or Load a Fresh Copy of the Plugin(s)

    Let me know if you still see this after following the above instruction.

    November 8, 2011 at 10:14 pm in reply to: Code for Banners/Links for use in Traffic Exchanges #38257
    admin
    Keymaster

    You don’t have to create a text or banner ad for your affiliate to be able to send referral traffic to your site. Creating a simple affiliate link is easy.. this documentation will help you:

    How to Create Banners or Text Links for Affiliates to Use

    When you affiliate logs into their affiliate portal it will also show a simple affiliate link that they can use (this type of simple links are handy to use on external sites like twitter).

    November 8, 2011 at 8:45 am in reply to: Hide customer password in new member notification #38251
    admin
    Keymaster

    Go to the following section:

    WP eMember settings -> Email Settings -> Registration complete email

    Now remove the following line from this email body and save the settings:

    Password: {password}

    November 8, 2011 at 5:35 am in reply to: Any way to have the manual checkout add tax? #38249
    admin
    Keymaster

    If you use eStore’s tax feature then it will apply tax to all checkout. If you want to use a separate tax for manual checkout then you can do a small custom tweak to apply a tax on the total amount (just a matter of multiplying the total with your tax rate). If you are a developer then then you should be able to do this tweak. Post a link to your product page so I can check it out. What version of eStore are you using?

    November 8, 2011 at 5:28 am in reply to: HELP: Added Shortcode into Widgets Sidebar Problem #38245
    admin
    Keymaster

    WP eStore doesn’t need any special theme to work (any properly coded theme will do). The popular free WordPress themes should be properly coded

    http://wordpress.org/extend/themes/

    Many premium themes out there also have good quality (for example: Thesis, Genesis, Elegant themes etc.)

    The following article is a good read before you select a theme.

    http://www.tipsandtricks-hq.com/when-themes-go-wild-importance-of-using-a-properly-coded-wordpress-theme-2270

    November 8, 2011 at 5:23 am in reply to: Permission settings #38235
    admin
    Keymaster

    The plugin does not delay in sending the email. When the payment notification is received it will execute the post payment process tasks (including the sending of emails). When the email will arrive in your customer’s inbox depends on a lot of other factors. This post will explain more on this:

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

    As far as the plugin is concerned everything is working fine.

    November 8, 2011 at 4:01 am in reply to: Permission settings #38232
    admin
    Keymaster

    Share the content of the “subscription_handle_debug.log” debug file please.

    November 8, 2011 at 2:49 am in reply to: Permission settings #38228
    admin
    Keymaster

    Don’t keep the coming soon plugin active if you are testing PayPal transactions because the coming soon plugin will block the payment notification coming from PayPal and nothing will happen.

    November 7, 2011 at 11:51 pm in reply to: What is the Shortcodes to display “Add to Cart” + “Price” #38188
    admin
    Keymaster

    I can do a custom shortcode for you to just show the price and the add to cart button. Please contact me using this contact form for a quote to get this done if you are interested (mention this post so I have some reference):

    https://support.tipsandtricks-hq.com/contact

    November 7, 2011 at 11:28 pm in reply to: Lightbox Ultimate – Cannot get protected S3 MP4 videos to play in any player #37891
    admin
    Keymaster

    @Friction, We already told you exactly what is wrong on your site with your theme (check wpCommerce’s post). Unless you correct those issues, nobody is going to be able to help you. You have a POORLY coded theme so the first coarse of action should be to use a properly coded theme or chase the developer (who gave you the theme) and peruse him to correct his mistakes. Detailed explanation on this topic here:

    https://support.tipsandtricks-hq.com/forums/topic/wrong-way-of-adding-jquery-library-to-wordpress-source-of-javascript-conflicts

  • Author
    Posts
Viewing 15 posts - 13,741 through 13,755 (of 14,824 total)
← 1 2 3 … 916 917 918 … 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