
Originally Posted by
Absolute
Are you just refreshing the checkout_success page over and over on the first PC, or are you placing a fresh order each time? The reason I ask is that the checkout success page is a "dumb" page, meaning that it doesn't actually do anything with regard an order. By the time this page loads, the whole order process has completed. This page then checks the last order you placed, and displays the details of this order.
If you are testing on 2 PCs, and on one you place a fresh order and the code appears, and on the other, you just keep refreshing the same page to test code, it may be that once the code has been displayed, it is never shown again. Especially as this is order tracking code. When we code modules such as this, we add in a SESSION variable checker, so that we only post the data to the tracking system once. After all, you don't want someone to hit refresh 5 times and your tracker show that you've had 5 orders placed!
It might be worth logging out of the session on one PC, and then placing a fresh order. Remember to remove all cached files and cookies, just in case.
Absolute
Bookmarks