Partner
A payment services provider.
This is integration of payment gateway Platnosci (platnosci.pl) by inserting special code into thank you page defined in admin panel at platnosci.pl.
Setting up
Before integration, note that you need to have some PHP “thank you page” at the same server as where you have your shop buttons.
First, login to admin panel at platnosci.pl then navigate to My shops > “Shop name” > List of payment points > “Point name” – and setup UrlPositive to your web “thank you page“” and append following code to the link:
?total=%amountCS%&ord_id=%orderId%
%amountCS% is variable for total cost and %orderId% is for order ID generated by platnosci.pl.
You can use these additional variables if you need:
- %transId% – identifier of a new transaction created in Platnosci.pl application
- %posId% – pos_id values (can be used as category ID for registering product ID)
- %payType% – pay_type value
- %sessionId% – session_id values
- %amountPS% – amount values – comma as a separator
- %error% – error number, it is only used for UrlNegative
Modifying the Thank you page
Now, each success sale will be redirected to this thank you page. This is the code for your thank you page to process proper sale commission (insert it between HTML tags and ):
<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('<?php echo $_GET['total']; ?>');
sale.setOrderID('<?php echo $_GET['ord_id']; ?>');
PostAffTracker.register();
</script>
If you used any other parameter, do not forget to get it into the sale tacking code too.
La Solution Est En Vous Affiliate Department Contact
The given text includes various sections such as Product, Support, Company, Learn, Social media, and Terms of service. The Product section mentions pricing, features, integrations, and alternatives. The Support section includes information about the knowledge base, member's area, change log, and performance status. The Company section provides details about the company, awards, customer reviews, and resellers. The Learn section offers resources like blog templates, the Affiliate Marketing Academy, glossary, and program directory. The text also mentions subscribing to the newsletter and the company's presence on social media. Additionally, the text includes terms of service, security policy, privacy policy, and GDPR information. There is also a mention of building the Post Affiliate Pro dashboard and the installation process. The text concludes with a statement about the website's use of cookies and the option to schedule a call with Post Affiliate Pro for business benefits. Finally, it mentions contact options such as a contact form, messenger, and live chat.