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 - 736 through 750 (of 5,807 total)
← 1 2 3 … 49 50 51 … 386 387 388 →
  • Author
    Posts
  • June 27, 2011 at 12:26 am in reply to: Moving existing 'members' into eMember #33631
    amin007
    Participant

    In the WP eMember’s member database. You will have to log into your PHPMyAdmin and go to to your WordPress database and find the following table:

    wp_eMember_members_tbl

    You will be able to see all your member’s record there and add the subscriber ID of each member to the “subscr_id” column of that table.

    This tutorial might be of some help if you are not familiar with the PHPMyAdmin tool:

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

    June 27, 2011 at 12:22 am in reply to: Will WPAP track internal affiliate links? #33697
    amin007
    Participant

    As long as the page is a WordPress page it will track all incoming affiliate traffic to the page.

    So for example if a visitor lands on the page using the following link then yes it will track it:

    http://www.example.com/affiliatesname?ap_id=AFFILIATE_ID

    June 27, 2011 at 12:01 am in reply to: Display number of sales on a page? #33696
    amin007
    Participant

    There should be a shortcode that you can place on a WordPress post or page to show the sale counter of a particular product. I think it’s the following shortcode:

    [wp_eStore_sale_counter id=1]

    All the eStore shortcodes are listed here:

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

    June 26, 2011 at 11:57 pm in reply to: The Tips n Tricks Forum Login is jigged #33695
    amin007
    Participant

    https://support.tipsandtricks-hq.com/forums/topic/general-tips-and-tricks-hq-forum-login-issues-in-firefox

    June 26, 2011 at 11:56 pm in reply to: Any way to make the thumbnail non-clickable? #33675
    amin007
    Participant

    You are using fancy5 which comes from the extra shortcodes plugin so you need to modify a file from that plugin. I have updated wpCommerce’s post to cover both scenerios. Please take a look at the 2nd post in this thread.

    June 26, 2011 at 11:49 pm in reply to: Log out takes two clicks #33691
    amin007
    Participant

    Please post a link to your site where I can go and log in as a user. Post a login details for a test user too. I will then log in using firefox5 or chrome and check out the behavior.

    June 26, 2011 at 11:44 pm in reply to: My blue background is gone on my affiliate page and affiliates want buyers' name #32030
    amin007
    Participant

    Thats looks like the CSS is not rendering on that page at all. After I took a look at the HTML source of that page I only see one line that is including some CSS but the actual CSS for this page is not being included:

    <link rel='stylesheet' href='http://www.blog.becomeabloggingmaniac.com/wp-content/plugins/wp-minify/min/?f=style.css&m=0' type='text/css' media='screen'/>

    I am assuming this started happening after you installed the WP Minify plugin which is trying to combine all the CSS files. The affiliate area is different from your normal WP install so the minify plugin is not supposed to be there unless you changed some code and messed it up. Did you touch any code in the affiliate plugin?

    June 26, 2011 at 4:47 am in reply to: eMember not properly assigning WordPress user roles #33454
    amin007
    Participant

    I did some debugging on the site and it turned out that this issue only happens for paid membership. I identified that the WP eStore plugin wasn’t doing the role settings correctly when you use the “WordPress user integration” feature. Getting the latest build of eStore should fix this issue.

    June 26, 2011 at 4:33 am in reply to: Moving existing 'members' into eMember #33629
    amin007
    Participant

    Each member has a subscriber ID attached to them which is used to uniquely identify a PayPal subscription payment notification (this subscriber ID originally comes from PayPal). Once you get get the subscriber ID you can hook that particular subscription payment notification to a particular eMember user. WP eStoer does capture the subsciber ID for each subscription but to do this you will have to manually find out each subscriber ID and modify the member’s record to attach the subscriber ID (there is no way to automate this).

    June 26, 2011 at 4:28 am in reply to: Free trial user didn't get registration email – now what? #33016
    amin007
    Participant

    Please go to the following URL and search for “subscr_id” on that page:

    https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_IPNandPDTVariables

    It will explain what that parameter is. PayPal recommends developers to use that variable to uniquely identify the payment notification for a particular subscription. You will have to ask PayPal as to how you can get that subscriber ID from inside your PayPal account.

    yes, the eMember ID of a user is supposed to be present in the eStore’s customer record if the customer does have a member account. If this is not happening for you please get a fresh build of eStore from here and do a test transaction and let me know how it goes:

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

    June 26, 2011 at 12:31 am in reply to: Do not show price #33563
    amin007
    Participant

    Yeah I added the “show_price” parameter to that shortcode so you should be able to use the following:

    [wp_eStore_category_products_fancy id=1 style=3 order=1 type=1 show_price=1]

    You will need to get another build of the extra shortcodes plugin from here:

    http://www.tipsandtricks-hq.com/ecommerce/?p=460

    June 26, 2011 at 12:26 am in reply to: Which file to edit for Old Price and can Thumbnail Target URL be target _blank? #33690
    amin007
    Participant

    You can change the “Old Price” text to say whatever you want by changing the language file. this post will explain more:

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

    Once, you find the language file look for “ESTORE_OLD_PRICE” in that file.

    Regarding the thumbnail.. Open the “eStore_button_display_helper.php” file and look for the following line:

    $output .= '<div class="eStore-thumbnail"><a href="'.$ret_product->target_thumb_url.'" title="'.$ret_product->name.'"><img class="thumb-image" src="'.$thumb_img.'" alt="'.$ret_product->name.'" /></a></div>';

    Once you find it change it to the following which should make the thumbnail target URL to open in a new window:

    $output .= '<div class="eStore-thumbnail"><a href="'.$ret_product->target_thumb_url.'" title="'.$ret_product->name.'" target="_blank"><img class="thumb-image" src="'.$thumb_img.'" alt="'.$ret_product->name.'" /></a></div>';

    June 26, 2011 at 12:15 am in reply to: Protecting title as well as content #33687
    amin007
    Participant

    Nope. You can however use the “Site Wide Protection” feature to make it so only logged in members can access your site.

    http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-protection-how-to-enable-site-wide-protection-342

    June 26, 2011 at 12:12 am in reply to: Any way to make the thumbnail non-clickable? #33672
    amin007
    Participant

    You can specify a URL value (the URL of this product page) in the “Thumbnail Target URL” field which will make it go to that product page and not the image itself. Let me know if that helps.

    June 25, 2011 at 11:57 pm in reply to: Lost administrative privileges #31081
    amin007
    Participant

    If you go to the “Product License” menu of the PDF stamper plugin you will be able to hit the “Deactivate” button to deactivate the license from the currently installed domain. This will free they key up. If you are having an issue with that please use the contact form to send us your license key details and we will manually reset it.

  • Author
    Posts
Viewing 15 posts - 736 through 750 (of 5,807 total)
← 1 2 3 … 49 50 51 … 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