Spanners Posted May 19, 2010 Posted May 19, 2010 I've just noticed I have an issue when clicking on the 'Details' button for an item If you click on the title link, it goes though to the item, were if you click on the details, it 404's as there is part of the link missing. This is the title link which works /~shootin1/speedlock-aluminum-firing-assembly-remington-short-acti-p-636.html (have cut the ?oscsid.... off end) This is the hover over /~shootin1/product_info.php?products_id=636 which goes to /~shootin1/speedlock-aluminum-firing-assembly-remington-short-acti-p-636 So its cutting off the .html thus giving the issue. I have found the following code in product_listing.php which I think is on the right track $p_details = '<a href="' . tep_href_link('product_info.php?products_id='.$p_id) . '">'.tep_image_button("button_details.gif").'</a>'; I have highlighted where i think the prob is. Can someone with some idea point me int the right direction as to which code is missing.. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.