News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

VM2 - No registration

Started by UltraLord, January 05, 2012, 18:05:11 PM

Previous topic - Next topic

UltraLord

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.

 

bannanaleaf

I have experienced the same problem. Really interested why is it happening

Anybody successfully solved this?

Venkko

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]
www.pikkukoala.fi (J 1.5 & VM 1.1.5)
www.lastentavarat.fi (J 1.5.23 & V2.0.0)

roelschoen

I have the same problem. Does anybody know what code you should change (and in which PHP file)?

Thanks

roelschoen

Found it, I commented out line:

// echo shopFunctionsF::getLoginForm(false);

in the view:

/components/com_virtuemart/views/user/tmpl/edit_address.php

fveek

This did'nt helped me, this need user registration first.  :-\

derekk

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

martle

I have tried every suggestion but the login still displays on the checkout. Any suggestions? Joomla 2.5.4 and virtuemart 2.0.4

rzrz

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...  :-\

John2400

#9
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

rzrz

#10
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?

John2400

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?

grndfinale

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

markito