jimbeeer Posted October 24, 2007 Posted October 24, 2007 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
Guest Posted October 24, 2007 Posted October 24, 2007 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.
jimbeeer Posted October 25, 2007 Author Posted October 25, 2007 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.
Nullachtfuffzehn Posted October 25, 2007 Posted October 25, 2007 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.