Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

resising shopping_cart.php (distortion)


starynightskyz

Recommended Posts

Posted

my cart over all seems fine until I get to the shopping_cart.php, the white center block? seems to be too long and pushes the right column out of sight.

 

so where do I go, and what snippit of code do I look for so I can adjust the size of that white space?

 

 

distorted-cart.jpg

 

Thanx very much!

Nancy

Posted

Maybe a combination of problems.

 

Looking at the HTML source I see:

 

<!-- best_sellers_eof //-->
<php [color="#FF0000"][b]<-- BAD PHP TAG![/b][/color]
/*
 $Id: boxad.php, v 1.0 2002/02/20 by [email protected]

 osCommerce
 [url="http://www.oscommerce.com/"]http://www.oscommerce.com/[/url]

 Copyright © 2000,2001 osCommerce

 Released under the GNU General Public License


 IMPORTANT NOTE:

 This script is not part of the official osC distribution
 but an add-on contributed to the osC community. Please
 read the README and  INSTALL documents that are provided 
 with this file for further information and installation notes.

*/
?>

<!-- banner-ad-in-a-box //-->

:blush:

 

Look at the site in Firefox - HARDLY ANYTHING SHOWS!!

:o

 

To get anything it show in Firefox you have to:

 

#CONTAINER {
 width: 865px; 
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 padding: 1 10 10 10;
 background: #060203;
 position:relative;
 overflow:hidden; [color="#FF0000"][b]<-- DELETE THIS LINE IN THE STYLESHEET![/b][/color]
}

But, the real crux of the IE problem may be in includes/languages/english/images/buttons/button_update_cart.gif

 

Download it to your PC and open it with Paint or some other image editing software.

 

It's got this HUGE space to the right side.

:huh:

 

I think that's what's pushing things over in IE.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

  • 3 weeks later...
Posted

OH thank you so much. you were absolutly right, It was the button. >what a dafty<

 

If not for your help I would have been searching code for hours not knowing what I was looking for,

and it never would have dawned on me to check for a out of wack image. Now I know better!

 

I also changed the stylesheet in order to fix the appearance on firefox. Thankx for that tidbit of information as well.

 

Verrrry Helpful!!

 

Kindest Regards,

Nancy :D

Posted

:rolleyes:

 

Glad it worked for you Ma'am.

 

I wouldn't be too hard on yourself about not checking the image.

 

It's usually NOT the culprit.

 

If I remember correctly I probably doodled with the code for at least a half an hour with the Webdeveloper plugin in Firefox before realizing it was the image.

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...