That sounds great! Thanks for the hardwork Daniel and Q, and everyone who has helped in some way to improve this wonderful system.Daniel wrote:its going to be this month.
I am really looking forward to having it in my test server!
Marvin
Costa Rica
That sounds great! Thanks for the hardwork Daniel and Q, and everyone who has helped in some way to improve this wonderful system.Daniel wrote:its going to be this month.
You want to thank me for my time! Click here to donate
Daniel, let's focus on customer and not our convenience.whats more important? one page checkout or address books? i would say address books for all the repeat customers.
What a load of crap that is!QNAP wrote:Daniel, let's focus on customer and not our convenience.
Just heard on the news today about a recent study of consumers shopping on the Internet that confirms what I have mentioned before. If the customer is "forced" to enter a lot of data to be able to make the purchase (read press the Buy button) there is many customers who choose to cancel the purchase instead of being subjected to all the steps that are required! Customers find it difficult and tedious. There are facts that speak for themselves. Just look objectively at things. Would you like to feed a lot of information to be able to complete the buying process?
One Page Checkout is maybe not the optimal solution but the process must be improved.
The New OC 1.5.0 deserve it.
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.
+1Qphoria wrote:A shipping estimator on the cart page is a larger deterrent for those who want a quick estimate before taking the time to enter their address, so if anything, that should be the first focus in the checkout improvement.
OpenCart v1.4.9.4
VQMod | Categories Home | Cleaner By Default - 2 Column | Speak Good English
I heart cmd-f, cmd-c, cmd-v, cmd-z + vQmod.
My favourite page...
v1.5.4.1
I am not saying that it should already be implemented in 1.5.0Get over it. Its not going to be in 1.5.0
Maybe 1.5.1 so you can wait a few more weeks.
QNAP wrote: I am not saying that it should already be implemented in 1.5.0
that is exactly what you saidQNAP wrote: One Page Checkout is maybe not the optimal solution but the process must be improved.
The New OC 1.5.0 deserve it.
that would be good, and the other biggest problem I have with the current non guest system is that you end up back at the shopping cart page. Once you've clicked on checkout from the shopping cart page you should not end up back at the cart having to click checkout again.Qphoria wrote: (remove the account success page and make it a message)
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Absolutely wonderful!I am working on a new combined checkout process as I've listed above.. I am looking to also improve the process (remove the account success page and make it a message, combine the login and non-registered checkout into the same page, etc)
again something else that does not happen.Xsecrets wrote:that would be good, and the other biggest problem I have with the current non guest system is that you end up back at the shopping cart page. Once you've clicked on checkout from the shopping cart page you should not end up back at the cart having to click checkout again.Qphoria wrote: (remove the account success page and make it a message)
OpenCart®
Project Owner & Developer.
Yes it most certainly does happen new customer to the store doesn't have an account and want's to create one. you go from shopping cart to choice page they choose to create and account then you go to account create success page and after you click continue on the account create success page you wind up back at the shopping cart where you started and have to click checkout again. I just tested in on 1.4.9.3 like two days ago, so yes this absolutely does happen. The guest checkout is not bad, but the user checkout if you don't already have an account is way too long.Daniel wrote:again something else that does not happen.Xsecrets wrote:that would be good, and the other biggest problem I have with the current non guest system is that you end up back at the shopping cart page. Once you've clicked on checkout from the shopping cart page you should not end up back at the cart having to click checkout again.Qphoria wrote: (remove the account success page and make it a message)
once payment has been completed you are directed to a success page even using guest.
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
yes there are products in the cart. give it a try on the demo add something to the cart while not logged in click checkout and follow the path for creating a new account you'll see.Daniel wrote:as long as the get to the success page.
are the products still in the cart?
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Code: Select all
if ($this->cart->hasProducts()) {
$this->data['continue'] = HTTPS_SERVER . 'index.php?route=checkout/cart';
} else {
$this->data['continue'] = HTTPS_SERVER . 'index.php?route=account/account';
}
Code: Select all
$this->data['continue'] = HTTPS_SERVER . 'index.php?route=checkout/shipping';
This is a very good idea not only for the information that the customer will see, but it will also expose all the order info for tracking mods like google analytics ecommerce, clicktracks etc.Qphoria wrote: 5. Success Page:
In addition to the success message, the success page will have a full (printable) invoice of the order, possibly with some area for custom payment details (some countries require you to show the payment transaction id from the gateway). I originally thought about having the password fields here for optional account create, but I think it is better to just leave them on the login/create page as optional fields
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Users browsing this forum: No registered users and 11 guests