VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: UltraLord on January 05, 2012, 18:05:11 PM

Title: VM2 - No registration
Post by: UltraLord on January 05, 2012, 18:05:11 PM
Hi,
i'm having some trouble with VM2. I need to disable the user registration but I don't find where.
i've unchecked the box in Configuration->Purchase Flow but the registration/login form still appears when the user proceed to checkout.
You can see the issue at http://ilviaggio.mariannacarboni.it (still a wip and without the css for the e-commerce).

This is the flow I would like to do:
The user go to shop online section-> select the book(and the quantity)-> add the product to the cart-> proceed to checkout (no registration required)-> insert shipping details (minimal amount)->
select the payment method and the shipping method->pay.

thanks
G.

 
Title: Re: VM2 - No registration
Post by: bannanaleaf on January 17, 2012, 12:15:27 PM
I have experienced the same problem. Really interested why is it happening

Anybody successfully solved this?
Title: Re: VM2 - No registration
Post by: Venkko on January 17, 2012, 12:50:45 PM
Hi!

If I get you right you just want to remove login/register sections on top of your checkout screen?

have you checked back-end -> configuration -> checkout -> "on checkout, ask for registration" (see attachment)?
If that won't help I believe that it is possible to remove from php-file? I would believe so but haven't tried it myself.

If those won't work then you have to find someone who understand VM2 better than me.


[attachment cleanup by admin]
Title: Re: VM2 - No registration
Post by: roelschoen on February 06, 2012, 18:50:02 PM
I have the same problem. Does anybody know what code you should change (and in which PHP file)?

Thanks
Title: Re: VM2 - No registration
Post by: roelschoen on February 07, 2012, 22:12:24 PM
Found it, I commented out line:

// echo shopFunctionsF::getLoginForm(false);

in the view:

/components/com_virtuemart/views/user/tmpl/edit_address.php
Title: Re: VM2 - No registration
Post by: fveek on February 16, 2012, 21:21:21 PM
This did'nt helped me, this need user registration first.  :-\
Title: Re: VM2 - No registration
Post by: derekk on March 14, 2012, 17:53:28 PM
This worked for me from this post

http://forum.virtuemart.net/index.php?topic=95933.0
    *
    Posts: 5

Re: VM2 - No registration
« Reply #4 on: February 07, 2012, 15:12:24 PM »
Found it, I commented out line:

// echo shopFunctionsF::getLoginForm(false);

in the view:

/components/com_virtuemart/views/user/tmpl/edit_address.php
Title: Re: VM2 - No registration
Post by: martle on April 10, 2012, 16:34:55 PM
I have tried every suggestion but the login still displays on the checkout. Any suggestions? Joomla 2.5.4 and virtuemart 2.0.4
Title: Re: VM2 - No registration
Post by: rzrz on July 26, 2012, 11:20:27 AM
Quote from: fveek on February 16, 2012, 21:21:21 PM
This did'nt helped me, this need user registration first.  :-\

I am also looking a way to disable user registration, directly skip to paypal page for payment is something I wanna achieve...  :-\
Title: Re: VM2 - No registration
Post by: John2400 on July 26, 2012, 12:50:57 PM
try

http://plugins.online-store.co.uk/paypal_express_checkout.html

and in 2.0.8 e you can hide all the registration forms - requests or logins you like
Title: Re: VM2 - No registration
Post by: rzrz on July 26, 2012, 17:21:37 PM
Quote from: John2400 on July 26, 2012, 12:50:57 PM
try

http://plugins.online-store.co.uk/paypal_express_checkout.html

and in 2.0.8 e you can hide all the registration forms - requests or logins you like

Hi I've been looking around but where is the option to hide the forms?
Title: Re: VM2 - No registration
Post by: John2400 on July 27, 2012, 00:13:20 AM
mmm,

Sorry - you can hide the login to register - but guest (form)? that I'm sure can be done by hacking the code or // hiding the address - ?

the only thing by doing that is that you will have no - invoices, stock control, emails- confirmation , no shipping or postal will be possible as they are calculated all based upon- the address Types into VM - yes you can get to paypal and put the address there but that will not flow back to VM without guest registration. 

So add a product to the cart and jump to paypal - and configure shipping - at the cost of the product?
Title: Re: VM2 - No registration
Post by: grndfinale on October 09, 2012, 22:20:06 PM
Found this link  to remove registration - Virtuemart 2 (VM2) that it has added features for Guest Checkout
http://portfolio.emanipur.org/blog/item/16-guest-checkout-problem-in-virtuemart-2 (http://portfolio.emanipur.org/blog/item/16-guest-checkout-problem-in-virtuemart-2)
Title: Re: VM2 - No registration
Post by: markito on April 01, 2013, 09:49:08 AM
For me, the solution was the access level of the Account-Link in the Menu!

Thanks to http://www.emanipur.org

Quote
http://emanipur.org/blog/item/16-guest-checkout-problem-in-virtuemart-2