Basics for design
#1381
Posted 18 August 2009, 11:39
#1382
Posted 18 August 2009, 12:21
silverboy65, on Aug 16 2009, 03:44 PM, said:
i want know how to remove that space
working with boxes.php and css file but don't work
Change
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
to
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
You' ll find this code twice on every page (like index.php and product_info.php etc) just above
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
and
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
#1383
Posted 19 August 2009, 01:18
Job, on Aug 18 2009, 04:51 PM, said:
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
to
<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
You' ll find this code twice on every page (like index.php and product_info.php etc) just above
<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
and
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
thanks
that space now is smaller but still is there
#1385
Posted 29 September 2009, 20:14
#1386
Posted 11 October 2009, 02:22
#1387
Posted 12 October 2009, 01:19
I have been reading this great post and have gotten some great info thank you!
I would like to know how I can remove the 'New Products' displayed from the catalog homepage. I am not talking about the box on the right or left but the main 'frame' at the bottom of the page that displays the recently added products. I would like that page to only have text.
I apologize if this has been already addressed in this post.
Thank you
Julien
#1388
Posted 12 October 2009, 03:05
jgessentials, on 12 October 2009, 01:19, said:
I have been reading this great post and have gotten some great info thank you!
I would like to know how I can remove the 'New Products' displayed from the catalog homepage. I am not talking about the box on the right or left but the main 'frame' at the bottom of the page that displays the recently added products. I would like that page to only have text.
I apologize if this has been already addressed in this post.
Thank you
Julien
Just remove the last of the include products_new reference lines close to the bottom of the index.php file
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#1389
Posted 08 February 2010, 05:04
I have tried to post a new topic bu nothing happens.
#1390
Posted 08 February 2010, 05:06
I would like to know how I can alter the height of the "information box" on the front page.
I do not want to change any of the others.
appreciate any help
#1391
Posted 08 February 2010, 15:52
trophy, on 08 February 2010, 05:06, said:
I would like to know how I can alter the height of the "information box" on the front page.
I do not want to change any of the others.
appreciate any help
You can do that by editing this file:
includes/boxes/information.php
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#1392
Posted 08 February 2010, 23:56
toyicebear, on 08 February 2010, 15:52, said:
includes/boxes/information.php
Hi there, thanks for your advice regarding altering the index.php to remove all the new products added on the front page.
i was wondering if you knew how to add products that I want on the front page.
Any help would be greatly appreciated.
Thanks.
#1393
Posted 09 February 2010, 04:47
kuush, on 08 February 2010, 23:56, said:
i was wondering if you knew how to add products that I want on the front page.
Any help would be greatly appreciated.
Thanks.
Install the Featured products add-on , it replaces the new products with a system where you in admin can choose which products to show.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#1394
Posted 09 February 2010, 22:39
toyicebear, on 04 March 2005, 18:05, said:
1. includes/header.php
2. includes/footer.php
3. includes/left_column.php
4. includes/right_column.php
5. Stylesheet.css
Have fun...
Hi toyicebear
I downloaded your basic design pack, you suggest that all is needed is to drag it across shop?? do you mean drag the folder to somewhere in oscommerce page? what I am creating is an oscommerce site that resembles my website, so perhaps your vanilla install tutorial will help me most?
any advice appreciated, thanks for your help and posts
regards
Stephen
#1395
Posted 10 February 2010, 03:51
thebodhiman, on 09 February 2010, 22:39, said:
I downloaded your basic design pack, you suggest that all is needed is to drag it across shop?? do you mean drag the folder to somewhere in oscommerce page? what I am creating is an oscommerce site that resembles my website, so perhaps your vanilla install tutorial will help me most?
any advice appreciated, thanks for your help and posts
regards
Stephen
You use a ftp program or your web hosting control panels file manager to add up the specified files and folders overwriting the "same" ones from the original shop.
Or you can follow the instructions given in the step by step design tutorial and do the cahnges manually.
Check out my profile [click here] for information on professional services, custom coding, templates, SEO optimization, modifications, commercial support and help.
#1396
Posted 13 February 2010, 17:34
This is my site http://www.mistatees-rc.co.uk
I have checked for the basic layout of 5 files as highlighted earlier in the thread, but those files do not exist any more.
Thanks in advance
#1397
Posted 13 February 2010, 17:37
ukracer, on 13 February 2010, 17:34, said:
This is my site http://www.mistatees-rc.co.uk
I have checked for the basic layout of 5 files as highlighted earlier in the thread, but those files do not exist any more.
Thanks in advance
If you installed a template, then the only one who can really tell you whats going on is the template seller. Impossible to know how each one create his websites, what files he use and what he change on the core osCommerce. Did you ask?
#1398
Posted 14 February 2010, 00:28
multimixer, on 13 February 2010, 17:37, said:
Thanks for the reply.
I did not buy the template its free and no info on who did make it.
My problem is its not obvious (unlike normal HTML) where the content is stored. If you searched a normal site with say 10 pages for the word book , where book was a heading under which books were listed you would locate the code that needed altering. With PHP its not like this is it!
I searched the whole site for the word book and it seems not to exist.
#1399
Posted 14 February 2010, 01:07
multimixer, on 13 February 2010, 17:37, said:
The stupid part is I actually already altered the text in the center of the site but can not for the life of me work out how to do it now.....? Weird.
#1400
Posted 14 February 2010, 01:11
graeme john, on 11 October 2009, 02:22, said:














