Guest Posted November 18, 2004 Posted November 18, 2004 Hi I am trying in vain to remove the + that appears after "Product Name" (ie it shows "Product Name+") when viewing a category listing. I have looked in the english/index.php file and it displays "Product Name" and I can change this but the + afterwards always reappears! I would be very grateful if someone could explain how to get rid of the "+" and also why it is there in the first place (I have seen it on other sites too). Many thanks David
yoyo213 Posted November 20, 2004 Posted November 20, 2004 Hi I am trying in vain to remove the + that appears after "Product Name" (ie it shows "Product Name+") when viewing a category listing. I have looked in the english/index.php file and it displays "Product Name" and I can change this but the + afterwards always reappears! I would be very grateful if someone could explain how to get rid of the "+" and also why it is there in the first place (I have seen it on other sites too). Many thanks David <{POST_SNAPBACK}> Hi, The Product column can be sorted in Descending Alphabetic order by clicking on the "Product +" link on the column header you refer to. It then changes to "Product -" to indicate that the column can be sorted in Ascending Alphabetic order by clicking on the link. I do not know how to get rid of the "+", but it is a very useful feature so why would you want to get rid of it? :-) Yo - http://www.thecentreofinfinity.com
stevel Posted November 20, 2004 Posted November 20, 2004 One good reason is that it confuses search engines, which sees multiple URLs with similar content. I never found this feature terribly useful. You can remove this by making the following change in includes/modules/product_listing.php: // $lc_text = tep_create_sort_heading($HTTP_GET_VARS['sort'], $col+1, $lc_text); $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
Guest Posted November 21, 2004 Posted November 21, 2004 One good reason is that it confuses search engines, which sees multiple URLs with similar content. I never found this feature terribly useful. You can remove this by making the following change in includes/modules/product_listing.php: // $lc_text = tep_create_sort_heading($HTTP_GET_VARS['sort'], $col+1, $lc_text); $lc_text = tep_create_sort_heading(0, $col+1, $lc_text); <{POST_SNAPBACK}> Thanks a lot for this, I never realized it was a sorter! I wont be listing enough products in each category for it to be useful so I will do what you say above, thanks again! David
siavash Posted November 21, 2004 Posted November 21, 2004 rather than getting rid of it how can i replace it by and up- and down-arrow to make sure site visitors don't get confused. cheers. Did you try? Did you fail? No matter! Try again. Fail again! But fail better!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.