luxor Posted August 6, 2005 Share Posted August 6, 2005 THank you Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted August 7, 2005 Share Posted August 7, 2005 THank you <{POST_SNAPBACK}> attributes are called in product_info.php do you want to omit only the + sign? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
stevel Posted August 7, 2005 Share Posted August 7, 2005 I disable the sort links in my product listings. For my store, they aren't useful and they cause search engines to follow them so that the same page is listed under multiple URLs - not good. In includes/modules/product_listing.php I changed: $lc_text = tep_create_sort_heading($HTTP_GET_VARS['sort'], $col+1, $lc_text); to $lc_text = tep_create_sort_heading(0, $col+1, $lc_text); Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.