Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to remove all formatting on categories box


jimbeeer

Recommended Posts

Posted

I'd like to remove all the formatting on the left and right boxes as i've made my own. Does anyone know the correct code for this?

 

I presume it's boxes.php but if i strip out all the table and class code from it, it kinda destroys the products table when it shows them in a list.

 

If someone can show me the correct code for the categories and shopping cart boxes i would be most grateful.

 

Also, if it's possible, as the cart will only have 3 products i'd like to be able to show them in the categories box instead of the categories as there are none.

 

I.E. In the categories box I just want to show the 3 products as links and nothing else. And in the shopping cart, i just want the products, price next to products and total underneath. No boxes, no arrows, no curved images.

 

Many thanks in advance

 

-Jimbo

Posted
I'd like to remove all the formatting on the left and right boxes as i've made my own. Does anyone know the correct code for this?

 

I presume it's boxes.php but if i strip out all the table and class code from it, it kinda destroys the products table when it shows them in a list.

 

If someone can show me the correct code for the categories and shopping cart boxes i would be most grateful.

 

Also, if it's possible, as the cart will only have 3 products i'd like to be able to show them in the categories box instead of the categories as there are none.

 

I.E. In the categories box I just want to show the 3 products as links and nothing else. And in the shopping cart, i just want the products, price next to products and total underneath. No boxes, no arrows, no curved images.

 

Many thanks in advance

 

-Jimbo

 

The location of the left and right boxes are going to be in the includes/column_left.php and includes/column_right.php files. The contents of each of the individual boxes are going to be in the includes/boxes folder. I wouldn't mess around with boxes.php too much, because there are general boxes that are used to help display products that use that class file. Best to leave it alone for a while, unless you want to take out the arrows and curved tops.

Posted

Thanks but that's not really the answer i was looking for.

 

I still need to get rid of the boxes on the left and right side. I'm pretty sure there's a way. I could just modify the css but i'd prefer to remove the boxes completely and only leave the contents. But i'd also like to leave boxes in the main sections alone.

Posted

So you got to make your own 'boxes' for categories and cart. Just copy the existing ones and alter them to your needs. You also got to change the object calls for them then.

Archived

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

×
×
  • Create New...