VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lanthan on November 08, 2012, 20:10:18 PM

Title: VM Guest Login doesn´t work if any menu item access level is "registered"
Post by: lanthan on November 08, 2012, 20:10:18 PM
VM 2.0.12f, Joomla 2.5.7

EN:
If i create a ordninary menu item in Joomla with an access level "registered", the VM guest checkout doesn´t work anymore. If I click on "address" in the cart I can´t check out as guest by adding my data but have to login in. The background of this issue is that I wanted to create a menu item "my account" to show order histroy etc. which appears only if the user is logged in.

GE:
Wenn ich einen Menupunkt in Joomla erstelle und die Zugriffsebene auf "registriert" stelle (egal welcher Menupunkt), funktioniert der Gast Checkout nicht mehr. Klicke ich im Warenkorb auf Adresse eingeben/ändern muss ich mich anmelden und kann nicht einfach meine daten eingeben und als Gast auschecken. Hintergrund war, dass ich einen Menupunkt "Mein Account" einblenden wollte, wenn jemand sich angemeldet hat, damit er seine Bestellungen etc. einsehen kann.
Title: Re: VM Guest Login doesn´t work if any menu item access level is "registered"
Post by: bytelord on November 08, 2012, 20:17:32 PM
Hello,

If you want hide the menu from anonymous users do the follow structure on your menu:

User Options [Registered]
       -> Account maintenance [Public Access]
       -> Add an address [Public Access]
       -> Cart page [Public Access]
      etc, etc, etc

Regards
Title: Re: VM Guest Login doesn´t work if any menu item access level is "registered"
Post by: lanthan on November 08, 2012, 21:57:12 PM
Hi bytelord,
thank you for your fast reply. I will try your solution asap. Thanks.
Best regards
Lanthan
Title: Re: VM Guest Login doesn´t work if any menu item access level is "registered"
Post by: lanthan on November 08, 2012, 22:12:23 PM
works! thx!!!