Faster checkout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 Jahre weitere
Hi guys, we are using nop 4.3, and see that our customer find the whole process too complicated for checkout.

After the guest adds the product to the cart, and goes to checkout, nop takes him to Login screen, where he can choose to log in, register or checkout as guest.

However, our users (hardware store) find this too confusing.

Can we go if no-logged in user checks out - directly go to guest checkout with buttons to log in/register if they want? Do we need custom code or is there some setup in nopcommerce?

Is this possible?
3 Jahre weitere
You would need custom code.  (Although I suspect it could be done just by just adding some code in .cshtml file(s), which would not require compilation).
3 Jahre weitere
Smooth Operator wrote:
Hi guys, we are using nop 4.3, and see that our customer find the whole process too complicated for checkout.

After the guest adds the product to the cart, and goes to checkout, nop takes him to Login screen, where he can choose to log in, register or checkout as guest.

However, our users (hardware store) find this too confusing.

Can we go if no-logged in user checks out - directly go to guest checkout with buttons to log in/register if they want? Do we need custom code or is there some setup in nopcommerce?

Is this possible?


With custom code you can end up with a cart like on this page (really 1 step).
https://hknop.azurewebsites.net/ - This is just a test site
3 Jahre weitere
hkbits wrote:

With custom code you can end up with a cart like on this page (really 1 step).
https://hknop.azurewebsites.net/ - This is just a test site


Do you have that custom code, or?
3 Jahre weitere
Smooth Operator wrote:

With custom code you can end up with a cart like on this page (really 1 step).
https://hknop.azurewebsites.net/ - This is just a test site

Do you have that custom code, or?


Yes, coded by me, but its not all that easy though. This is custom for klarna, so i get all info about customer etc in return from klarna after payment.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.