Home Integration Methods Gambio

Gambio

This integration method integrates Post Affiliate Pro with Gambio online shop solution.
1
Edit template
Login to your FTP and open the file checkout_success.php for edit. It is in root of your shop.
2
Insert the sale tracking code
Insert the following code right before the line:
if (DOWNLOAD_ENABLED == 'true')
That's it, save your changes.
3
Edit a template file
If your theme name were "ABCD", you would have to navigate to templates/ABCD/module/ and edit the file checkout_success.html
Find the line:
{if $downloads_content neq ''}
and add this code right after it:
Save your modification. This is the last step, so now the integration is done.
Do not forget to integrate your shopping cart with click tracking code as well.