Is it possible to integrate Post Affiliate Free with Zencart. I am trying to set it up so that there are different payouts for different people. Certain people will get x dollars per order and others will get y dollars per order. I am going through the installation of post affiliate free now, and the steps I haven't hit yet are the ones that made me unsure if it will integrate the way I want with Zencart Below are the remaining steps:
Code:- Open your main page (most probably 'index.php') in your favourite text editor - main page must be PHP script - Enter the following code above the <html> tag and any other code: <?PHP include "affiliate.php"; ?> - Save the changes and exit the file - Upload all of the files in their present directory structure to your hosting account, using your preferred FTP program. The files and folders must be uploaded into the Document Root where your HTML files are. - To reward your affiliates you need to add the following line to the top of your order confirmation page: <?PHP include "check1.php"; ?> !!!SECURITY WARNING!!! as mentioned before you should rename file check1.php into meaningless name, lets say 'hfgjsdgfjhsdg.php'. Then you should add line <?PHP include "hfgjsdgfjhsdg.php"; ?> not <?PHP include "check1.php"; ?> Dont copy this example of meaningless name. Make your own!!! By adding this code to the page after an order has been submitted, you prevent affiliates from being awarded from people just going to the order page. Remember that you will need seperate order forms or confirmation pages if you want to award affiliates with different amounts. - If you wish to customise the look of POST Affiliate, replace the HTML in the files header.php and footer.php from the 'user' directory, in your favourite text editor. - Installation is now complete!




