Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Coding Help


roadside

Recommended Posts

Posted

Greetings! I've recently setup osCommerce and am trying to modify the code to make it:

  • Easy to customize to new clients
  • Tableless

My issues begin here:

 

issue1.png

 

 

issue2.png

 

The first image shows the end result of my now poorly coded html, and the second image the code I'm searching for to replace. I'm fairly new to php though I'd like to think I can find my way around the files - not happening however.

 

Desired code:

<h3>Categories</h3>

<div class="section">

<ul>

<li>Hardware > (6)</li>

<li>Software > (4)</li>

<li>DVD Movies > (17)</li>

</ul>

</div>

Posted

look into your catalog\includes\boxes\categories.php or if you're using a template see also catalog\includes\header.php. The box class is in catalog\includes\classes\boxes.php

Posted
The box class is in catalog\includes\classes\boxes.php

 

Huh - yeah, that looks exactly like what I needed. Not expecting to find it there. Thanks Enigma1!

Archived

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

×
×
  • Create New...