Instant Payment Notification (IPN) is the method that PayPal uses to automatically notify a defined web page when a PayPal payment has been made. For a complete description refer to the PayPal IPN Manual which you can find on the http://www.paypal.com/ipn site.
The principle that PayPal uses is as follows : You first create a PayPal ‘buy [...]
Entries from December 2008
What is IPN
December 21st, 2008 · No Comments
Tags: PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
Linking Analytics to your Adwords Account and trouble shooting auto-tagging
December 21st, 2008 · No Comments
I have had some problems in the past in linking Google AdWords and Analytics.
There are two steps to ensure that AdWords and Anayltics are linked :
(1) In your AdWords account, go to My Account > Account Preferrences. Click the ‘edit’ link next to Tracking. Select the box that says ‘Destination URL Auto-tracking” and click Save [...]
Tags: SOE
Placing Google Anayltics Javascript code into the template system of PHP-eSeller
December 21st, 2008 · No Comments
If you want to track the PHP-eSeller template driven shopping cart pages using Google Anaytic Javascript code then the best place for the code is in the file ‘footer.htm’ which is located in the /templates/ folder.
Just make sure that the Javascript code goes between the <patTemplate:tmpl name=”footer”> and </patTemplate:tmpl> and not outsite of those tags.
You should [...]
Tags: PHP-eSeller · SOE