Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hey guys,

 

I'm currently redesigning a OSC for my work...

 

I've made the body text red so I can differentiate. I basically want to make it so that the text on the right and left bars is not using the body css attribute and actually has it's own styling.. does anyone know what file I need to go into to change this?

 

The site: http://www.olympiapublishers.com/inhghjdex2.php

 

Thanks so much!

 

Ben

Posted
includes/boxes/ the box you want different.

 

Ah, but how do I edit the CSS of the numbers after the categories?

 

Where it like says "Product (2)" the number in brackets is still using the body css..

 

Thanks,

 

Ben

Posted

Personaly I turn off the categories count, I think it looks childish, You want someone to stick around for a while and not know just how many products you have to offer, but if you like it that way shoot me the code and I will see if I can give you the fix.

Posted
Personaly I turn off the categories count, I think it looks childish, You want someone to stick around for a while and not know just how many products you have to offer, but if you like it that way shoot me the code and I will see if I can give you the fix.

 

Aaah I see, how do you turn it off?

 

Thanks

 

Ben

Posted
in your categories box find around line 47

 

if (SHOW_COUNTS == 'true') {

 

and change to

 

if (SHOW_COUNTS == 'false') {

 

Thanks so much!

 

Ben

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...