Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Site Need Comments


Guest

Recommended Posts

Hi just nealy done my site but i need some feedback as i think it looks dull or does it look ok i wanted to keep simple or have i kettp it to simple so i would like your comments if it is good tell me if it is shite tell me as all your comments will be vital to me good or bad

 

thxs

 

My site

Link to comment
Share on other sites

1- in the header "The online computer blabla.." the fading color & font quality is very unprofessional

2-scrolling text = NEVER EVER PUT THAT ON YOUR WEBSITE UNLESS ITS A GEOCITIES WEBSITE & YOU 5 YEARS OLD

3-table border int he header doesnt fit

4-the rest is pretty mutch stuck...

5-put some more colors (a contrast)

Link to comment
Share on other sites

thxs for your replys i got a few things to sort out on it the banner need to be redone and also the buy now buttons and loads of little things i want to make it simple as possible

 

updated a bit

 

My Webpage

 

 

one more thing is it to blue or can anyone give me a colour combinations that will make it look good with diffrent colors

Link to comment
Share on other sites

Looking ok, a few things I would change:

 

1. Too much blank space in header.

2. Front page is very wide. It looks fine on my 17 in Powerbook, but people with 800 x 600 resolutions will have to scroll to see what is in their cart.

3. Change the breadcrumb so there is no "Top"

Link to comment
Share on other sites

yeah the 800x600 is a problem as it would mean doing a lot of redesign plus how many people use 800x600 the header need to be sorted out as they is a big space and top in the breadcrumb how would i do that :rolleyes:

Link to comment
Share on other sites

I just figured it out today, it is quite simple.

 

go to application_top.php and find this code:

 

 

// include the breadcrumb class and start the breadcrumb trail
?require(DIR_WS_CLASSES . 'breadcrumb.php');
?$breadcrumb = new breadcrumb;

?$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
?$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

comment out// $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);

Then go into includes/languages/english.php and change

 

 

define('HEADER_TITLE_CATALOG', 'catalog');

to

 

 

define('HEADER_TITLE_CATALOG', 'Home');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...