will32 Posted October 31, 2005 Posted October 31, 2005 Hi, I have installed OS commerce and wanting to know how to customise my store. For instance how can i chage the back ground colour, Also can i have the catogries displayed on the top of the page. If so how can i do this. Thanks
mtechama Posted October 31, 2005 Posted October 31, 2005 hello will, if you want to change your background color its in your stylesheet.css and to move your category box goto (catalog)/includes/column_left.php if it is on the left. If its on the right (catalog)/includes/column_right.php Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
will32 Posted October 31, 2005 Author Posted October 31, 2005 hello will, if you want to change your background color its in your stylesheet.css and to move your category box goto (catalog)/includes/column_left.php if it is on the left. If its on the right (catalog)/includes/column_right.php Hi wade Many thanks for that answers. Just a quick question My catogary is on the left if i wanted to move it along the top and across what should i do. Also where is about the stylesheet.css is located. Thanks
mtechama Posted October 31, 2005 Posted October 31, 2005 ok your stylesheet.css is located catalog/stylesheet.css and your column_left.php is where your categories should be. its (catalog)/includes/column_left.php you should find this your code should be like this <?php /* $Id: column_left.php,v 1.15 2003/07/01 14:34:54 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } require(DIR_WS_BOXES . 'whats_new.php'); require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); ?> Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.