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,536 through 5,550 (of 5,807 total)
← 1 2 3 … 369 370 371 … 386 387 388 →
  • Author
    Posts
  • December 16, 2009 at 8:19 am in reply to: Selective affiliate on per link basis. #16755
    amin007
    Participant

    You won’t be able to do this with Just the affiliate plugin as it works sitewide but if you are using the Affiliate plugin with WP eStore then you can selectively state which products do not get affiliate commission when configuring the product in eStore.

    December 16, 2009 at 8:00 am in reply to: New Functionality for WP E Store #16520
    amin007
    Participant

    You will definitely need a more custom job for this. This will be bit of a big job/plugin but if you want it I can deliver :)

    December 16, 2009 at 6:01 am in reply to: Cart not working on IIS with 404 handler for URLs #16751
    amin007
    Participant

    I have no idea about Windows server (I am not a fan of windows server). If you can tell me what part of the plugin code you need explained then I can help you with that.

    December 16, 2009 at 5:54 am in reply to: WP Easy Paypal Payment Accept #16750
    amin007
    Participant

    You should never have to change code. The settings menu for the plugin is under the “Settings” menu of WordPress (loo at the left hand dashboard menu). I think I have more explanation on the comment section of the page for the “Paypal Payment Accept” plugin

    http://www.tipsandtricks-hq.com/wordpress-easy-paypal-payment-or-donation-accept-plugin-120

    December 16, 2009 at 5:51 am in reply to: Inventory #16748
    amin007
    Participant

    The simple WordPress Shopping Cart doesn’t use a database hence limiting stock is not possible. At the moment only the WP eStore can do this.

    December 16, 2009 at 5:46 am in reply to: "add to cart" adds same price for different items #16745
    amin007
    Participant

    I see you are using the WordPress Simple Shopping Cart plugin and not the WP eStore plugin so please post it under the simple shopping cart forum (https://support.tipsandtricks-hq.com/forums/forum/simple-paypal-shopping-cart) otherwise other people on the forum can easily get confused thinking this is an eStore issue.

    December 15, 2009 at 12:00 pm in reply to: Email addess ID is unavaliable… new user #16729
    amin007
    Participant

    Yep, I just realized that I needed to update the eStore plugin (the eMember integration part) so it does’t put the email in the database after the purchase. This is necessary now that the WordPress user integration feature has been implemented in eMember.

    I have sent you an updated version of the eStore plugin which should resolve this issue. I couldn’t fully test this fix as it’s pretty late and am going to bed… I just wanted to give you something so you can keep working on your project. Let me know how you go.

    December 15, 2009 at 11:49 am in reply to: Email addess ID is unavaliable… new user #16728
    amin007
    Participant

    Thanks for the info.. this issue can’t be that hard to track… most things seem to be working. I have asked the co-developer of this plugin to take a look at it. Lets see if he can give any insight.

    I like customers who are developers… it’s a lot easier to deal with them as they understand the situation and try to help in addressing the issue rather than blaming everything on me :)

    December 15, 2009 at 11:40 am in reply to: Protect everything… Force login right away. #15952
    amin007
    Participant

    Hmmm.. I didn’t know that the “askapache-password-protect” plugin could do this… that plugin is a well known plugin.

    Remember, any time a plugin gives your grief and you can’t even log into your WordPress dashboard, you can just log into your site through FTP then rename the folder of that plugin to something random and it will automatically deactivate the plugin and your site should get back to normal.

    December 15, 2009 at 8:13 am in reply to: AdSense Plugin #16736
    amin007
    Participant

    Hi, Not sure how the Adsense plugin is related to the WP eStore plugin. Am I missing something here?

    December 15, 2009 at 7:53 am in reply to: Email addess ID is unavaliable… new user #16726
    amin007
    Participant

    The only place that email shows up is in the eStore Customer table. Could this be the issue? – No

    Lets try to address this step by step…

    I just visited the following URL and was able to sign up for an account (I guess you have free membership turned on?)

    http://wdwradio.stbarrett.com/member/register/

    I noticed a few things that are odd:

    1) The “Membership” field doesn’t have any value? This is not right as it should state the membership level name.

    2) Clicking on some links on your site brings up a lightbox thing but it hangs in the middle. Not sure what sort of plugins you are using but this behavior doesn’t seem right and can cause other JQuery related issues.

    3) Your site seem to be taking too long to load a page (Is it just me or this is normal?)

    Anyway, can you please post a link to the page where you have your payments button so I can do a purchase and see how that goes. The only thing with sandbox purchase is that the sandbox email is not a real email so when the plugin sends the email with the unique link to complete the registration I won’t get it. Maybe you can create a $0.01 “Buy Now” button and hook it to a membership level so I can test it live?

    December 15, 2009 at 7:31 am in reply to: Automatically require users to be logged in? #16741
    amin007
    Participant

    Yeah this should be easy to implement. All you gotta do is check if the visitor is logged in when they hit the “Add to Cart” button. If they are logged in then let them process as usual or else redirect them to the Login page.

    Search for the following piece of line in the code (this is what gets executed when the button is clicked:

    if ($_POST['addcart'])

    You will need to add the check for is_user_logged_in() inside this if statement block and redirect to the login page if the user is not logged in.

    December 15, 2009 at 7:23 am in reply to: Shopping Cart Empty #16707
    amin007
    Participant

    It doesn’t require any special PHP library (the problem is somewhere else).

    I just double checked your site to make sure that the shopping cart widget you added is from the WP eStore plugin and not the Simple shopping cart plugin (a lot of people make this mistake). Looks like the cart is appearing fine now… so I take it you figured out the problem. What was it?

    December 15, 2009 at 4:11 am in reply to: Email addess ID is unavaliable… new user #16723
    amin007
    Participant

    Please bear in mind that with the addition of the “WordPress user integration” feature that lets you integrate the members of eMember witht wordpress users. Basically if you use this feature then the plugin will automatically create a new wordpress user with the same credentials when a new member is registered with eMember. This way the members only have one set of login credentials. Some people like to use this feature some don’t. I personally don’t like it cause I don’t want my members to be a user of my WordPress installation too… I like to keep them separate.

    With that said, WordPress requires the members to have unique email and username. So we had to make the system to not accept emails or usernames that have already been taken.

    Can you please verify by looking at your members list from the “members” menu of the plugin to make sure that the email address you are using is not already being used by one of the existing members? Because you are using sandbox testing, I have a feeling that you have already ran this once so that email is already registered in the system.

    December 15, 2009 at 3:32 am in reply to: Shopping Cart Empty #16703
    amin007
    Participant

    rflush, if PHP session doesn’t work on your server then pretty much none of the wordpress shopping cart plugin will work on your site as they all uses the PHP session variable.

    with that said, I am sure your hosting provider will address the issue if you explain to them properly. (I can’t think of any hosting provider that would sell you hosting with PHP where PHP session doesn’t work! They would have to be a really crappy hosting provider to do that).

    Just ask them if they can make sure that the PHP Session is working (this has got nothing to do with PayPal or anything else).

  • Author
    Posts
Viewing 15 posts - 5,536 through 5,550 (of 5,807 total)
← 1 2 3 … 369 370 371 … 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