rickhudson Posted March 23, 2006 Posted March 23, 2006 I have a problem with a site that has been live for some time that I have just been asked to take over. The site URL is www.beabea.co.uk. When you select either the "Made of Measure" or "Lingerie" categories, for some reason the sub-categories and their thumbnails are not displaying on the page (though they appear correctly in the navigation) - it simply displays "There are no products to list in this category". I have looked through the code on the site and in the database and I simply cannot find what might be causing this problem. Anyone else have any other ideas why the sub-category images might not be displaying on this page? When I looked at this two days ago it appeared to be working OK for the Lingerie category but not the other. Any help you can provide would be much appreciated, as I'm completely baffled. Regards Richard
Guest Posted March 23, 2006 Posted March 23, 2006 you should check your catalog\index.php near case if ($category_depth == 'nested') { check if you have if (isset($cPath) && strpos('_', $cPath) !== false) { there were few other posts about this issue.
rickhudson Posted March 24, 2006 Author Posted March 24, 2006 you should check your catalog\index.php near case if ($category_depth == 'nested') { check if you have if (isset($cPath) && strpos('_', $cPath) !== false) { there were few other posts about this issue. Many thanks for your post. I've changed the code to reflect this and it didn't make any difference. I've also changed the code to: if (isset($cPath) && strpos($cPath, '_') !== FALSE) { as this was mentioned elsewhere and this also didn't make any difference. Does anyone else have any other ideas? Richard
rickhudson Posted March 25, 2006 Author Posted March 25, 2006 Anyone else have any other suggestions what might be causing this problem? Regards Richard
Recommended Posts
Archived
This topic is now archived and is closed to further replies.