Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What page is this defined in?


annieoakley

Recommended Posts

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

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

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

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

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...