Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

One Page Checkout for 4.2 Buttons in IE8

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #11  
Old 11-08-2009, 11:38 AM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Quote:
Originally Posted by Duramax 6.6L
Have you contacted Bill About this, he is usually pretty good at fixing the problem

Bill took a look and his response is that it's a template problem, not his problem.. so I'm on my own
__________________
Version 4.2.3
Reply With Quote
  #12  
Old 11-08-2009, 12:28 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

The IE Developer Toolbar is useful in debugging CSS issues in IE - you might want to download it and take a look.

Here is a hint - Just taking a quick look with that tool - IE is not assigning a width to you class called button-right. I assigned a width to it and the span filled out to display the button. I don't know what impact this will have on that style through out your site, or cross browsers, but that is where IE is doing something different that firefox.
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote

The following user thanks gb2world for this useful post:
golfguy (11-08-2009)
  #13  
Old 11-08-2009, 12:34 PM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Too cool.. That gives me a starting point to get it fixed.. Thanks a bunch
__________________
Version 4.2.3
Reply With Quote
  #14  
Old 11-08-2009, 04:20 PM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Quote:
Originally Posted by Ashley
There are no validation issues, and the mod works fine 'out of box'. It on several of our sites.

There must be an issue with the customization you have done.

I was wondering have you installed One Page Checkout on 4.2 yet...

I installed a test cart http://www.pressplayfitness.com/xcart/, using the default template and the Logon and Update buttons don't display correctly on the test cart (same as my Fashion Mozaic cart)

Is this a matter of which version of 4.2 ?... I'm on 4.2.3
__________________
Version 4.2.3
Reply With Quote
  #15  
Old 11-08-2009, 07:17 PM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Quote:
Originally Posted by gb2world
- IE is not assigning a width to you class called button-right. I assigned a width to it and the span filled out to display the button.

Bill from AlteredCart took another look, and you were right on the money... Bill's got it fixed... a bug in IE where you need to put a min-width in to work around..

Thanks again
__________________
Version 4.2.3
Reply With Quote
  #16  
Old 11-09-2009, 12:05 PM
 
Duramax 6.6L Duramax 6.6L is offline
 

X-Adept
  
Join Date: Dec 2006
Posts: 865
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Hopefully bill will put this in his release so that everyone has the fix
__________________
Xcart 5.1.6 Building New Store
Xcart4.6.4 Gold Plus
Xcart 4.6.4 Platinum
Smart Template,
Mail Chimp Upgrade
Checkout One (One Page Checkout)
Checkout One X-Payments Connector
Checkout One Deluxe Tools
Call For Price
On Sale Module
Buy Together Module
MAP Price MOD
Reply With Quote
  #17  
Old 11-09-2009, 12:41 PM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Quote:
Originally Posted by Duramax 6.6L
Hopefully bill will put this in his release so that everyone has the fix
I'm sure he will.. he won't want a bunch of people like me pestering him
__________________
Version 4.2.3
Reply With Quote
  #18  
Old 11-10-2009, 07:29 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

I'm not sure if this is what's causing your problem, but we had trouble with IE8 styles rendering differently than IE7 and IE6. When I searched for "IE8 css rendering" I read through many blogs. What I found is that IE8 has issues with (standard W3C) styles in .css files (http://forum.x-cart.com/showthread.php?t=49672). If you go to msn.com or microsoft.com and right click to view the page source, you'll find microsoft has trouble with IE8 for their webpages, so they have added this hack:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

This hack forces IE8 to use IE7 mode.
__________________
______________
version 4.1.9 Gold
Reply With Quote
  #19  
Old 11-10-2009, 07:43 AM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

Quote:
Originally Posted by ChristineP
you'll find microsoft has trouble with IE8 for their webpages, so they have added this hack:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

This hack forces IE8 to use IE7 mode.
That's good to know , but in this case the button images were broken on both IE7 and IE8... Bill has made accommodations for IE in his CSS file.. so all is good now
__________________
Version 4.2.3
Reply With Quote
  #20  
Old 11-10-2009, 03:21 PM
  lewaff's Avatar 
lewaff lewaff is offline
 

eXpert
  
Join Date: Jun 2007
Location: Nuneaton-England
Posts: 225
 

Default Re: One Page Checkout for 4.2 Buttons in IE8

I have had problems too with V4.2.3 I have 3 seperate site live
and the buttons have been haywire on IE8 on Windows 7
Fine on FF or safari,
I too have only been playing with button images
at on stage i had no or 1/2 a submit button
ofcause this is only on the fast lane check out
I have been paying qualiteam since last friday on the matter but they only owned up today that there is a problem, cause if you test by cheating and just click the register button the submit buttons are fine,
the qualiteam they stopped working on it for the weekend so i looked in to it and there seem to be some clash with the main.css and the fastlane/main.css
trouble if i am getting a bit long in the tooth for this, and with swoping images and tpl about all 3 v4.2.3 i and now getting a bit lost,
i have 2 of the site 90% right with the button images and 1 being a roge

so please tell that it was a good Idea updateing all my sites to this latest version, cause i have had a lot of sleepless night
lewis
__________________
Thank's
Lewis Afford
www.mobile-phone-batteries.eu X-cart v4.4.5 gold
www.mobile-phone-batteries.co.ukv4.4.5 gold
www.qualitechnic.co.uk v4.4.5 gold
Add-on: X-AOM (Advanced Order Management)
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 04:06 AM.

   

 
X-Cart forums © 2001-2020