Issue - creating account while on order page in VM 2.0.6

GK User
Sat Apr 28, 2012 11:12 pm
Hi,
after creating an user account through order page, user recives message "Registration completed" - he's logged in. Then in login module (top right of the page "Your account") wired things happening (see image in attachment).
youraccount.png


Shouldn't be there something else? Maybe logout button?

Even if I turn off automatic registration in Joomla users settings, so the user after message "Registration completed" has account activated immediately, I've still the same issue.

Any help will be appreciated.

Regards,
K.G.
User avatar
Fresh Boarder

teitbite
Fri May 04, 2012 12:55 pm
Hi

Normaly there is a logout button only. Please show me Your page so I'll check it.
User avatar
Moderator

GK User
Fri May 18, 2012 10:32 am
Hi,

The same probleme is here.
User avatar
Fresh Boarder

teitbite
Fri May 18, 2012 5:00 pm
Hi

Can You please show me Your site ?
User avatar
Moderator

GK User
Sat May 19, 2012 10:32 am
User avatar
Fresh Boarder

teitbite
Mon May 21, 2012 7:34 am
Hi

Your form looks pretty normal. Can You please tell me exacly what I need to do to see it that broken ?
User avatar
Moderator

GK User
Mon May 21, 2012 9:29 am
Hi,

Click to english flag in upper left then add something in the cart and hit the "Check out now" button. In the next page add billing address information and click "Register And Checkout" and after that click "Your account" and you will see the problem

Thanks for your help.
User avatar
Fresh Boarder

teitbite
Tue May 22, 2012 6:16 am
Hi

Ok one thing to test. Please in template folder of /html change the name of /com_virtuemart to /_com_virtuemart and check how it looks like than. Let me know. If it will be fine after this operation I will send it to programmers.
User avatar
Moderator

GK User
Tue May 22, 2012 9:16 am
HI,

Absolutely the same.
User avatar
Fresh Boarder

teitbite
Tue May 22, 2012 11:05 am
Hi

Ok. So we need programmers to take a look at it. Please send me joomla panel and ftp access so I'll send it to them.
User avatar
Moderator

teitbite
Wed May 23, 2012 7:04 am
Hi

I've just send it to programmers.
User avatar
Moderator

GK User
Sat May 26, 2012 12:30 pm
Hi,

Any advancements?
User avatar
Fresh Boarder

teitbite
Mon May 28, 2012 7:31 am
Hi

Not yet. But it was a weekend so I believe not soon someone will pick up this thread.
User avatar
Moderator

GK User
Thu Jun 28, 2012 5:17 pm
Hi,

No news ?
User avatar
Fresh Boarder

Konrad M
Fri Jun 29, 2012 1:17 pm
Hi,
It isn't issue. When you are creating VM user it is not same as joomla user. And at the top we using joomla login. To fix disorted layout please edit layouts/blocks/tools/login.php and find
Code: Select all
<?php if($userID > 0) : ?>
      <div>
         <jdoc:include type="modules" name="usermenu" style="<?php echo $this->module_styles['usermenu']; ?>" />
      </div>
      <?php endif; ?>

and change to:
Code: Select all
<?php if($userID > 0) : ?>
      <div class="links">
         <jdoc:include type="modules" name="usermenu" style="<?php echo $this->module_styles['usermenu']; ?>" />
      </div>
      <?php endif; ?>

Then please edit css/template.css find
Code: Select all
#gkPopupLogin #loginForm > div > div {
   width: 45%;
   float: right;
}

and change to:
Code: Select all
#gkPopupLogin #loginForm > div > div {
   float: right;
}
#gkPopupLogin #loginForm > div > div.links {
   width: 45%;
}
User avatar

teitbite
Fri Jun 29, 2012 1:34 pm
Hi

This morning I was asked about the same problem "creating account while on order page in VM 2.0.6" but not on a Gavick template. Anyway it has to be a VM issie that this regitration do not work, because I was able to restrict it to only Firefox13 browser. That's a little offtopic, but if someone still have the main probelm of this thread than maby it's worth checking if replacing template makes it act the same.
User avatar
Moderator

GK User
Fri Jun 29, 2012 1:43 pm
Hi,

Thanks a lot it's work.
User avatar
Fresh Boarder

teitbite
Fri Jun 29, 2012 6:51 pm
Hi

Ok. So it wasn;t the problem I was thinking about. Sorry my mistake.
User avatar
Moderator

teitbite
Wed Jul 25, 2012 2:38 pm
Hi

Programmers still want to take a look into it, but joomla panel access is not working. Can You please resend it ?

Here is a message from programmer:

login and pass is not working, I think it can be caused by translation - too long phrases in this area and the containers loose inline layout.
User avatar
Moderator


cron