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 - 586 through 600 (of 14,824 total)
← 1 2 3 … 39 40 41 … 987 988 989 →
  • Author
    Posts
  • February 21, 2020 at 4:03 am in reply to: eStore Manual Checkout Form Builder AddOn not working #77430
    admin
    Keymaster

    The voucher checkout has to collect some info so it can process it like a Paypal payment. It can’t be treated as a normal offline/manual payment. These two need to be separate. I can maybe do a customization for you but that will need to handled using the following:

    https://support.tipsandtricks-hq.com/need-custom-work-done

    February 21, 2020 at 3:41 am in reply to: PayPal subscription changed to "nothing" #80293
    admin
    Keymaster

    I have sent you an email so you can reply to it and attach the log file.

    February 18, 2020 at 12:15 am in reply to: Error after purchase "Http error… could not establish a connection to paypal f #80304
    admin
    Keymaster

    Can you ask the hosting provider if they have seen any other sites on this server using PayPal having issue with establishing a connection to PayPal?

    February 14, 2020 at 12:31 am in reply to: Simple Shopping Cart Usage Related #15715
    admin
    Keymaster

    Looks like you have the “encrypted button only” option enabled in your PayPal account. That will prevent any other transaction other than buttons created inside your Paypal account. So you need to uncheck that option if you want to use any plugin to accept payment.

    Please watch the following video which has some explanation:

    https://www.youtube.com/watch?v=xl7HMsqCNPQ

    Let me know how you go after that.

    February 13, 2020 at 12:48 am in reply to: wp emember member levels protecting Thrive Content Builder / Architech pages #80327
    admin
    Keymaster

    It should work fine. I will give you a copy of it so you can test it out.

    February 12, 2020 at 10:56 pm in reply to: Simple Shopping Cart Usage Related #15713
    admin
    Keymaster

    Please post the URL where I can go and use the button. Then I will be able to inspect things and see what is going wrong on this site.

    February 11, 2020 at 11:35 pm in reply to: eStore – License Key Addon for Imported Users #80325
    admin
    Keymaster

    This is not something we can handle as part of estore or emember plugin support. The license manager is actually for developers and it needs to be customized for each site based on the requirement of that site.

    You can use the following option if you want to get some consultation on the license manager plugin:

    https://support.tipsandtricks-hq.com/need-custom-work-done

    February 11, 2020 at 10:54 pm in reply to: eStore – Bulk Item Purchase Addon – adding text before currency sign and price #80323
    admin
    Keymaster

    Thank you. Look for the following function in the “estore-bulk-item-purchase.php” file of that addon:

    eStore_bip_show_individual_item

    That function handles the display of the rows. You should be able to change the code there.

    More specifically, the following line outputs the price amount so you can change that:

    $output .= '<div class="eStore-bip-price">'.print_tax_inclusive_payment_currency_if_enabled($ret_product->price,WP_ESTORE_CURRENCY_SYMBOL,'', $ret_product).'</div>';

    February 10, 2020 at 10:29 pm in reply to: eStore – Bulk Item Purchase Addon – adding text before currency sign and price #80321
    admin
    Keymaster

    Yes, that should be doable. I would like to see how it is showing on your site now so I can inspect it. Can you please post the URL where I can go and see this?

    February 7, 2020 at 11:54 pm in reply to: eMember – Bulk Import Into Different Levels #80318
    admin
    Keymaster

    Are you referring to the following import option for emember?

    https://www.tipsandtricks-hq.com/wordpress-membership/bulk-member-data-importer-addon-853

    If you have the debug logging option enabled in emember, then do you see the following line in the log file?

    Member password reset email sent to XXXX

    February 7, 2020 at 11:39 pm in reply to: Simple Shopping Cart Usage Related #15711
    admin
    Keymaster

    Glad to hear that your hosting provider was able to fix this.

    February 6, 2020 at 11:06 pm in reply to: eMember – Bulk Import Into Different Levels #80316
    admin
    Keymaster

    Thank you for posting the log file data. I can see the issue now. Your paypal merchant account is not fully setup to accept online payments. So the funds are going into a pending state (after you receive a payment). That needs to be fixed.

    Please read the following post which will help you address the paypal account setup/configuration issue so the funds automatically/immediately clear after payment:

    https://support.tipsandtricks-hq.com/forums/topic/reasons-for-a-pending-paypal-payment

    February 6, 2020 at 11:04 pm in reply to: eMember – setup stripe payment #80320
    admin
    Keymaster

    You can use our free stripe payments plugin (which has emember integration) to accept membership payments via Stripe:

    https://wordpress.org/plugins/stripe-payments/

    Integration details here:

    https://www.tipsandtricks-hq.com/wordpress-membership/membership-payments-using-the-stripe-payments-plugin-1848

    Alternatively, if you are using the WP estore plugin then you can also accept Strive via that plugin.

    February 5, 2020 at 9:49 pm in reply to: eMember – Bulk Import Into Different Levels #80313
    admin
    Keymaster

    Couple of things you need to understand.

    The paypal receipt email comes from their server which is properly configured and will always work. The sale notification email (with the digital download) goes out from your server. That will not happen if the PayPal’s payment notification is not being received by the plugin at all. The paypal’s notification is called IPN which paypal sends to scripts for processing purpose. This is not the same as PayPal’s email. I was just pointing out that PayPal may not be able to send that IPN message (not an email) to a non-live server. Which means the plugin will never know when a sale happens and it won’t be able to function normally. Do a google search to understand about the PayPal’s IPN if you are not familiar with that.

    Have you done a test transaction with the following feature as mentioned in my previous post?

    https://support.tipsandtricks-hq.com/forums/topic/how-and-when-to-enable-debug-and-what-does-it-do

    February 5, 2020 at 1:39 am in reply to: Wp emember – showing a page but protecting against downloads #80308
    admin
    Keymaster

    The best option is to use section protection in my opinion:

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

    For the download section, you will have two sections there. One for the logged-in member who will see the download button. Then just above or below that button, you will have another section for the NON-members who will see a message saying something like “Become a member to download”.

    For example, the following two section protection will be applied in that page. Only one of those will be seen by the user (based on if they are a member or not)

    [emember_protected scope=”not_logged_in_users_only”]

    Whatever content goes here is only visible to a non-logged in user. Add your message telling them to become a member.

    [/emember_protected]

    [emember_protected for=”2″ do_not_show_restricted_msg=”1″]

    The actual download button goes here. This will be seen by members of membership level 2 for example.

    [/emember_protected]

  • Author
    Posts
Viewing 15 posts - 586 through 600 (of 14,824 total)
← 1 2 3 … 39 40 41 … 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