m&nonline
Total Posts: 11
Joined: 2010-03-01
bump
I have the same problem as the people who posted the screenshots. Using magento 1.4.1.0 and tried all the solutions listed here, sadly without any luck :(
Anyone found another solution to the problem yet?
Thanks,
Nick
Posted: August 14 2010
| top
| # 16
bacci paintball
Total Posts: 15
Joined: 2009-05-01
Edit: actually didn’t work, sorry.
-Dan
Posted: January 31 2011
| top
| # 17
TunerzEdge
Total Posts: 4
Joined: 2009-09-08
Hi am having issues with the onepage check out as well.. I can get to the “5 Order Review “ cant get past that.. anyone think they can help…
www.tunerzedge.com is the url if you want to see for yourself.
Posted: February 24 2011
| top
| # 18
tonkberlin
Total Posts: 25
Joined: 2010-10-15
Berlin
Delete the JQUERY JS.
There is a conflict between Prototype and JQUERY.
BTW: The Navigation Dropdowns are also broken with JQUERY.
cactuscamiseta
Total Posts: 10
Joined: 2011-04-06
Hi!
Just came across the same issue recently, logged-in users were unable to get to the onepage checkout, they got a blank page instead.
In my case the issue was that I had the cache store management disabled. After enabling the cache it worked like a charm.
Hope this helps.
Posted: December 22 2011
| top
| # 20
resonanz123
Total Posts: 2
Joined: 2012-06-25
Thanks for all the info here. I changed the php.ini values to:
memory_limit = 128M
max_execution_time = 30000
and this worked fine on my bluehost account.
One thing but if anyone is not aware - you must rename the standard php.ini.sample file to php.ini for it to apply the changes.
AndrasH
Total Posts: 17
Joined: 2011-02-07
cactuscamiseta - 22 December 2011 07:32 AM
Hi!
Just came across the same issue recently, logged-in users were unable to get to the onepage checkout, they got a blank page instead.
In my case the issue was that I had the cache store management disabled. After enabling the cache it worked like a charm.
Hope this helps.
Thanks! I was stuck with this problem for 4 hours now!
bijuthotta
Total Posts: 11
Joined: 2012-02-25
cactuscamiseta - 22 December 2011 07:32 AM
Hi!
Just came across the same issue recently, logged-in users were unable to get to the onepage checkout, they got a blank page instead.
In my case the issue was that I had the cache store management disabled. After enabling the cache it worked like a charm.
Hope this helps.
thanks a ton! saved my day after spending a few hours searching for an answer!
Posted: August 22 2012
| top
| # 24
holylander
Total Posts: 13
Joined: 2012-07-11
THANKS! changing the values in the .htaccess make the checkout process to work.
KZME - 23 September 2009 07:24 AM
Something that I have just experimented with and found to be producing better results than previously is:
php.ini values:
max_execution_time = 30000
max_input_time = 60000
memory_limit = 128M
.htaccess values:
php_value memory_limit 128M
php_value max_execution_time 60000
Go to System > Configuration :: Advanced > Developer and make sure “Merge JavaScript Files” is set to “NO”.
Applying these settings has allowed me to move through the checkout process successfully but it has not corrected the issue of maintaining an account address through the frontend.
Signature
http://serviweb.es
Posted: August 30 2012
| top
| # 25
natalonia
Total Posts: 3
Joined: 2009-08-03
I’ve tried all options and nothing is working. Working in 1.7.0. In Firefox I’m getting the following error:
getElements: function(form) {
var elements = $(form).getElementsByTagName(’*’),
/checkout/onepage
inline
Basically the screen paints but fails to respond or open Checkout Method. Here is the site if anyone can help: test.pojjo.com
Thoughts?
Thank you
Signature
Natalonia
http://www.pojjo.com
Posted: September 4 2012
| top
| # 26