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

admin

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

Forum Replies Created

Viewing 15 posts - 13,726 through 13,740 (of 14,824 total)
← 1 2 3 … 915 916 917 … 987 988 989 →
  • Author
    Posts
  • November 10, 2011 at 12:01 am in reply to: link to downloadable products showing in google search #35750
    admin
    Keymaster

    Thank you! Added your tip to this post:

    https://support.tipsandtricks-hq.com/forums/topic/download-directory-protection

    November 10, 2011 at 12:00 am in reply to: Download Directory Protection #16547
    admin
    Keymaster

    Another good tip here (suggested by one of our users):


    I am testing… and here is what seems to work for me: folder/directory permission set to 700, file permission set to 400.

    Only the plugin can access it.

    BUT, please try it in different browsers and see if it works 100% ok.

    Of course, adding the .htaccess is good too.


    November 9, 2011 at 11:46 pm in reply to: Coupon code not displayed in "Manage Customers" #34422
    admin
    Keymaster

    This issue would be the same as this other one you had:

    https://support.tipsandtricks-hq.com/forums/topic/purchases-not-showing-in-admin-after-upgrade-to-v538

    When upgrading the plugin it is essential to follow the upgrade instruction:

    http://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-installation-and-usage-guide-31#upgrade

    November 9, 2011 at 11:41 pm in reply to: WP eStore – Shipping Charges – PayPal #24084
    admin
    Keymaster

    Yep, that would definitely do it. That email tag was added recently so if you are not using the new version then it won’t work. What you should do is reapply your change to the new version’s “paypal.php” file.

    November 9, 2011 at 11:14 pm in reply to: e way payment gateway integration query #34899
    admin
    Keymaster

    We actually have someone working on eWay… there is a very good chance that the eWay payment gateway will be added to the payment gateway bundle within the next two weeks:

    https://support.tipsandtricks-hq.com/forums/topic/wp-estore-and-payment-gateway-bundle

    November 9, 2011 at 11:08 pm in reply to: Manual Checkout And Affiliate Commissions #38302
    admin
    Keymaster

    You can also check the following checkbox in the Manual Checkout settings section of eStore:

    Automatically Award Affiliate Commission

    This will automatically award the commission after a sale but later if the customer doesn’t follow up with the payment then you can delete the commission.

    The admin notification email that you receive will also have the referrer ID (if any) associated with that transaction. More info on this here:

    https://support.tipsandtricks-hq.com/forums/topic/how-to-handle-affiliate-commission-for-manual-checkout-in-wp-estore

    November 9, 2011 at 10:55 pm in reply to: Different commission for different product #38300
    admin
    Keymaster

    This can only be done with the eStore an Affiliate plugins. Since these are both our products we can integrate them more closely. This option needs to be set in the product level and when you use an external eCommerce plugin there is no option to do that.

    November 9, 2011 at 10:52 pm in reply to: How to modify contact form of manual checkout/gateway #26674
    admin
    Keymaster

    Yes the “eStore_check_address_details” function has been moved to the “eStore_manual_gateway_functions.php” file.

    November 9, 2011 at 10:43 pm in reply to: eMember change Login menu item to Logout? #38256
    admin
    Keymaster

    All those links are accessible from our documentation index page (all it take is for someone to actually spend a bit of time going through the items):

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

    If you look at the following two entries you will see that they link to those URLs we gave you:

    – Displaying a Compact Login and Join Us Message

    – WP eMember Miscellaneous Tweaks

    November 9, 2011 at 10:37 pm in reply to: customize manual page #21021
    admin
    Keymaster

    The on page manual checkout form does not show the right hand column because it won’t fit in a normal WordPress page. You can simply add the shopping cart to your sidebar or above the form to show your customer what items are in the cart.

    November 9, 2011 at 10:35 pm in reply to: Inventory Control Text #38290
    admin
    Keymaster

    You can’t use the inventory control fields for this. Use the description field instead. You can place your rating shortcode inside the product description field and it will show up when the product is displayed using a fancy display that shows the description.

    November 9, 2011 at 10:31 pm in reply to: Photo eStore with NextGen Gallery – watermark or not? #38289
    admin
    Keymaster

    There are two NextGen gallery integration options each have pros and cons. This is explained on the documentation that you just followed but you probably didn’t read it. Read “Why configure every product separately” link from this documentation and it will explain:

    http://www.tipsandtricks-hq.com/ecommerce/nextgen-gallery-alternate-integration-method-805

    November 9, 2011 at 10:25 pm in reply to: Red Fin Authorize.net Emulator? #38281
    admin
    Keymaster

    Open the “lib/gateway/Authorize.php” file and search for the following line:

    $this->gatewayUrl = 'https://secure.authorize.net/gateway/transact.dll';

    You need to change that to the gateway URL provided to you by your payment gateway:

    $this->gatewayUrl = 'https://payment.redfinnet.com/aim/transact.aspx';

    Another user was using an Authorize.net emulator. More details on that here:

    https://support.tipsandtricks-hq.com/forums/topic/replace-the-current-transaction-processing-url

    November 9, 2011 at 10:19 pm in reply to: Admin function – encryped download link 'exceeded limit for this page' #38278
    admin
    Keymaster

    I didn’t realize you set it to 120. Anyway, that should work fine because the plugin won’t complain unless the link has been clicked that many times.

    The “Random Code” is used when generating the encrypted download link. Even though it is randomly generated some people like to change it to something that only they know (this makes reverse engineering of the URL impossible if anyone was to try it).

    November 8, 2011 at 11:39 pm in reply to: Admin function – encryped download link 'exceeded limit for this page' #38276
    admin
    Keymaster

    If you are creating one link and sending it to hundreds of people then it won’t work as that link will stop working as soon as 3 people have used it. The plugin is doing what you are telling it to do which is don’t let this link be used more than 3 times (just because you are sending it to hundred people doesn’t change this).

    You need to generate a separate link for each of your customers if you want to restrict the number of times a link can be used. In your situation the best option would be to temporarily disable the “number of times” when you send out a link to your list (only use the time expiry option).

  • Author
    Posts
Viewing 15 posts - 13,726 through 13,740 (of 14,824 total)
← 1 2 3 … 915 916 917 … 987 988 989 →

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