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 - 5,611 through 5,625 (of 5,807 total)
← 1 2 3 … 374 375 376 … 386 387 388 →
  • Author
    Posts
  • December 6, 2009 at 8:45 pm in reply to: Payment Gateway Settings "Customize the Return Button Text " #16494
    amin007
    Participant

    Hi Kamal, Please post a link to the page where you have the “Add to Cart” buttons so I can take a look.

    December 6, 2009 at 8:44 pm in reply to: Outgoing mail goes in the name of "wordpress" #16492
    amin007
    Participant

    You can use this plugin to customize the from email address name:

    WordPress Plugin – Change WP eMail From Details

    You can also uncheck the “Use WordPress Mailing System” checkbox from the settings menu of the eStore. This way the plugin will use simple PHP mail and won’t have the “wordpress” in the “From Name”.

    December 6, 2009 at 5:03 am in reply to: Wishlist Member integration question #16487
    amin007
    Participant

    Hi Brett, When integrating WishList with a payment processor you have a few option. You probably used a plain paypal button integration option which sends the visitor back to the site to complete the registration but this approach is error prone as the customer can close the browser after paying on paypal.

    when you use Wishlist with eStore it does everything through the PayPal IPN (Instant Payment Notification) feature. This also allows the integration with the affiliate software for commission awarding purpose. When you use the IPN feature everything starts to happen in the background as soon as the customer hits the “Pay Now” button on paypal.

    So after a visitor pays for a membership they will receive two emails from eStore.

    1) one for the standard purchase email

    2) and a 2nd one which will contain a unique link to complete the registration

    once the visitor clicks on this unique link they will be brought to the page where Wishlist will let them complete the membership.

    Due to the limitation of integration option you can choose one of two methods (either through a plain PayPal button) or using eStore where everything happens in the background via emails.

    You can customize the “Return URL” in eStore’s settings page so it redirect the customer to a “Thank You” page where you can put instructions like “You will receive an email with instructions bla bla bla”.

    December 6, 2009 at 4:50 am in reply to: Integration of custom paypal payment page style #16472
    amin007
    Participant

    Hi Jane, eStore doesn’t have any option for setting the page style on PayPal as the default/primary one gets displayed automatically.

    You only need this option when you have multiple style pages and not many people use multiple style pages. Anyway, this sounds like a good idea so I will definitely add this option in eStore so you can specify the page style.

    It is just a matter of adding the following field to your payment submit form if you wanted to do it manually:

    <input type=”hidden” name=”page_style” value=”page_style_name”>

    The following URL explains how to create Page Styles in PayPal (just mentioning it here if someone is curious to learn about it):

    https://www.paypal.com/en_US/ebook/subscriptions/custom_payment_pages.html

    December 6, 2009 at 12:43 am in reply to: Problem with teaser content "more" button option #16471
    amin007
    Participant

    There was a small bug with the “More Tag” option not getting saved. This has been fixed and I have sent you an updated version of the plugin.

    December 6, 2009 at 12:36 am in reply to: Paypal email #16482
    amin007
    Participant

    @mdeisley, the plugin doesn’t give out the download links for a product until the fund clears. This is to stop people from trying to pay using echeck so they can get the download then cancel the payment!

    If you are making an instant payment (eg from your credit card or paypal account) then the fund should be cleared instantly… if this is not happening then please ask PayPal.

    December 6, 2009 at 12:30 am in reply to: How to work with WP Super Cache plugin + WP E Store #16483
    amin007
    Participant

    Hi Amit, The following URL explains how to make our plugins work with WP Super cache plugin

    https://support.tipsandtricks-hq.com/forums/topic/using-the-plugins-together-with-wp-super-cache-plugin

    December 6, 2009 at 12:26 am in reply to: WP eMember login widget not displaying correctly #16457
    amin007
    Participant

    Ah I see… by default the login form is catered for a wide sidebar (eg 300px). Usually these days most themes use a wider sidebar so it fits with the most common advertisement units.

    This can be changed so it fits in a narrow sidebar too. usually I just put the labels (eg. username, password) in a separate row for sidebars that are narrow. here is the instruction on how to change it:

    1. Open the “eMember_misc_functions” file.

    2. Search for the following in that file:

    <form action="" method="post" class="loginForm" name="loginForm" id="loginForm" >

    3. Just below it you will notice a bit of code that looks like the following:

    <table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
    .
    .
    .
    </table>

    4. Replace that table (start to end) with the following bit of code:

    <table width="95%" border="0" cellpadding="3" cellspacing="5" class="forms">
    <tr><td colspan="2"><label for="login_user_name" class="eMember_label">Username: </label></td></tr>
    <tr>
    <td colspan="2"><input class="eMember_text_input" type="text" id="login_user_name" name="login_user_name" size="15" value="'.$_POST['login_user_name'].'" ></td>
    </tr>
    <tr><td colspan="2"><label for="login_pwd" class="eMember_label">Password: </label></td></tr>
    <tr>
    <td colspan="2"><input class="eMember_text_input" type="password" id="login_pwd" name="login_pwd" size="15" value="'.$_POST['login_pwd'].'" ></td>
    </tr>
    <tr>
    <td><input name="doLogin" type="submit" id="doLogin" class="eMember_button" value="Login"></td>
    <td><a id="forgot_pass" class="forgot_pass_link" href="javascript:void(0);">Forgot Password?</a></td>
    </tr>
    <tr><td colspan="2"><span style="color:red">'. $msg .'</span></td></tr>
    </table>

    Let me know how you go.

    December 5, 2009 at 1:47 am in reply to: Empty Cart after purchase #16414
    amin007
    Participant

    Do you have auto return (in your paypal profile) turned on? please note that when you turn on the auto return paypal won’t POST the payment data and it won’t trigger the post payment clean up.

    By default the plugin is designed to work with the default paypal profile settings.

    December 5, 2009 at 1:34 am in reply to: Most Clicks not tracked. #16403
    amin007
    Participant

    LOL… (I am now confused as to what you are fighting about) ofcourse plain links work.

    For example the following is a plain link and it will work just fine:

    http://buyyournichesite.com/sites-for-sale/?ap_id=mikee17

    You can create a tinyURL of the above which looks like the following and it will work fine too:

    http://tinyurl.com/yg6pzo8

    Now what I meant by giving “Anchor Text” is how do you create a HTML link without an anchor text??

    For example you had the following HTML code:

    <a href="http://www.BuyYourNicheSite.com?ap_id=amin21"></a>

    when you put that on a HTML page it’s going to have a blank link (remember you need to put the link text between the ">" and "</a>" block?

    all I did was point out an HTML coding error and I had to get a lecture on how affiliate software works :)

    December 5, 2009 at 1:15 am in reply to: WP Affiliate + WP eStore + WishList Member => Not Working #16459
    amin007
    Participant

    I have a feeling that you didn’t see the WishList integration instruction at the following URL:

    WordPress eStore and WishList Members plugin Integration

    I will send you an email so we can do this step by step to see what the issue is.

    December 5, 2009 at 12:45 am in reply to: Shipping costs #16432
    amin007
    Participant

    This is weird. I can’t explain it. Please, download the latest version from the following URL and reinstall the plugin (not sure if it will fix it but it’s worth a try)

    http://www.tipsandtricks-hq.com/wordpress-simple-paypal-shopping-cart-plugin-768

    December 5, 2009 at 12:33 am in reply to: WP eMember login widget not displaying correctly #16455
    amin007
    Participant

    explain “correctly” please. is it too wide? it doesn’t show? it doesn’t work when login button is clicked?

    December 4, 2009 at 8:04 am in reply to: Manual Checkout email problem #16444
    amin007
    Participant

    Yeah you can but I already added this option and sent you an update :)

    December 4, 2009 at 7:35 am in reply to: Most Clicks not tracked. #16400
    amin007
    Participant

    Hi mikee17, Just had a quick look.. clicks are getting tracked fine. you however made a slight mistake when configuring the link. This is what I got from the “Banners” that you configured:

    <a href="http://www.BuyYourNicheSite.com?ap_id=amin21"></a>

    you can see that the link doesn’t specify an “Anchor Text” you need to fill that field in when you configure a Banner or Text Link.

    I modified the above to the following and put it on one of my test sites:

    Test Link

    Then I clicked on it a few times and I can see that the “Referrals” are being tracked nicely. You should be able to see this in your WordPress dashboard too.

  • Author
    Posts
Viewing 15 posts - 5,611 through 5,625 (of 5,807 total)
← 1 2 3 … 374 375 376 … 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