Aidank Posted May 21, 2006 Posted May 21, 2006 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
♥Vger Posted May 21, 2006 Posted May 21, 2006 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
Aidank Posted May 21, 2006 Author Posted May 21, 2006 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
Aidank Posted May 21, 2006 Author Posted May 21, 2006 Vger, just spotted it Thanks for all your help Aid
Recommended Posts
Archived
This topic is now archived and is closed to further replies.