
Integrate aMember with affiliate software | Post Affiliate Pro
Would you like to improve your affiliate software even more? Check out the aMember integration for Post Affiliate Pro.
Step-by-step guide to integrating aMember v4 with Post Affiliate Pro for streamlined membership, subscription, and affiliate program management.
Accept membership payments, manage profiles, deliver digital content, integrate with your blog, CMS, send newsletters, run affiliate program with this software.
aMember version 4 uses a new file structure and new code, so here is a new integration method.
First, locate file:
application/default/views/_form.phtml
In this file, we will add a special code to the form, so visitor ID is read and sent to processing file.
Change this line echo $form- >render($renderer); to this code:
$form_res = $form->render($renderer);
$tracker = '<input type="hidden" name="pap_custom" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php?accountId=default1" type="text/javascript">
</script>';
echo str_replace('</form>',$tracker.'</form>',$form_res);
Save your work and based on what do you want to integrate, continue in proper step.
Now edit this file:
/amember/library/Am/Paysystem/PayProcessMediator.php
Find function process() and within this function, find line:
$this- >callback($this->onAction);
Insert this code just below the mentioned line:
$this->result->getAction()->addParam('custom', $_POST['pap_custom']);
With this line, we’ve added a new parameter called ‘custom’ to array which will be used to create a request sent to PayPal. Thanks to this, we are sending visitor ID so we can use it later to determine who was the referring affiliate.
Save your work and proceed to step 3.
The last step is to handle the IPN notification sent from PayPal and to resend it to your Post Affiliate Pro. Navigate to Configuration > Setup/Configuration> PayPal in your aMember admin panel and activate ‘Resend Postback ‘. If it is already active, just add a new line with this URL:
https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php
Save your work and that’s it. Do not forget to activate your PayPal IPN handling plugin in Post Affiliate Pro to make it all working.
In case you are using aMember Cart feature, you have to do the previous steps and additionally, you have to modify this file application/cart/views/cart/choose-paysys.phtml – find this line: < input type=”hidden” name=”a” value=”choose-paysys” /> and add the following code below the line:
<!-- [Post Affiliate](https://www.postaffiliatepro.com/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") Pro integration snippet -->
<input type="hidden" name="pap_custom" value="" id="pap_dx8vc2s5" />
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
<!-- /Post [Affiliate](https://www.postaffiliatepro.com/affiliate-marketing-glossary/affiliate/ "Discover the role of an affiliate in marketing—earn commissions by promoting products through banners, links, and campaigns. Learn how affiliates drive sales and explore effective marketing strategies. Join the world of affiliate marketing with Post Affiliate Pro for user-friendly tools and exceptional support.") Pro integration snippet -->
Save your work and you are done.
If you want new users to become affiliates automatically, it is possible to synchronize aMember signup form with Post Affiliate Pro. Thanks to the built-in plugin, you can easily set it up in aMember admin back-end.
aMember v4 is a flexible membership and subscription management software designed to help website owners create and manage paid membership areas on their sites. It supports both recurring and non-recurring billing and allows for content protection, making it available only to subscribers. aMember is highly customizable and extensible, with support for over 200 payment systems and various third-party integrations.
Product History
Segment, Focus (For whom and why)
Main Product Features
Pricing Options
Key User Insights (Pros, Cons, Overall User Experience)
YouTube Reviews
Product Alternatives
aMember v4 is a flexible membership and subscription management software that helps website owners create paid membership areas, manage recurring and non-recurring billing, and protect digital content. It supports over 200 payment systems and offers extensive integration options.
Integration involves adding code snippets to your aMember files to capture affiliate tracking information, modifying PayPal integration settings, enabling postback URL for IPN notifications, and optionally syncing user signups with Post Affiliate Pro. Detailed steps are provided in the integration guide.
aMember v4 is ideal for website owners, content creators, and businesses needing a robust system for managing memberships, subscriptions, and payment processing, especially those looking to monetize content or services.
Key features include unlimited membership levels, incremental content delivery, major payment system integrations, automated signups and expirations, multi-language support, coupon codes, flexible signup forms, and third-party integrations.
aMember v4 offers a Single License for $149 (one-time, 6 months updates/support), Professional License for $399 (one-time, 6 months updates/support for 5 installations), and Enterprise License with custom pricing and unlimited installations.
Pros: Easy configuration, versatile payment options, secure, excellent customer support, and useful add-ons. Cons: Outdated look and feel, limited weekend support, occasional update issues.
Alternatives include Neon CRM, MemberPress, ClubExpress, iMIS, Glue Up, Kajabi, Gymdesk, PlanSplit, OneBill, AdvantageCS, SubscriptionFlow, Blue Note Systems, and MemberMouse.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Experience the benefits of seamless affiliate and membership software integration. Try Post Affiliate Pro free for one month and boost your business.
Would you like to improve your affiliate software even more? Check out the aMember integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the aMember with PayPal integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the PayPal (IPN and custom field used by other scripts) integration.