Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need help with oscommerce layout


bobcatkp

Recommended Posts

Hello all,

I'm another noob in need of help. 2 questions for now:

 

1. On my "Let's see what we have here" category page, I get a huge grey table

with the different product's info buried inside. Why is this happening and what's the best way to fix it?

 

2. I want to edit the add to cart and reviews buttons (for instance) but I can't find their source files on my remote server so I don't even know where to upload them to once I've edited them!

 

Please help!!!

Link to comment
Share on other sites

The buttons can be found in your catalog/includes/languages/english/images/buttons folder... or whichever language you are using

 

Not sure about the box problem. I would have to see it to even begin to guess. Have you changed anything on your style sheet or added any contributions that effect the way a page may look?

Wendy James

 

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

Link to comment
Share on other sites

2. I want to edit the add to cart and reviews buttons (for instance) but I can't find their source files on my remote server so I don't even know where to upload them to once I've edited them!

These buttons are specific to each language you have installed. For english, look in catalog/includes/languages/english/images/buttons/

 

P.S. Wendy just beat me to it... :D

Link to comment
Share on other sites

Hello all,

I'm another noob in need of help. 2 questions for now:

 

1. On my "Let's see what we have here" category page, I get a huge grey table

with the different product's info buried inside. Why is this happening and what's the best way to fix it?

 

2. I want to edit the add to cart and reviews buttons (for instance) but I can't find their source files on my remote server so I don't even know where to upload them to once I've edited them!

 

Please help!!!

 

Thank you so much! I've been looking for those buttons forever!

Link to comment
Share on other sites

The buttons can be found in your catalog/includes/languages/english/images/buttons folder... or whichever language you are using

 

Not sure about the box problem. I would have to see it to even begin to guess. Have you changed anything on your style sheet or added any contributions that effect the way a page may look?

 

Here's the link to the page in question(don't laugh, I'm just starting!):

http://inetpromos.com/catalog/index.php?cPath=22_38

 

Yes, I have changed the stylesheet (obviously) but I've not added any contributions.

 

Also, where can I find the corner gifs for the infoboxes so I can change them?

Thanks again!!!!!

Bart

Link to comment
Share on other sites

Going to look at the page now. more than likely it is the css and one of the classes causing it.

 

infobox corners can be found in catalog/images/infobox i believe

Wendy James

 

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

Link to comment
Share on other sites

Not exactly sure why it is doing that.

 

One thing I would suggest is to look on your product_listing.php and find this line

<!-- body_text //-->

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

<tr>

 

remove the width="100% in the TD tag, not the table one and see if that helps

Wendy James

 

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

Link to comment
Share on other sites

Going to look at the page now. more than likely it is the css and one of the classes causing it.

 

infobox corners can be found in catalog/images/infobox i believe

you were right, i already fixed it. Do you know where on the server i can find the corner gifs for the info boxes?

 

Thanks again Wendy,

 

Bart

 

ps. Nice site btw : )

Link to comment
Share on other sites

Not exactly sure why it is doing that.

 

One thing I would suggest is to look on your product_listing.php and find this line

<!-- body_text //-->

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

      <tr>

 

remove the width="100% in the TD tag, not the table one and see if that helps

Cool,

I found everything, you are the BOMB Wendy.

Thanks!!!!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...