|
|||||||
| Soholaunch 'How do I' Questions Trying to do something and not sure what built-in features are available to help you do it? Post here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I used "Add Custom Menu Link" to create a category. I assigned products to that category.
On the page that displays the products, each product box has this at the bottom: Browse Category: (name of category) I would like this not to show at all. Where and what do I change? Thanks! |
|
|||
|
This is generated in the prod_search_template.inc file, at the bottom the code reads :
<TD ALIGN="RIGHT" VALIGN="MIDDLE" WIDTH="50%"> <FONT SIZE="1"><? echo lang("Browse Category"); ?>: <A HREF="<? echo "start.php?browse=1&cat=".$PROD['PROD_CATEGORY1']."&=SID"; ?>"><? echo $this_category['category']; ?></A></FONT></TD>........ I would suggest altering this to : <TD ALIGN="RIGHT" VALIGN="MIDDLE" WIDTH="50%"> </TD> should delete the offending article without affecting the page display. This file is located in these two paths I believe : sohoadmin/client_files/shopping_cart, and in the public_html/shopping folder. Both entries need to be changed, which you can access through your control panel. Make sure to make a copy of the original in case it goes wrong ! Regards AndyP |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|