–Hidden comment

Use attributes in format region_from and region_to= to change the languages showing in language switcher.
Available regions are:
europe_from europe_to
asia_from asia_to
mideast_from mideast_to
america_from america_to

Example:
europe_from=0 europe_to=22 will put all languages (ordered in language switcher settings) from 1 to 21 to Europe region:
asia_from=22 asia_to=25 will put all languages from 23 to 24 (so only 2) into Asia region.

eWAY (using Shared Payment Solution)

A secure online payment gateway that makes it easy and hassle free for you to accept credit card payments through your website.

Integrates eWAY Shared Payment Solutions (HTTP).

To integrate with eWAY, you need eWAY plugin which is distributed with PAP by default.

Note! If you are using Merchant Hosted Payments, use eWAY integration method for Merchant Hosted Payments.

Activate and configure your eWAY plugin

First you must activate eWAY plugin. Login to your merchant panel and go menu Start->Plugins. Here you must click Activate in Plugins list in eWAY plugin item.

Right after you activate eWAY plugin, you need to setup it. Login to your merchant panel. Go to menu Start >Plugins. Now click Configure button in eWAY plugin item. Here you must set Custom field number. This is number of the field, where you put custom cookie on your pages. As Response type select HTTP.

Note! If you are using custom field with selected number for transfering some data (other than pap custom cookie), please setup Custom value separator as well. For example string “||”.

Update your eWAY button forms

Now you must change code for every eWAY form. For example original eWAY form looks like this:

<form method="post" name="ewaySubmitForm" action="https://www.eway.com.au/gateway/payment.asp">
	<input type="hidden" name="ewayCustomerID" value="87654321" />
	<input type="hidden" name="ewayTotalAmount" value="1000000000" />
	<input type="hidden" name="ewayCustomerFirstName" value="Firstname" />
	<input type="hidden" name="ewayCustomerLastName" value="Lastname" />
	<input type="hidden" name="ewayCustomerEmail" value="name@xyz.com.au" />
	<input type="hidden" name="ewayCustomerAddress" value="123 Someplace Street, Somewhere ACT" />
	<input type="hidden" name="ewayCustomerPostcode" value="2609" />
	<input type="hidden" name="ewayCustomerInvoiceDescription" value="Testing" />
	<input type="hidden" name="ewayCustomerInvoiceRef" value="INV120394" />
	<input type="hidden" name="ewayURL" value="https://www.yoursite.com/thankyoupage.php" />
	<input type="hidden" name="ewaySiteTitle" value="My Web Site" />
	<input type="hidden" name="ewayTrxnNumber" value="4230" />
	<input type="hidden" name="ewayOption1" value="" />
	<input type="hidden" name="ewayOption2" value="" />
	<input type="hidden" name="ewayOption3" value="" />
	<input type="hidden" name="ewayCVN" value="123" />
</form>

Now, if you do not use selected custom field to transfer data other than PAP cookie, you must change it like this:

<form method="post" name="ewaySubmitForm" action="https://www.eway.com.au/gateway/payment.asp">
	<input type="hidden" name="ewayCustomerID" value="87654321" />
	<input type="hidden" name="ewayTotalAmount" value="1000000000" />
	<input type="hidden" name="ewayCustomerFirstName" value="Firstname" />
	<input type="hidden" name="ewayCustomerLastName" value="Lastname" />
	<input type="hidden" name="ewayCustomerEmail" value="name@xyz.com.au" />
	<input type="hidden" name="ewayCustomerAddress" value="123 Someplace Street, Somewhere ACT" />
	<input type="hidden" name="ewayCustomerPostcode" value="2609" />
	<input type="hidden" name="ewayCustomerInvoiceDescription" value="Testing" />
	<input type="hidden" name="ewayCustomerInvoiceRef" value="INV120394" />
	<input type="hidden" name="ewayURL" value="https://www.yoursite.com/thankyoupage.php" />
	<input type="hidden" name="ewaySiteTitle" value="My Web Site" />
	<input type="hidden" name="ewayTrxnNumber" value="4230" />
	<input type="hidden" name="ewayOption1" value="" id="pap_dx8vc2s5"/>
	<input type="hidden" name="ewayOption2" value="" />
	<input type="hidden" name="ewayOption3" value="" />
	<input type="hidden" name="ewayCVN" value="123" />
</form>

If you are using selected custom field fo transfering some data other than PAP cookie update your forms like this:

<form method="post" name="ewaySubmitForm" action="https://www.eway.com.au/gateway/payment.asp">
	<input type="hidden" name="ewayCustomerID" value="87654321" />
	<input type="hidden" name="ewayTotalAmount" value="1000000000" />
	<input type="hidden" name="ewayCustomerFirstName" value="Firstname" />
	<input type="hidden" name="ewayCustomerLastName" value="Lastname" />
	<input type="hidden" name="ewayCustomerEmail" value="name@xyz.com.au" />
	<input type="hidden" name="ewayCustomerAddress" value="123 Someplace Street, Somewhere ACT" />
	<input type="hidden" name="ewayCustomerPostcode" value="2609" />
	<input type="hidden" name="ewayCustomerInvoiceDescription" value="Testing" />
	<input type="hidden" name="ewayCustomerInvoiceRef" value="INV120394" />
	<input type="hidden" name="ewayURL" value="https://www.yoursite.com/thankyoupage.php" />
	<input type="hidden" name="ewaySiteTitle" value="My Web Site" />
	<input type="hidden" name="ewayTrxnNumber" value="4230" />
	<input type="hidden" name="ewayOption1" value="" id="pap_ab78y5t4a"/>
	<input type="hidden" name="ewayOption2" value="" />
	<input type="hidden" name="ewayOption3" value="" />
	<input type="hidden" name="ewayCVN" value="123" />
</form>

And after this form insert this code:

<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
PostAffTracker.setAppendValuesToField('||');
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a');
</script>

All set. You are ready to start tracking.

Back to Integrations Create account for FREE
Would you like to improve your affiliate software even more? Check out the JotForm integration for Post Affiliate Pro.

JotForm

Would you like to improve your affiliate software even more? Check out the JotForm integration for Post Affiliate Pro.

Would you like to improve your affiliate software even more? Check out the Booqable for Post Affiliate Pro.

Booqable

Booqable is a platform that offers services like inventory management, online orders, rental plans, payment acceptance, invoices and more. To integrate Booqable store, login to the admin panel and navigate to Settings> Online checkout> Additional scripts. Sale tracking code needs to be added in the Additional scripts section for tracking the sale. The integrated store can be tracked and monitored by using tracking code. Booqable offers a free account and also has an affiliate program.

Post Affiliate Pro is affiliate software that tracks, measures, optimizes, and grows your affiliate network. Check out all the available integrations right now.

FormAssembly

Post Affiliate Pro is affiliate software that tracks, measures, optimizes, and grows your affiliate network. Check out all the available integrations right now.

Would you like to improve your affiliate software even more? Check out the IA Modules integration for Post Affiliate Pro.

IA Modules

The text is promoting PostAffiliate Pro, a software for managing affiliate programs. It offers integrations with various e-commerce shopping cart solutions and the QuickBooks community. The integration process involves placing sale tracking code on the thank you page and editing Email_Order.htm file. The software comes with pricing plans, features, and support options. Quality Unit, LLC owns the software.

Our website uses cookies. By continuing we assume your permission to deploy cookies as detailed in our privacy and cookies policy.

×

Schedule a one-on-one call and discover how Post Affiliate Pro can benefit your business.

We’re available on multiple dates

Schedule a call