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

eStore – when last payment is made via Paypal, eStore cancels them from Wishlist

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › eStore – when last payment is made via Paypal, eStore cancels them from Wishlist

Tagged: PayPal, subscription

  • This topic has 7 replies, 3 voices, and was last updated 10 years, 4 months ago by admin.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • November 25, 2014 at 5:19 pm #11833
    h4baine
    Member

    When my customers make their final payment they are being cancelled from Wishlist Member. Is this something with how Paypal cancels the subscription when they final payment is made? How do I address this?

    November 25, 2014 at 6:12 pm #67007
    wzp
    Moderator

    That is the way subscriptions work. After the subscription runs it’s course, PayPal sends a message to the plugin saying it has ended and thats when the account is deactivated.

    Subscription payment options are good for ongoing payment. If you want to offer membership for a fixed term then maybe you could use the buy now option. For example: Buy 1 year membership. The following post has some info that maybe useful to you:

    https://support.tipsandtricks-hq.com/forums/topic/membership-payment-difference-between-buy-now-and-subscription-buttons

    January 11, 2015 at 9:04 pm #67008
    h4baine
    Member

    I don’t want the access to Wishlist Member to end at the end of the payments. I want them to have lifetime access. How would I do this?

    January 11, 2015 at 9:59 pm #67009
    wzp
    Moderator

    Is this the case of:

    1. You are trying to offer lifetime memberships, using installment payments?

    Or…

    2. You are offering a subscription to a membership level, and want them to have lifetime limited access (at a reduced level), if they cancel the subscription?

    January 13, 2015 at 3:25 pm #67010
    h4baine
    Member

    1 – I am offering lifetime membership and using installment payments as a payment plan sort of thing. Once they pay in full, they should still have access.

    January 14, 2015 at 1:44 am #67011
    admin
    Keymaster

    Normally for a lifetime membership people create a ONE time buy now button. That way it never expires.

    Given your situation, I can make it so eStore never calls the WishList member’s cancellation. Will that work for you?

    January 17, 2015 at 3:50 pm #67012
    h4baine
    Member

    Yes that would work. I’m just using the subscription to offer payment plans for my product.

    January 18, 2015 at 11:12 pm #67013
    admin
    Keymaster

    I have sent you an update via email so use that update. Then you will be able to add the following block of code to your functions.php file to override the cancel:

    add_filter('eStore_wl_subsc_cancel', 'my_custom_cancel_override', 10, 2);
    function my_custom_cancel_override($wl_cancel_override, $ipn_data){
    $wl_cancel_override = 'no cancel';
    return $wl_cancel_override;
    }

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Log In

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