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,716 through 5,730 (of 5,807 total)
← 1 2 3 … 381 382 383 … 386 387 388 →
  • Author
    Posts
  • November 17, 2009 at 5:44 am in reply to: better integration of all three? #16043
    amin007
    Participant

    Hi Chodhry, Yeah, I can open up an API/function call so you can place a link on a page that generates a time encrypted link and emails it to the logged in member. will this do?

    November 16, 2009 at 8:01 am in reply to: better integration of all three? #16040
    amin007
    Participant

    Hi chodhry, sorry for the delayed reply… I get way to many emails, comments, forum posts every day so I try to prioritize when replying to make sure critical issues and responses that doesn’t take long to respond are replied first. I develop and support my plugins on my spare time so I need to be very efficient with time management.

    Anyway, this is not perfect but you can specify the membership level to the “Reference field” of any product and a membership account will be created for that customer when he/she purchase that item.

    The affilate software and the eMember uses different database tables this is to keep them decoupled. Remember most people are not going to use these 3 plugins together. Lot of people use these plugins in conjunction with other products (the combination is endless). Depending on the need I may need to add a column in the database table of the affilate users for integration with a 3rd party product which is completely irrelevant to the eMembers member database. I understand your point of view but these plugins are developed independently so they can be used independently. Having dependency between products that are designed to be used independently can be disastrous… not to mention that it totally goes against the fundamentals of object oriented programming.

    You can put the links of all the downloadable products on the homepage of each membership level (you can have a home page for each membership level and redirect the members to this page upon login). This way you won’t need to worry about link expiry (if you don’t want the links to expire then no point in encrypting them cause it’s essentially the same). You can have a section called new downloads in the home page and list the new downloadables there.

    Yes, you can offer a free download that uses the encrypted link mechanism. It’s done through the squeeze page type form option of the eStore plugin. The following URL should help:

    http://www.tipsandtricks-hq.com/ecommerce/how-to-make-a-squeeze-page-using-the-wordpress-estore-plugin-126

    November 16, 2009 at 3:11 am in reply to: Only buy one item? #16082
    amin007
    Participant

    @bostonbiker, this happens when the PHP session on your site isn’t working properly. The documentation site of the simple shopping cart has many entries on this (see the comments section).

    Please contact your hosting provider so they can fix you PHP session issue and it will work fine.

    November 16, 2009 at 3:09 am in reply to: Paypal Pro gateway #16081
    amin007
    Participant

    @dankobler, The WP eStore plugin doesn’t integrate with PayPal pro gateway yet. I haven’t implemented this cause most customers feel more secure to pay on PayPal as it is a trusted site.

    November 16, 2009 at 2:53 am in reply to: Can I change the paypal checkout image button in the sidebar? #16080
    amin007
    Participant

    Update: Check the following post:

    https://support.tipsandtricks-hq.com/forums/topic/estore-change-the-checkout-button-image-in-the-shopping-cart



    @stephanie
    , yes, you can change any image that comes with the plugin and use your custom image. simply find the image that you want to change then give the same name to the custom image and overwrite it. All the image files used in this plugin are stored in the “images” directory of the plugin.

    November 16, 2009 at 1:29 am in reply to: Can I use an image for a subscribe button? #16079
    amin007
    Participant

    Hi Stephanie, Please specify the URL of the custom button image in the “Button Image URL” field of the product (look under the additional product details section):

    https://support.tipsandtricks-hq.com/forums/topic/how-to-change-the-buy-button-images-for-estore-and-simple-shopping-cart-plugins

    November 16, 2009 at 1:26 am in reply to: My appologies to Amin007….im sorry, Please read #16066
    amin007
    Participant

    Yay! LOL… :)

    All the links to the instructions can be found on the documentation site:

    WP eStore Documentation Index

    The specific link to NextGen Gallery integration instruction is:

    http://www.tipsandtricks-hq.com/wordpress-estore-and-nextgen-gallery-integration-create-photo-shop-1200

    November 16, 2009 at 1:03 am in reply to: Help!!! #16017
    amin007
    Participant

    No issue is good :)

    November 16, 2009 at 12:39 am in reply to: Incomplete Downloads #16071
    amin007
    Participant

    Hi Sandymcc, this shouldn’t happen… I will send you an email to get further details and resolve the issue.

    November 16, 2009 at 12:32 am in reply to: Paypal View Cart? #16069
    amin007
    Participant

    @lizallan, This forum is for TipsAndTricks-HQ products (http://www.tipsandtricks-hq.com/products). from your comment it doesn’t sound like you are talking about the WP eStore plugin (I couldn’t find your email address in my customer database either).

    Please let me know if I have misunderstood you.

    November 15, 2009 at 11:51 am in reply to: 2 Quick Questions (aWeber and Empty Shopping Cart upon Return) #16068
    amin007
    Participant

    Hi William, glad to hear you got the plugin up and running fast.

    1) Two solutions to this:

    a) You can uncheck the “Use WordPress Mailing System” checkbox so the plugin will use a simple PHP mailer to email and it will have you name correctly.

    b) You can change the name that appears on emails going out from WordPress in your WordPress settings.

    2) The shopping cart should automatically get cleared out when customers return to your site after payment.. if this is not happening then we will have to investigate what is going wrong. Most likely a post payment clear step is failing so it’s not clearing the cart.

    Do you see any error or warning on the “Thank You” page after you return from PayPal?

    November 15, 2009 at 11:47 am in reply to: My appologies to Amin007….im sorry, Please read #16061
    amin007
    Participant

    @cableman, thanks for the info… debug file empty means the plugin is not receiving the payment notification from PayPal (the plugin won’t email the product out unless it receives payment confirmation from PayPal).

    So this is the issue we need to investigate and fix (you can spend 100s of hours trying to get the email going but it’s not gonna help unless we identify why PayPal isn’t sending payment notification).

    Here are the next set of questions:

    1) Do you have the “Email Notification & Digital Product Delivery” checkbox in the settings menu checked? If this option is not checked then the plugin won’t tell PayPal to send IPN (Instant Payment Notification) to the plugin.

    2) If #1 is not the issue then I have a feeling your site is blocking IPN from PayPal. There can be two reasons for this:

    a) Your server has a firewall that is blocking PayPal’s IPN

    b) You have a plugin that is blocking PayPal’s IPN (Bad behavior plugin one such pluign known to do this)

    Please post a link to the page where you are using this plugin and I will be able to confirm #2 for you.

    November 15, 2009 at 3:24 am in reply to: PayPal Shipping Integration #15938
    amin007
    Participant

    I get it… I have added an option to specify weight for each product under the “Shipping” section of the product. This way when your customers checkout the total weight of all the products that has weight specified will be forwarded to PayPal for shipping calculation.

    November 14, 2009 at 11:47 pm in reply to: Ok, Im confused #16032
    amin007
    Participant

    We will handle this issue on this thread

    https://support.tipsandtricks-hq.com/forums/topic/my-appologies-to-amin007im-sorry-please-read

    November 14, 2009 at 11:45 pm in reply to: Squeeze page options #15960
    amin007
    Participant

    You mean the email that is sent out from the squeeze page option?

  • Author
    Posts
Viewing 15 posts - 5,716 through 5,730 (of 5,807 total)
← 1 2 3 … 381 382 383 … 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