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 - 361 through 375 (of 5,807 total)
← 1 2 3 … 24 25 26 … 386 387 388 →
  • Author
    Posts
  • July 25, 2011 at 3:52 am in reply to: Show image for Continue Shopping instead of link #34648
    amin007
    Participant

    You should be able to customize this from the language file. This post should help:

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

    Look for the following line in your corresponding language file:

    define("ESTORE_CONTINUE_SHOPPING", "Continue Shopping");

    Once you find it change it to the following:

    define("ESTORE_CONTINUE_SHOPPING", '<img src="http://www.example.com/your-continue-shopping-image-url" alt="Continue Shopping" />');

    July 25, 2011 at 3:46 am in reply to: Buddypress not recognizing eMember login without double refresh #34466
    amin007
    Participant

    You had the “Enable After login Redirection” checkbox unchecked from the settings menu. The redirection feature needs to be enabled from the general settings.

    July 25, 2011 at 3:01 am in reply to: Can the {product_link} code be included in the product specific instructions? #32808
    amin007
    Participant

    Added the following email tag in the plugin. Please get a new build of eStore from here if you want to use it:

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

    The following email tag only lists the download links for digital items.

    {product_link_digital_items_only}

    July 25, 2011 at 2:59 am in reply to: Found unclosed div in shortcode_include.php in Extra Shortcodes plugin #34647
    amin007
    Participant

    Thank you. I fixed this up in the extra shortcodes plugin. You can download an updated version from here:

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

    July 25, 2011 at 2:58 am in reply to: Custom Pagination #34589
    amin007
    Participant

    Added the following div to the pagination section (you will find it in the CSS file):

    eStore_pagination

    The file that generates the pagination section is named “eStore_misc_functions.php” (look for a function called “wp_eStore_generate_pagination_section”)

    July 25, 2011 at 1:12 am in reply to: Can My Autoresponder/Email Marketing Manager be Integrated with Your Plugins? #19545
    amin007
    Participant

    Nope, its not just a matter of pasting the form code. If you are not a developer I wouldn’t recommend this. We only support 3 autoresponders (AWeber, MailChimp, Getresponse) and this is very clear on our sales page. It is beyond our capability to offer support for functionality that the plugin does not have.

    July 25, 2011 at 1:09 am in reply to: Carrying Over the Affiliate ID to Other Pages (Different WordPress Install) #34325
    amin007
    Participant

    “that customer never received his login info” – if you received the user signup notification then the email to the customer was also sent by the plugin. This post will give you ideas as to what else could have prevented the email from showing up in the customer’s inbox:

    https://support.tipsandtricks-hq.com/forums/topic/not-receiving-emails-even-though-the-plugin-sent-the-email

    July 25, 2011 at 12:39 am in reply to: Are "Zero-Cost" Downloads Tracked? #34644
    amin007
    Participant

    Nope, not in the sense of inventory control (only the encrypted download link is tracked for download restriction purpose).

    July 25, 2011 at 12:37 am in reply to: Lightbox Ultimate Plugin – Large Video File Too Slow #34539
    amin007
    Participant

    714 MB for a video file is not unusual. How long is the video (in terms of time)? If it’s an hour long then 700MB is not bad but if it is like 10 mins long then its definitely bloated (this will unnecessarily eat your bandwidth).

    July 25, 2011 at 12:31 am in reply to: Coupons and discounts #34643
    amin007
    Participant

    WP eMember does not have coupons. If you are using eStore for your membership payment then you can handle this via eStore:

    http://www.tipsandtricks-hq.com/ecommerce/how-to-use-coupons-discounts-in-wp-estore-364

    July 25, 2011 at 12:26 am in reply to: I want free members to listen, paid members to download…on the same page #34633
    amin007
    Participant

    This should be pretty simple… use the section protection of eMember:

    http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88

    So basically you will have two sections in this page. The first section will have the embedded audio player that can play the audio in question (your free members will be able to listen to the audio), the 2nd section will have a simple link to download the actual audio file.

    Your page structure will look like the following (The following example assumes that the membership level ID of free membership is 1 and the premium membership is 2… you will have to change those numbers to reflect the ones in your site):

    [emember_protected for=1-2]
    This is where you embed your audio player that plays the audio. Your free and premium members both can see this section.
    [/emember_protected]

    [emember_protected for=2]
    This is where you place a link that lets your premium members download the audio file in question. This section is only visible to your premium members so only they can download the file.
    [/emember_protected]

    I hope that gives you the general idea of how to handle this type of scenario.

    July 25, 2011 at 12:17 am in reply to: G-forms integration wp-affiliate #34612
    amin007
    Participant

    Just use a hardcoded string as your reference like the following:

    $reference = "pdf-print-form";

    This “if” condition only gets executed if this form is submitted so it is perfectly safe to hard code any value that is specific to this form only.

    FYI – You don’t have to use firebug to get the form’s ID. Every gravity from has a unique ID (Similar to eStore Products). When you go to your “Edit Form” menu you can see the ID of each form (I think if you hover over the edit link for the form it shows you the ID in the status bar).

    July 25, 2011 at 12:11 am in reply to: Account inactive after last payment ? #34616
    amin007
    Participant

    Hmm… not sure why are are receiving a “Payment preferences from X canceled” notification from PayPal on the 3rd payment. PayPal is suppose to notify the plugin at the end of the subscription.

    Can you change the “No Expiry or Until Cancelled” value to a fixed time value (for example 3 months)? When you use a fixed “subscription duration” the plugin knows that there is another check in place and it won’t deactivate the account as soon as it receives the end of term notification from PayPal.

    Do you by any chance have debug enabled? It would be good if I could look at the debug capture of this payment and see what notification PayPal actually sent and why.

    July 24, 2011 at 7:26 am in reply to: Coupon code/ Check out errors #34632
    amin007
    Participant

    PHP Session on this server is not fully working. The shopping cart is getting empty on a page load. Please see the following forum post as it will explain more about the PHP session issue and how to fix this:

    https://support.tipsandtricks-hq.com/forums/topic/php-session-not-working-correctly

    July 24, 2011 at 7:21 am in reply to: Page Number Highlighting #34598
    amin007
    Participant

    I updated the pagination code to make it a little more user friendly (it will have the current selected page highlighted). Please get an updated build of eStore from here and check it out:

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

    You will also need to update the extra shortcodes plugin if you were using it:

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

  • Author
    Posts
Viewing 15 posts - 361 through 375 (of 5,807 total)
← 1 2 3 … 24 25 26 … 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