Hi Mark,
Quick question does this work with all the Paypal payment services or just with one particular Paypal service?
Thanks
Content Creator and Copywriter
OK, I'm lost with this one. There seems to be a whole beginning section missing form the instructions on how to actually set up your products.
I'm trying to reverse figure it out from
http://rtfm.modx.com/display/ADDON/SubscribeMe+-+Listing+the+Products but for a non techie it's all a bit impenetrable.
I already have the basic registration and membership sections set up.
Thanks in advance.
Content Creator and Copywriter
-
☆ A M B ☆
- 3,141 Posts
This addon is no longer developed, maintained or supported by me in its current form. I'm considering pulling it from the extras section entirely, but haven't yet to allow people that did figure out how it works to keep using it.
Hi Mark,
Do you have any plans to reactivate the SubscribeMe project?
-
☆ A M B ☆
- 3,141 Posts
Hi There,
does anyone know if there is a similar addon like SubscribeMe?
I don't know of one.
I use Gumroad to sell MODX extras. It's very easy to set up and I think you could use it or PayPal to collect your fees, and then use a simple snippet in your template to limit pages to paid-up subscribers.
The snippet would look like this:
$subscribePage = 12; // ID of the page where they pay
if (! $modx->user->isMember('Subscribers')) {
$url = $modx->makeUrl($subscriberPage, "", "", "full");
$modx->sendRedirect($url);
}
return '';
Quote from: vali at Mar 16, 2016, 02:50 PMHi There,
does anyone know if there is a similar addon like SubscribeMe?
For your information I got SubcribeMe 1.1.1-pl working fine with MODX MODX Revolution 2.4.2-pl (advanced) with minor changes.
MODX lover
-
Développeur MODX / Webdesign / Solutions web