Membership Checkout

A Payment Gateway must be set up before any payments will be processed.

Membership Level change

You have selected the 1 Year membership level.

The price for membership is $100.00 now. after your 30 day trial.


Account Information Already have an account? Log in here

LEAVE THIS BLANK

Billing Address


Payment Information We Accept Visa, Mastercard, American Express, and Discover

/
(what's this?)
/* Add SSL Seal to PMPro Checkout Page Add this code to a custom plugin or your active theme's functions.php. Custom code is necessary for this now that PMPro 1.9.3 for security reasons doesn't allow script tags in the SSL Seal setting text area. The example below is for an AlphaSSL certificate. Replace the $seal string below with your own seals code. Be careful if the seal has single quotes in it. Below we also append (. $seal) the original $seal code as set on the advanced settings page, where on our own site we add some extra info to this area. */ function my_option_pmpro_sslseal($seal) { if(!is_admin()) { $seal = 'Wildcard SSL Certificates' . $seal; } return $seal; } add_filter('option_pmpro_sslseal', 'my_option_pmpro_sslseal');

A Payment Gateway must be set up before any payments will be processed.