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

amin007

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

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 5,807 total)
← 1 2 3 … 10 11 12 … 386 387 388 →
  • Author
    Posts
  • August 7, 2011 at 11:39 pm in reply to: Pulling member info #35233
    amin007
    Participant

    Your table name is definitely wrong. You can’t access the eMember table name using the following since it not an object of the WPDB class.

    $wpdb->wp_eMember_members_tbl

    Try the following to get a feeling for how it works then you should be able to do more specific things:

    global $wpdb;
    $members_table_name = $wpdb->prefix . "wp_eMember_members_tbl";
    $resultset = $wpdb->get_results("SELECT * FROM $members_table_name", OBJECT);
    print_r($resultset);

    August 7, 2011 at 11:31 pm in reply to: Terms and Conditions tweak question (open t&c in the same window) #35263
    amin007
    Participant

    That is strange… please post a link to the page where you have this.

    Also, please get a fresh build of eStore from here to eliminate any other possibilities:

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

    August 7, 2011 at 2:31 am in reply to: Push Active/Inactive State to Mailchimp #35264
    amin007
    Participant

    The integration does not have the capability to update the MailChimp list. We are waiting for AWeber to fully release their robust API so background operations on list can be done via an API. From a product point of view we need to give the same set of features for all the supported autoresponders (AWeber, MailChimp and GetResponse).

    August 7, 2011 at 2:28 am in reply to: NextGEN gallery integration issue #31320
    amin007
    Participant

    This is something the gallery plugin author will have to address. We cannot do much from our eStore plugin.

    August 7, 2011 at 2:26 am in reply to: Registration Email not Sent #35248
    amin007
    Participant

    @gken8, When you say “simple PayPal button” do you mean a paypal button without eStore? I get the feeling that you are using WP eStore since you are trying to go to the following URL:

    http://www.yoursite.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php

    Which payment integration documentation have you following from the documentation site?

    http://www.tipsandtricks-hq.com/wordpress-membership/

    August 7, 2011 at 2:21 am in reply to: How to Easily Export Member Details with Membership Level and State #35271
    amin007
    Participant

    Thank you for sharing this method of member details exporting technique. The tutorial on exporting member details using PHPMyAdmin can be found here:

    http://www.tipsandtricks-hq.com/how-to-easily-import-or-export-any-of-your-wordpress-database-content-using-phpmyadmin-3415

    August 7, 2011 at 2:12 am in reply to: Terms and Conditions tweak question (open t&c in the same window) #35260
    amin007
    Participant

    https://support.tipsandtricks-hq.com/forums/topic/how-to-open-terms-and-conditions-page-link-from-shopping-cart-in-same-window

    August 7, 2011 at 2:09 am in reply to: WP eStore "Fancy" Shortcodes #20252
    amin007
    Participant

    The fancy 7 and 8 display options are for MP3 only. If you are selling a PDF file then use one of the other fancy display options?

    August 7, 2011 at 2:06 am in reply to: Nextgen Gallery layout #35192
    amin007
    Participant

    Resent it (Please check the junk mail folder too).

    August 7, 2011 at 1:46 am in reply to: pdf's work, but not videos #35212
    amin007
    Participant

    We only mention the last STABLE build on our official support site (this may not be the latest build). You can get an update anytime from here:

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

    August 7, 2011 at 1:43 am in reply to: Pulling member info #35230
    amin007
    Participant

    The syntax is wrong. The table name is a string field. Also you are getting one row from many rows in the database where is your “condition” so it knows which row to pick based on that condition?

    August 7, 2011 at 1:26 am in reply to: PHP Session Error? But PHP confirmed working! #35148
    amin007
    Participant

    Your hosting provider should be able to look at this and help you but essentially you should never see things like the following in the URL when browsing live sites:

    http://0338e98.netsolhost.com/blog1/....

    Ask your hosting provider why the following address doesn’t resolve the domain name and shows the doming name there?

    http://0338e98.netsolhost.com/blog1/?p=328

    August 7, 2011 at 1:20 am in reply to: [wp_estore_transaction_result:end] problem #35222
    amin007
    Participant

    You need to fix up the PayPal side of things first so that payments get processed instantly as it should. This post should give you more clues as to what you should be looking at in your PayPal profile:

    https://support.tipsandtricks-hq.com/forums/topic/reasons-for-a-pending-paypal-payment#post-4174

    August 7, 2011 at 1:18 am in reply to: Selling books from other authors #35226
    amin007
    Participant

    Check the following settings option:

    WP Affiliate Settings -> Send Commission Notification to Affiliates

    August 7, 2011 at 1:17 am in reply to: reCAPTCHA and SSL #35201
    amin007
    Participant

    Updated the library.

  • Author
    Posts
Viewing 15 posts - 151 through 165 (of 5,807 total)
← 1 2 3 … 10 11 12 … 386 387 388 →

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