aMember integration
Accept membership payments, manage profiles, deliver digital content, integrate with your blog, CMS, send newsletters, run affiliate program with this software.
This integration method is for aMember versions lower than v4.
Integration with aMember uses a variation of General solution, it tracks sales by invoking hidden script from “thank you” page.
How to integrate PostAffiliatePro with aMember
Put the following code to the aMember thanks.html page:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('{$payment.amount}');
sale.setOrderID('{$payment.payment_id}');
sale.setProductID('{$payment.product_id}');
PostAffTracker.register();
</script>
2. Integration of recurring sales with PayPal
If you want to integrate aMember with PayPal recurring payments then follow these instructions. You will have to find the paypal_r.inc.php on your server /amember/plugins/payment/paypal_r
Insert next code right after this line:
function paypal_validate_ipn($vars){
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* end of PAP integration */
Now find this line (2x times):
'custom' => '',
and change them to:
'custom' => $_COOKIE['PAPVisitorId'],
Notice, that your cookies must be available at the domain where amember is installed in order to track sales.
3. Signup form integration
It’s possible to integrate Amember in way, that every new user signup will create also affiliate account in your PAP in the same time. This integration is using our API, therefore it’s necessary to upload PapApi.class.php into your Amember main folder. Then locate file signup.php (also in the main folder), open it in some text editor and add following code right after this line:
proceed_to_payment($payment_id, $member_id_exists);
require("PapApi.class.php");
try {
$session = new Gpf_Api_Session("https://URL_TO_PostAffiliatePro/scripts/server.php");
if(!$session->login("merchant_username", "merchant_password")) {
return;
}
$affiliate = new Pap_Api_Affiliate($session);
$affiliate->setUsername($_POST['email']);
$affiliate->setRefid($_POST['login']);
$affiliate->setPassword($_POST['pass0']);
$affiliate->setFirstname($_POST['name_f']);
$affiliate->setLastname($_POST['name_l']);
if(!$affiliate->add()) {
//echo "Cannot save affiliate: ".$affiliate->getMessage();
return;
} else {
// affiliate was successfully added
}
} catch(Exception $e) {
//echo "Error while communicating with PAP: ".$e->getMessage();
return;
}
This is all that is required. Now whenever there’s sale, aMember will call our sale tracking script, and system will generate commission for the affiliate.
What is aMember?
aMember Pro is a membership and subscription management software that allows website owners to set up paid membership areas on their sites. It is a PHP script installed on your website, designed to protect content and make it accessible only to subscribers. The software supports both recurring and non-recurring billing and offers over 200 integrations, including payment systems like Stripe, PayPal, and Coinbase, as well as email service providers such as MailChimp and AWeber.
aMember Pro provides a comprehensive suite of features for managing membership sites, including unlimited membership levels, customizable member areas, mail list management, advanced reporting, and a built-in affiliate program. It also includes modules for newsletters, helpdesk, and shopping carts and supports integration with WordPress, allowing users to create paid content using a WordPress theme. The software is known for its flexibility and configurability, offering an open-source PHP codebase for customization.
aMember Pro has been developed and improved since 2002. Over time, it has integrated a wide array of features, including billing, invoicing, reporting, and numerous integrations with various payment systems. It offers helpdesk and affiliate program support and is not a WordPress plugin but supports integration with WordPress. aMember Pro has a flexible admin dashboard, multi-language support, and advanced reporting capabilities. It is used by over 75,000 websites worldwide, capable of handling large volumes of subscribers with installations managing up to 300,000 paying members.
Main Product Features
- Unlimited Membership Levels and Items
- Incremental Content Delivery
- Payment Systems Integration with PayPal, 2Checkout, and more
- Full-Featured Member Management
- Automated Signup and Expirations
- Integrated Modules (Newsletters, Helpdesk, Affiliate Management)
- Available in multiple languages
- Customizable themes and full source code provided
Pricing Options
aMember offers three main pricing options:
- Single License: $149.00 (one-time payment) – 1 Public Installation, 6 months of updates/support.
- Professional: $399.00 (one-time payment) – 5 Public Installations, 6 months of updates/support.
- Enterprise: Custom pricing – Unlimited Installations, Software Customization, VIP Support.
Key User Insights
aMember Pro generally receives positive feedback as a reliable and easy-to-use platform for managing member content and payments. Users appreciate its continuous updates and long-term reliability. Specific improvements include potential limitations in customization or user interface complexities.
YouTube Reviews
- aMember Pro Review – Membership and Subscription Software – In-depth review discussing features and usability.
- aMember Membership Software Overview – Features & Benefits – Overview of key features and benefits.
Product Alternatives
- MINDBODY: Membership database for salons with booking features.
- Explara Membership Management: Focus on member engagement and administration.
- eDirectory: Strong SEO tools along with membership management.
- Omnify: Focused on booking and event management.
- MemberNova: Strong on community engagement with insightful analytics.
Discover seamless integration with aMember v4 and Post Affiliate Pro to manage membership payments, profiles, digital content, and affiliate programs effortlessly. Benefit from PayPal integration and enhance your affiliate software with trusted solutions. Start your free trial today and elevate your business.
Explore seamless integrations with Post Affiliate Pro to enhance your affiliate marketing strategies. Discover solutions for e-commerce, email marketing, payments, and more, with easy integrations for platforms like 1&1 E-Shop, 2Checkout, Abicart, and many others. Optimize your affiliate network with these powerful tools.
Discover how Affilimate integration with Post Affiliate Pro streamlines affiliate revenue and analytics, boosting your conversion rates and earnings. Easily connect via API and enjoy features like SKU-level reporting and dynamic subID tracking. Start optimizing your affiliate marketing today with a free trial!
Effortlessly integrate your e-commerce site with Post Affiliate Pro and boost your affiliate program's success. Our expert team ensures seamless integration with your payment processor, handling technical issues along the way. Enjoy a free trial and free integration service, saving you time and maximizing your ROI. Join now and experience top-notch affiliate management with over 500 integration options.