Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Any oine know how to get rid off


Guest

Recommended Posts

Posted

Hi all

 

How do I get rid of the tacky looking -> in catagory titles.

 

fault4.JPG

 

 

Thanks In Advance

 

Liam

Posted

In /catalog/includes/boxes/categories.php finde this code:

 

	if (tep_has_category_subcategories($counter)) {
  $categories_string .= '->';
}

Change it to:

 

/* commented out the "->"
if (tep_has_category_subcategories($counter)) {
  $categories_string .= '->';
}
*/

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Once again germ you have come to the rescue..

 

Many Thanks and much appreciated

 

Regards

 

Liam

Posted

Hi all

 

Just one last thing, well actually Two little bits of help needed as I have tried to do it myself but have now got square eyes.

 

Firstly is there away that I can make the main table width 100%. so the site fills the entire page

 

fault5.JPG

 

 

Also how can I increase the left column table width.

 

Thanks in advance

 

Liam

Posted

Left column width in application_top.php

 

// customization for the design layout
 define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

The site width is probably controlled in the stylesheet.

 

Without your URL I can't be sure or help with that.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Hi Germ

 

Thanks for that.. Hope you did not mind but I have sent you a pm.

 

Thanks Again

 

Liam

Posted

And you have a reply.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...