Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jignesh

Archived
  • Posts

    1
  • Joined

  • Last visited

Everything posted by jignesh

  1. Hi, I've installed the Heaer Tag Controller on my STS shop over development server The problem that I face is... STS clears the code (META TAGS AND TITLE) generated by HTC In application_top.php, I've placed the code // 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 In sts_display_output.php I've changed the code to require_once(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require_once(DIR_WS_FUNCTIONS . 'header_tags.php'); earlier it was: require(DIR_WS_FUNCTIONS . 'clean_html_comments.php'); require(DIR_WS_FUNCTIONS . 'header_tags.php'); * I've tested admin section successfully Can anyone help me with this? Meanwhile I'll try and install v2.5.5 Regards, Jignesh Shah
×
×
  • Create New...