Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Any oine know how to get rid off


Guest

Recommended Posts

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 >

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 >

Link to comment
Share on other sites

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 >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...