Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hiding the + sign in the option list for product


luxor

Recommended Posts

 

 

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

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);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...