ristmas Posted May 6, 2011 Share Posted May 6, 2011 Customers can view transaction history for approved and declined transactions (the reason for the decline should be included). Transactions are logged with their transaction reference numbers and status. Quote Link to comment https://forums.phpfreaks.com/topic/235681-php-code-for-customer-transaction-history/ Share on other sites More sharing options...
QuickOldCar Posted May 6, 2011 Share Posted May 6, 2011 Unless you have some code to go by not many are gonna respond to this. This forum is for helping with php code, not creating it. Make the said values above into a database, also have an approved with values of say y and n. Fetch results from database, Checking if approved or declined if($approved == "n"){ echo $reason; }; Quote Link to comment https://forums.phpfreaks.com/topic/235681-php-code-for-customer-transaction-history/#findComment-1211379 Share on other sites More sharing options...
ristmas Posted May 6, 2011 Author Share Posted May 6, 2011 Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/235681-php-code-for-customer-transaction-history/#findComment-1211386 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.