Difference between revisions of "NATS4 MEMBER EXPIRE PAD"

From TMM Wiki
Jump to navigationJump to search
m
 
Line 4: Line 4:
  
 
== MEMBER_EXPIRE_PAD ==
 
== MEMBER_EXPIRE_PAD ==
An option in NATS 3.1 to prevent [[Common Terms#Member|member]] accounts from expiring until several days after their payment is due.  This allows for delays in transaction processing from
 
the [[Common Terms#Biller|biller]].  Trial memberships are delayed by 50% or a minimum of one day and a maximum of seven days.  For example: a three day trial membership won't expire until the
 
fifth day.
 
  
To enable this feature, add the following line to your <tt>nats/config.php</tt>:
+
MEMBER_EXPIRE_PAD, implemented in [[NATS]] 3.1, provides the ability to prevent [[Ct#Member|member]] accounts from expiring until several days after their payment was due. This is useful, as it allows for delays in processing transactions from the [[Ct#Biller|biller]].
 +
 
 +
For example, trial membership expiration will be delayed by 50%, with a minimum of one day and a maximum of seven days. In this example, a three-day trial membership will not expire until the fifth day.
 +
 
 +
To enable this feature, add the following line to your ''nats/config.php'':
  
 
<pre>
 
<pre>
Line 15: Line 16:
  
 
== Custom Padding ==
 
== Custom Padding ==
Billers [[Epoch]], [[Jettis]], and [[NetCash]] each support a custom pad date. For
+
 
example: you can delay by three days all expires from members paying
+
Billers that support a custom pad date include [[Epoch]], [[Jettis]], and [[NetCash]].
with Epoch. The ''MEMBER_EXPIRE_PAD'' setting will not override any
+
 
specific Epoch, Jettis, or NetCash custom pad date. To enable this
+
For example: Epoch allows you to delay member expiration by three days if they paid for their membership through them.
feature, please enter a request in the
+
 
[http://clients.toomuchmedia.com Too Much Media ticketing system].
+
Keep in mind, however, that the ''MEMBER_EXPIRE_PAD'' setting will not override any custom pad dates from [[Epoch]], [[Jettis]], and [[NetCash]]. If you would like to enable a biller's custom pad date, please enter a request in our [http://clients.toomuchmedia.com Too Much Media ticketing system].

Revision as of 14:52, 22 July 2010

NATS 4
Members Admin
The Members Admin
View Member Details
Add Member
MySQL Auth
Mod Authn DB
Multisite Access
Member Logging
Member Password Retrieval
OpenID Connect
Mod Auth OpenIDC
ID Numbers
NATS Configuration Admin
The Configuration Admin
Log Admin Activity
IP Address Filtering
MEMBER_EXPIRE_PAD
SKIP COUNTRIES
Fraud Configuration
Email Configuration
Affiliate Signup Email
Affiliate Postback
Affiliate Postback NEW
Affiliate Analytics
Throttling
NATS4 Terms of Service feature
GeoIP2

MEMBER_EXPIRE_PAD

MEMBER_EXPIRE_PAD, implemented in NATS 3.1, provides the ability to prevent member accounts from expiring until several days after their payment was due. This is useful, as it allows for delays in processing transactions from the biller.

For example, trial membership expiration will be delayed by 50%, with a minimum of one day and a maximum of seven days. In this example, a three-day trial membership will not expire until the fifth day.

To enable this feature, add the following line to your nats/config.php:

$config['MEMBER_EXPIRE_PAD'] = 1;

Custom Padding

Billers that support a custom pad date include Epoch, Jettis, and NetCash.

For example: Epoch allows you to delay member expiration by three days if they paid for their membership through them.

Keep in mind, however, that the MEMBER_EXPIRE_PAD setting will not override any custom pad dates from Epoch, Jettis, and NetCash. If you would like to enable a biller's custom pad date, please enter a request in our Too Much Media ticketing system.