annieoakley Posted October 13, 2005 Share Posted October 13, 2005 Where is: tep_href_link() defined? Link to comment Share on other sites More sharing options...
e_covert Posted October 13, 2005 Share Posted October 13, 2005 Where is: tep_href_link() defined? Hi there :) for links output in the catalog side of things, this function is in: catalog/includes/functions/html_output.php for links output in the admin side of things, this function is in: admin/includes/functions/html_output.php Should be the first function in both files :) -Eric Covert Link to comment Share on other sites More sharing options...
annieoakley Posted October 13, 2005 Author Share Posted October 13, 2005 Hi there :) for links output in the catalog side of things, this function is in: catalog/includes/functions/html_output.php for links output in the admin side of things, this function is in: admin/includes/functions/html_output.php Should be the first function in both files :) -Eric Covert Thanks, I see that function. So would you know why, after someone submits payment they get the error: Fatal error: Call to undefined function: tep_href_link() in /home/virtual/site10/fst/var/www/html/DEC/checkout_success.php on line 20 Do I have to redefine the tep_href_link function in checkout_success.php?? Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 13, 2005 Share Posted October 13, 2005 Thanks, I see that function. So would you know why, after someone submits payment they get the error: Fatal error: Call to undefined function: tep_href_link() in /home/virtual/site10/fst/var/www/html/DEC/checkout_success.php on line 20 Do I have to redefine the tep_href_link function in checkout_success.php?? please check if you have this line in yoru checkout_success.php require('includes/application_top.php'); :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
annieoakley Posted October 13, 2005 Author Share Posted October 13, 2005 please check if you have this line in yoru checkout_success.php require('includes/application_top.php'); Well thank you! That did get rid of the Fatal Error. Now instead of a confirmation page, we get this: An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. This transaction has been approved. It is advisable for you to contact the merchant to verify that you will receive the product or service. Well thank you! That did get rid of the Fatal Error. Now instead of a confirmation page, we get this:An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. This transaction has been approved. It is advisable for you to contact the merchant to verify that you will receive the product or service. Is there a way to modify this message?? What page actually contains this message? Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 13, 2005 Share Posted October 13, 2005 Well thank you! That did get rid of the Fatal Error. Now instead of a confirmation page, we get this:An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. This transaction has been approved. It is advisable for you to contact the merchant to verify that you will receive the product or service. Is there a way to modify this message?? What page actually contains this message? which payment module? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
annieoakley Posted October 13, 2005 Author Share Posted October 13, 2005 which payment module? Well I'm assuming its the authorizenet.php payment module Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted October 16, 2005 Share Posted October 16, 2005 Well I'm assuming its the authorizenet.php payment module assuming? you should know what payment module you have installed and chosen when testing ... anyway, you need to get the error text from the language file of that payment module, and then look for the error define in the payment file in modules ... then you will see when it's called exactly. Then you can decide what went wrong :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
annieoakley Posted October 17, 2005 Author Share Posted October 17, 2005 assuming? you should know what payment module you have installed and chosen when testing ... anyway, you need to get the error text from the language file of that payment module, and then look for the error define in the payment file in modules ... then you will see when it's called exactly. Then you can decide what went wrong I didn't set this up. I'm trying to help troubleshoot something I'm totally unfamiliar with. Anyhow, I did find where the files are defined but it hasn't helped our problem. Thanks for the replies. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.