Post by seths » Fri Oct 09, 2009 7:14 am

I'm developing a quick checkout mod (one page checkout) and am looking for feedback before I release it. Below is a link to a sample form. Note the "Same as shipping" checkbox will hide or display a billing address section.

Adding a similar checkbox for create an account would be fairly trivial as well I think.

Any other input?

http://sethsyberg.com/projects/opencart ... _form.html

New member

Posts

Joined
Sat Oct 03, 2009 10:38 am

Post by nzjolly » Fri Oct 09, 2009 7:52 am

well i like it. seems pretty easy to use. Simple and Fast

New member

Posts

Joined
Tue Sep 01, 2009 6:52 am

Post by Daniel » Fri Oct 09, 2009 9:27 am

The problem is that some shipping methods and payment methods should only show depending on which country or region the customer is coming from.

Did you manage to over come this?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by seths » Fri Oct 09, 2009 10:53 am

Yeah, I did realize this and I'm interested in hearing more about how that works. Do you have an example you could point me towards? I think it would be easy to incorporate this on one page with some ajax calls.

New member

Posts

Joined
Sat Oct 03, 2009 10:38 am

Post by montanaflynn » Fri Oct 09, 2009 3:51 pm

Here are my thoughts on the elusive One Page Checkout:

The path of least resistance is always the best one, users should not have to sign up for an account just to order an item. They should be asked politely after they fill out their information if they would like to create an account to save time on their next visit. Some visitors don't want to have to even fill out their shipping and billing address, they have PayPal for that. So I present my mockup of the ideal one page checkout.

Click Here to See

A few things to consider:
  • My design would depend on jQuery to fill and hide the billing info if they selected to use the provided shipping info. It would also add the "I agree to the terms" clause if they selected to create a new account.
  • Some type of information verification would be neat. When they click Continue a popup asks if this information correct and displays it all nice in tables.
  • Can OpenCart interact with PayPal, so that a direct Pay with PayPal button could be clicked before any information is given, and then get back the info from PayPal?
Some resources I think are relevant:

A really good example of using jQuery with forms by CSS-Tricks

15 Common eCommerce Mistakes by Smashing Magazine

User avatar
New member

Posts

Joined
Fri Oct 09, 2009 5:19 am

Post by Daniel » Fri Oct 09, 2009 7:45 pm

what happens when they click continue?

do they goto the order preview before going to pay?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by seths » Sat Oct 10, 2009 2:06 am

I would say that should depend on payment method. If they are using Paypal standard, then there's no confirmation, because Paypal takes care of all that (in fact, I think I'll set it up so if they select Paypal standard, the whole shipping/billing address area disappears).

I suppose if opencart is going to do the payment processing the next page should display the order and take the CC info. In the first release I'm probably not going to alter any payment stuff, so it'll just do whatever opencart normally does after the user continues from the payment screen.

New member

Posts

Joined
Sat Oct 03, 2009 10:38 am

Post by adam777 » Thu Oct 15, 2009 3:33 pm

Seths & Montanaflyn

...does this mean that you don't have to login as a first time purchaser, as all the required "create an account" information is included in your checkout form?

Cheers

Adam

User avatar
New member

Posts

Joined
Fri Aug 01, 2008 4:07 pm

Post by Donce » Thu Oct 15, 2009 3:39 pm

one page checkout, is it still under developement? i really need this to be done, with default shipping, payment..even if it will cost a little money..its ok..

New member

Posts

Joined
Fri Aug 28, 2009 8:22 pm

Post by seths » Fri Oct 16, 2009 2:35 am

adam777,

Precisely. Check out the sample form linked above.

Donce,

It is still under development, but it only gets a few hours of my time a week as I've got job/other projects to worry about. If you need it done sooner, feel free to contact me to discuss:
http://www.sethsyberg.com/contact.php

New member

Posts

Joined
Sat Oct 03, 2009 10:38 am

Post by hubba » Tue Jan 12, 2010 2:24 pm

hey seth, I like this!

Like you said ajax calls should fix the problem.

I still think, there should be another page to say "confirm order" before going to paypal .

The screen in your example is only for a customer who has not logged on. how will it look like if it is an existing customer looking at the one page check out screen?

New member

Posts

Joined
Mon Sep 07, 2009 1:13 am

Post by i2Paq » Tue Jan 12, 2010 9:48 pm

It cannot be called a One Page Checkout as some laws in some coúntry's demand an order preview before the customer confirms the order.

So it would be one page where the enter their name/address etc. and the second is an overview of what they are just about to buy/confirm.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by seths » Wed Jan 13, 2010 2:52 am

Well, I'm sure it can be called anything... it's the details of the flow that are important.

I was under the impression that this was being integrated into the main software... or was that just guest checkout?

New member

Posts

Joined
Sat Oct 03, 2009 10:38 am

Post by Xsecrets » Wed Jan 13, 2010 3:42 am

well in the image layout above one thing billing should be the main address field and shipping same as billing the checkbox.

I think you'll find it's more ajax calls than you realize when you really get into it. You will have to have the payment and shipping hidden until you get the proper address info then make the ajax call to see which ones apply, cause as daniel said some don't apply in certain zones, and then you have they dynamic shipping modules to deal with, and you have to figure out how to handle the payment callbacks (not so much an issue if you are going to move to a confirmation page first)

A one page checkout is a great idea, but is no small task. I've worked with a complete onepage solution for oscommerce, and it's much more work than you first imagine.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by ayya » Mon Aug 30, 2010 10:29 pm

Dear Friends,

I need single page checkout. Please can you provide the details if you have.

Thanks
S.Ayyadurai.

Newbie

Posts

Joined
Fri May 28, 2010 5:47 pm

Post by deuce » Tue Sep 14, 2010 3:09 am

I am also very interested in a plugin like this.
If you get it working, I have no qualms with paying for such a feature.

New member

Posts

Joined
Sat Jul 03, 2010 1:40 am

Post by zalto » Sat Dec 04, 2010 5:25 am

i know this is a old topic. but i didnt find anything closer to my question.

i need a same as shipping adresse link to make it easy for my customer.
can someone show me how its done?
and i also want to have city based on postcode.. i have a csv file containing every city to postcode but i dont know how to insert it to the form.

New member

Posts

Joined
Sun Nov 28, 2010 2:31 am

Post by Xsecrets » Sat Dec 04, 2010 8:10 am

zalto wrote:i know this is a old topic. but i didnt find anything closer to my question.

i need a same as shipping adresse link to make it easy for my customer.
can someone show me how its done?
and i also want to have city based on postcode.. i have a csv file containing every city to postcode but i dont know how to insert it to the form.
noone can just show you how to do either one of those because neither one exists and both are very large projects which is why they don't exist.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by itarget » Mon Aug 08, 2011 11:39 pm

Hello guys,

We have made the one page checkout available for the OpenCart 1.4.9.x versions.

http://www.opencart.com/index.php?route ... on_id=2830

Newbie

Posts

Joined
Thu Feb 17, 2011 4:34 am
Who is online

Users browsing this forum: No registered users and 3 guests