Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Two Quickie Configuration Problems


Aidank

Recommended Posts

Posted

How do I get rid of the subsection indication in the top left product box. That is, when a product is further subdivided the item is listed in ths box with a

 

-> (6) after it. I would like to keep the number but get rid of the ->.

 

Also, what page needs to be altered to increase or decrease the widh of the boxes on the left or right hand side of the site.

 

Aid

Posted

includes/application_top.php for box width.

 

includes/box/categories for the other. This is the code:

if (tep_has_category_subcategories($counter)) {

$categories_string .= '->';

 

change to:

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '';

 

Vger

Posted

Thanks for the prompt reply, Vger, I have sorted half the query but I am sorry in that the width parameter which needs changing in application_top is not clear. Could you assist with the text which alters the wdth.

 

Thanks

 

Aid

Archived

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

×
×
  • Create New...