Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Almost Live


mustdoit

Recommended Posts

Hi,

 

I am almost live and have a few questions to tie up some loose ends.

 

1. I have gift vouchers and need to know what the settings should be for the downloads. I read somewhere in the forums about not deducting and multiple downloads off 1 download. I can't for the life of me remember where I saw this and what the solution was so if anyone has any suggestions regarding this they would be welcome.

 

2. Also I am getting an error message when clicking on the written part of the review. The error message is as follows:

 

Fatal error: Call to undefined function: tep_get_header_tag_products_desc() in /home/xxxxxxxx/public_html/includes/header_tags.php on line 296

 

I know it has to do with defining something but I don't know what. I have checked header_tags.php around the line that the error is referring to but I don't know what I'm looking for. Something simple? Any help is appriciated

 

Thanks,

 

Terry

Link to comment
Share on other sites

Hi,

 

I am almost live and have a few questions to tie up some loose ends.

 

1. I have gift vouchers and need to know what the settings should be for the downloads. I read somewhere in the forums about not deducting and multiple downloads off 1 download. I can't for the life of me remember where I saw this and what the solution was so if anyone has any suggestions regarding this they would be welcome.

 

2. Also I am getting an error message when clicking on the written part of the review. The error message is as follows:

 

Fatal error: Call to undefined function: tep_get_header_tag_products_desc() in /home/xxxxxxxx/public_html/includes/header_tags.php on line 296

 

I know it has to do with defining something but I don't know what. I have checked header_tags.php around the line that the error is referring to but I don't know what I'm looking for.  Something simple? Any help is appriciated

 

Thanks,

 

Terry

 

 

Sorted. I installed header_tags full install which has no instructions so I downloaded another version with instructions. The solution is to add the following lines to includes/application_top.php before the closing ?>:

 

// BOF: WebMakers.com Added: Header Tags Controller v2.5.2

require(DIR_WS_FUNCTIONS . 'header_tags.php');

// Clean out HTML comments from ALT tags etc.

require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');

// EOF: WebMakers.com Added: Header Tags Controller v2.5.2

 

This solved the problem and I hope this helps anyone else that is having the same problem.

 

:thumbsup:

 

Terry

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...