Guest Posted January 29, 2003 Share Posted January 29, 2003 Could someone tell me where to go to change the extraneous plus sign in Product Name+. It appears on the product listing page if you click on a subcategory with no subcategories of its own (i.e. Click on Cartoons under DVDs). I have looked all over for it in the code to no avail. Granted, I'm still trying to get my feet wet in PHP and osCommerce. Have to say that I am nothing short of impressed by the software AND the community. You guys are awesome! Thanks in advance. Corey Link to comment Share on other sites More sharing options...
mugitty Posted January 29, 2003 Share Posted January 29, 2003 I believe that you will find it in catalog/includes/functions/general.php around line 845 but keep in mind that the + and - signs on your product listing pages are moved to whichever column you have selected and indicate whether the sort is ascending or descending (so it's not really a superfluous character - it does have a use) ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent! Link to comment Share on other sites More sharing options...
Guest Posted January 29, 2003 Share Posted January 29, 2003 Thanks! I just didn't catch its utility. Perhaps there is a more intuitive way of displaying that function. At least now I can find the proper code to edit... Corey Link to comment Share on other sites More sharing options...
Guest Posted January 29, 2003 Share Posted January 29, 2003 Now that I have changed the default + and - to a simple up and down arrow graphic, I need to make a few tweaks to the HTML (add valign="middle", etc). Unfortunately, I am finding it increasingly hard to track down the bit of code that affects the Product Listing page. Can someone point me to the correct file(s) to edit the display behavior of the product listing page? http://www.mystore.com/catalog/index.php?cPath=3_12 Thanks again (in advance)! Corey Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.