Post by pravin » Fri Sep 09, 2011 6:38 pm

when we jump on checkout without login, and then we login on checkout page, user logged in but login status in header not chnaged.

Newbie

Posts

Joined
Fri Sep 09, 2011 6:35 pm

Post by i2Paq » Sat Sep 10, 2011 12:30 am

What version of OC, default or custom theme?

Link?

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Daniel » Sat Sep 10, 2011 1:33 am

if you actually read the changelog you would notice there has only been one change to fix a security problem.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by uksitebuilder » Sat Sep 10, 2011 2:28 am

see if this works for you

open: catalog/view/theme/default/template/checkout/checkout.tpl

find

Code: Select all

			if (json['redirect']) {
				location = json['redirect'];
			}
It is part of the: $('#button-login').live('click', function() {

change it to:

Code: Select all

			if (json['redirect']) {
				location = json['redirect'];
			}else{
				location.reload();
			}

User avatar
Guru Member

Posts

Joined
Thu Jun 09, 2011 11:37 pm
Location - United Kindgom

Post by ccM » Wed Sep 14, 2011 5:15 am

Simon you rock! Thanks :)

ccM
New member

Posts

Joined
Fri Aug 19, 2011 6:51 am
Location - QLD, Australia

Post by JasonSGN » Wed Sep 14, 2011 8:01 pm

Daniel, I guess it wasn't "invalid" after all since you FINALLY fixed it in the SVN 602:

http://forum.opencart.com/viewtopic.php ... 40#p165843

New member

Posts

Joined
Fri Jan 01, 2010 12:15 am
Who is online

Users browsing this forum: No registered users and 6 guests