| Business Leads Free Trial Offer
// Maciej Zagozda: the pay dates algorithm and instructions
// please make a copy of this file before modifying it.
// please modify the following code to modify the pay dates for the subscribe page.
// you can either alter existing lines by changing the numbers
// or you can copy and add new lines to create extra rules
// $day - is the current date's day
// "(($day >= 01) && ($day <= 12))" means if the current day number is in between the 1st and the 12th of the month (inclusive)
// please note the brackets "(" and ")" that need to be intact
// $pay_day - is the day the client is paying the bill
// "$pay_day = 01; $pay_month++;" means the pay day number is the 1st of a month, but next month.
// please note the ";" and the brackets "{" and "}" that need to be intact
// do modify the following code:
if (($day >= 01) && ($day <= 10)) { $pay_day = 01; $pay_month++; }
if (($day >= 11) && ($day <= 31)) { $pay_day = 20; $pay_month++; }
// don't modify the following code:
if ($pay_month > 12 ) { $pay_month = 01; $pay_year++; }
?>Subscribe to our Business Leads Service NOW on a simple monthly basis and receive ONE months FREE LEADS and FREE TRIAL up to the
31st January 2012.
You can stop your subscription at any time, you just need to let us know by email or post.
After your free trial period the cost to subscribe to one region is just £149 per month + VAT. Please contact us if you would like to subscribe to more than one region. |
|
Please Complete:
|
SELECT A REGION
SELECT A DELIVERY OPTION
|