Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simonash27

Archived
  • Posts

    14
  • Joined

  • Last visited

Everything posted by simonash27

  1. Yes I ran the tags_fill and didn't get any errors but the only thing that changed was I got the product category headings appearing just above the products in large bold font ie. not in the internet explorer bar.
  2. Hi Jack, Yes I have installed Header Tags but I had the same problem even though everything seemed to be working fine so I assumed the problem was something deeper and wanted to know where else I can look. For now i'd just be happy to get my index.php to display anything other than "untitled document" and then re-install header tags. Thanks, Simon
  3. Hi there, I'm really sorry to but in on your support query elzmaddy but I am in desperate need of help with my sites headings and from what I can see in the forums Jack you seem to be the best person to ask. I'd really appreciate if you could have a quick look at my query below once you've finished helping elzmaddy and offer me any advice:- Can anyone give me some tips on how to investigate a problem I am having with my title header tags. They work fine in the admin section ie. "Admin - Microsoft Internet Explorer" appears in the title bar but they don't work anywhere else in my site. I have the standard code in my index.php (and other files)ie. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> </head> and in my includes/languages/english.php // page title define('TITLE', 'osCommerce'); // header text in includes/header.php define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account'); define('HEADER_TITLE_MY_ACCOUNT', 'My Account'); define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents'); define('HEADER_TITLE_CHECKOUT', 'Checkout'); define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); define('HEADER_TITLE_LOGOFF', 'Log Off'); define('HEADER_TITLE_LOGIN', 'Log In'); But all I get in my explorer bar is "Untitled Document - Microsoft Internet Explorer" can anyone give me anytips on how to investigate this?.....if I had any hair i'd be tearing out right about now for want of searching.... Thanks and sorry once again for jumping on your query elzmaddy, Simon
  4. Hi all, Can anyone give me some tips on how to investigate a problem I am having with my title header tags. They work fine in the admin section ie. "Admin - Microsoft Internet Explorer" appears in the title bar but they don't work anywhere else in my site. I have the standard code in my index.php ie. <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> </head> and in my includes/languages/english.php // page title define('TITLE', 'osCommerce'); // header text in includes/header.php define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account'); define('HEADER_TITLE_MY_ACCOUNT', 'My Account'); define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents'); define('HEADER_TITLE_CHECKOUT', 'Checkout'); define('HEADER_TITLE_TOP', 'Top'); define('HEADER_TITLE_CATALOG', 'Catalog'); define('HEADER_TITLE_LOGOFF', 'Log Off'); define('HEADER_TITLE_LOGIN', 'Log In'); But all I get in my explorer bar is "Untitled Document - Microsoft Internet Explorer" can anyone give me anytips on how to investigate this?.....if I had any hair i'd be tearing out right about now for want of searching.... Thanks, Simon
  5. Hi all, I have installed the Purchase Without Account contribution but when my customer is sent an automated invoice link they are unable to access it. The link tries to direct them to account_history_info.php but this re-directs them to login.php and asks them to login. I'd imagine it's because account_history_info.php is asking for some sort of session and refusing access if one doesn't exist......can anyone help? Thanks, Simon
  6. Hi all, I have installed the Purchase Without Account contribution but when my customer is sent an automated invoice link they are unable to access it. The link tries to direct them to account_history_info.php but this re-directs them to login.php and asks them to login. I'd imagine it's because account_history_info.php is asking for some sort of session and refusing access if one doesn't exist......can anyone help? Thanks, Simon
  7. Sorry all I just over write the .htaccess file without realising it as i'm on a Linux server and cannot see it.
  8. Hi there, I've just tried to install your contribution and all seemed to go ok, however when going to my websites home page I get the default OS Commerce screen ie. www.cctvtraders.co.uk as opposed to www.cctvtraders.co.uk/index.html like I used to. I am using STS (not sure if this makes a difference.) I then restored all of the files I changed from your package but I still get the same problem. I even tried restoring the database but had no joy. Any help would be much appreciated. Thanks, Simon
  9. Hi there, I've just tried to install your contribution and all seemed to go ok, however when going to my websites home page I get the default OS Commerce screen ie. www.cctvtraders.co.uk as opposed to www.cctvtraders.co.uk/index.html like I used to. I am using STS (not sure if this makes a difference.) I then restored all of the files I changed from your package but I still get the same problem. I even tried restoring the database but had no joy. Any help would be much appreciated. Thanks, Simon
  10. Hi there, I've just tried to install your contribution and all seemed to go ok, however when going to my websites home page I get the default OS Commerce screen ie. www.cctvtraders.co.uk as opposed to www.cctvtraders.co.uk/index.html like I used to. I am using STS (not sure if this makes a difference.) I then restored all of the files I changed from your package but I still get the same problem. I even tried restoring the database but had no joy. Any help would be much appreciated. Thanks, Simon
×
×
  • Create New...