Joseful81 Posted May 17, 2007 Posted May 17, 2007 Hello! I need help to get this box to my webshop. I have oscommerce webshop but I have a temalates over it with lot of changes. This I need help to get to my shop: Please help me, I really need it! :( //JOS
Joseful81 Posted May 17, 2007 Author Posted May 17, 2007 Hello! I need help to get this box to my webshop. I have oscommerce webshop but I have a temalates over it with lot of changes. This I need help to get to my shop: (checkout buttom and a informations box with about us, freight, shipping and so on) Please help me, I really need it! :( Noone??? :'( //JOS
spax Posted May 17, 2007 Posted May 17, 2007 A bit confusing! Is that just an image you have made or is it a screenshot?
Joseful81 Posted May 17, 2007 Author Posted May 17, 2007 A bit confusing! Is that just an image you have made or is it a screenshot? Its a screeshot from the original oscommerce shop. I like to have it like that but in the color I have on the rest of my shop. Here is my shop: www.body-zone.se //JOS
spax Posted May 17, 2007 Posted May 17, 2007 Look in your index.php and see if you have either of these lines: <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> If you do, look in includes/column_left.php and see if you have this code: // require(DIR_WS_BOXES . 'information.php'); If it is there and looks like that, with the 2 forward slashes, just delete the slashes and the info box should appear. If you are using column_left.php but that code isn't there, just add it to the bottom, before the closing php tag ?>, minus the 2 slashes.
Joseful81 Posted May 17, 2007 Author Posted May 17, 2007 Look in your index.php and see if you have either of these lines: <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> If you do, look in includes/column_left.php and see if you have this code: // require(DIR_WS_BOXES . 'information.php'); If it is there and looks like that, with the 2 forward slashes, just delete the slashes and the info box should appear. If you are using column_left.php but that code isn't there, just add it to the bottom, before the closing php tag ?>, minus the 2 slashes. Thank you so much! I have put it on the right colum but I like to know how to put the box lower on the page....? //JOS
spax Posted May 17, 2007 Posted May 17, 2007 Hmm, not a lot you can do about that, other than put another box in before it. Or you could create a bogus box with just a seperator in it. Do you really need to move it down?
Joseful81 Posted May 17, 2007 Author Posted May 17, 2007 Hmm, not a lot you can do about that, other than put another box in before it. Or you could create a bogus box with just a seperator in it. Do you really need to move it down? yes, look at my side it dont lookes good :huh: Or can you do something else to get a box or something like it with the information on shipping, contact us about us and so on? //JOS
spax Posted May 17, 2007 Posted May 17, 2007 There isn't a definitive style or theme to your site so I wouldn't know how you wanted it to look. However, you can pretty much style the box how you want, just play around with the table cells <td> in includes/boxes/information.php and add some CSS styling to the stylesheet and the box. Make a copy before you change anything and get creative.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.