Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

some proplems


dvds

Recommended Posts

Posted

i did all the installation and it's all work

 

but how can i change the style website(colors,font,font size)

 

and how can i remove the banner in bottom

 

and i want to remove evry demo thing that comes with the program how can i do that

Posted

Hi dvds,

 

To change the website style, try to edit the stylesheet.css file.

To remove the banner in bottom, edit your footer.php file.

All the demo data you can remove using your admin area/products ... etc

 

Hope this help you !

 

Dudacao

Did You Saw The Birds Today ?

Posted

pleas help me

 

I have three problem

 

the text size(or width) is too small

 

can you pleas tell me how can i make it bigger step by step if you don't mined

 

the problem number two

 

my web background is white and i want to change it to black and change text to white color

 

and pleas can you also tell me that step by step

 

the problem number three

 

you're explane it but i realy don't understand it

 

how can i remove the banner(bottom the page) completly

 

and thank you for everything

Posted

Forgive me for jumping in on this thread if it's not allowed. I am working through my stylesheet too and all my changes are visible in the admin section, but not on the front page of the store or the product pages. What am I missing? tia

Posted
I am working through my stylesheet too and all my changes are visible in the admin section, but not on the front page of the store or the product pages.

Are you sure you are working with the main catalog stylesheet - catalog/stylesheet.css? Sounds like you are changing the admin stylesheet - catalog/admin/includes/stylesheet.css.

Posted
the text size(or width) is too small

Stylesheet - search for "font-size:" and experiment with the # after it to gain the desired text size.

 

my web background is white and i want to change it to black and change text to white color

Stylesheet - replace Body { background: #ffffff; color: #000000 with Body { background: #000000; color: #ffffff;

 

how can i remove the banner(bottom the page) completly

Locate footer.php (catalog/inlcudes/footer.php) and replace(~line70):

 

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>

</tr>

</table>

 

with:

<comment>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>

</tr>

</table></comment>

 

You could delete the above code altogether, but this way you could simply remove the <comment> tags if you wanted to utilize this feature in the future. :blink:

Posted

thank you man i realy did it

 

and i finished my web

 

but pleas Kingdom3D

 

I have couple of quastion I wana ask you

 

my first quastion is very importent i hope you answer me

 

my admin page

 

www.mydomin.com/admin

 

is not protected thats mean any body can get into it

 

because there is no password

 

how can i protect it by username and password?

pleas help me with it because it realy importent

 

the other quastion

 

the picture (that one on the top) how can I change it?

Posted

you can install one of the password contributions, create an htaccess file (which is the hardest option) or use your webhost should have a "password protect directlry" link in your host control panel.

 

to change the image you can edit catalog/includes/header.php or you can just create a new image, name it oscommerce.gif then upload it to your catalog/images/ folder.

 

 

ps: to remove the banner, all you had to do was shut it off in admin, under tools then banner manager.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Archived

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

×
×
  • Create New...