Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rratt

Archived
  • Posts

    13
  • Joined

  • Last visited

Everything posted by rratt

  1. Hi all, I've just gone through this post and can't find any reference to this problem I have. I've got the contrib installed on my site and it works great - however I've just noticed a small problem with it today. I'm not sure if this is just because I've missed something on the install or if it is something that effects others. As an example One of my correct URLs is /sportswear-golf-wear-c-27_35.html If you try something like /blablabla-c-27_35.html it redirects to the correct url as it should What I've noticed for subcategories which are more than one level deep is that it doesn't redirect if you change the parent category id. eg /sportswear-golf-wear-c-blablabla_35.html would not redirect to the correct url it just stays like this. If I put in /sportswear-golf-wear-c-35.html it will redirect properly Can anyone shed any light on what I might have missed. Or if anyone else has noticed this let me know I'm not the only one.
  2. For me this has done the trick - just in case anyone else has similar prob. // Close off nested lists for ($nest = 0; $nest <= $GLOBALS['this_level']; $nest++) { if ($nest == '1') { $output .= '</li>'; } // my change $output .= ' </ul>'; } return $output;
  3. On my site the last <li> dosn't get closed for some reason. Can anyone shed any light on this? I'm trying to get my site to validate as XHTML strict and this is the last error I have for my home page.
×
×
  • Create New...