KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: lowfier on September 19, 2013, 12:01:20 pm

Title: Checkout without registration
Post by: lowfier on September 19, 2013, 12:01:20 pm
Hi All,

I am using version 6.5.1 and i was trying the checkout without registartion feature. When this setting is true anyone who tries to register on the store can only add delivery details and is not asked for password as it was supposed to. The store treats every user as a no registration even if someone decides to register. Is it a bug or is it this way by design?

Thanks
Title: Re: Checkout without registration
Post by: xtian on December 05, 2013, 10:17:34 am
I confirm that in 7.1.1.1 this still happens: when you click "checkout", you are directed to a registration page that doesn't contain a login form as one would expect.
I guess we have to implement it ourselves  ;)
Title: Re: Checkout without registration
Post by: trevor on December 05, 2013, 04:43:51 pm
Why would you expect a login form if you are trying to checkout and you haven't logged in yet and you allow checkout without registration? Surely it makes more sense to allow customers to checkout by entering their address details? If a customer wants to login he can click the "MyAccount" link.

If you want to let a customer choose to either:


all you need to do is to introduce a new page rather than assuming that the customer just wants to checkout without registering. It really depends on how you expect your target customer to act and on how many steps you want to make the checkout process.
Title: Re: Checkout without registration
Post by: xtian on December 06, 2013, 03:29:38 pm
What I'd like to see when I "enable checkout without registration" is the possibility for users to... well... checkout without registration if they want to.
So they should see a page with an optional form for checkout details, an optional form for login and an optional button for registration.
Currently they just see the checkout form and (far on top) a "My Account" link that doesn't say neither "login here" nor "register".
Quite confusing.
Luckily we can fix that  ;)
Title: Re: Checkout without registration
Post by: trevor on December 06, 2013, 03:46:23 pm
That's because in your application you want to allow customers to register and  login. Not everyone does.

Anyway, as you point out it's very simple to customize the OTB UI to match your requirements.