Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-06-2008 21:21:31

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Request for one page checkout

Hello Nick and company:

1. I Iove CCP 6. It works great for me.

Way back when we were all on CCP 5.1 (Tiki) I made a request for a one page checkout. To my knowledge, it never made it in 6.0.

I still want it. There is a big advantage to a single page checkout.

Not sure what that would mean as far as programming goes, but being able to show the customer that once you finish this one page, you can leave quickly will get more orders.

Is it possible to give us this option?

Thanks and keep up the great work.

Tim G.

https://uncletim.com/khxc/index.php
https://theflatirons.com/khxc/index.php

Offline

 

#2 08-06-2008 23:06:01

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Request for one page checkout

they're going to say they incorporated it already, or something close to it. here's what tim probably wants (as i would). call it 'Express Guest Checkout - 1 Page!'.

customer clicks on checkout and page loads that shows Step 1, billing information, Step 2, recipient information (for each product, there's a radio button for 'same as billing' and a second radio button for 'recipient address below:' with a small form box, then Step 3, the payment section where you either cc info or clicking 'go to payments' goes DIRECTLY to payment gateway page if applicable. No need to 'very information' or confirm it, it's DONE.

now that would be sweet. i don't know why it would be difficult. probably will thought because the current checkout is wrapped around everything and would need so many bypasses to get around them.

is that the kind of checkout you're looking for Tim?

James...

Last edited by wyattea (08-06-2008 23:06:39)

Offline

 

#3 08-06-2008 23:22:40

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: Request for one page checkout

Well if every thing in your cart shipped for the same amount no matter where it was going, and quantity wasn't a factor if you had a custom shipping script to figure a flate rate, and then you only gave one payment method for excepting payments then it might be possible. But with that type of checkout it would be very hard to get real time rates when you don't know the shipping address.

John

Offline

 

#4 08-06-2008 23:34:08

wyattea
Member
Registered: 01-07-2006
Posts: 1650

Re: Request for one page checkout

well, when i go on fedex.ca to make shipping labels, you enter the address on the page and click a button that 'retrieves' the quote without changing the page - must be a technology that doesn't need a page reload (just that segment of code reloads).

I just logged in for fun and it looks like it's all javascript based.

oh well...i can live without it...although a shipping quote ON THE SHOPPING CART is one mod that should be released ASAP...puleezzzeeeee.

James...

Offline

 

#5 08-07-2008 07:57:16

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Re: Request for one page checkout

Hello Wyattea:

Your idea is beyond what I think I need, however, it sounds like it is along the same lines as I am thinking.

All of that stuff would be fine if you can turn it on and off.

I just want one page where all the information is inserted and the customer can easily see the beginning and the end of the process.

People get confused when they go from one page to another. Most people do fine,some don't.

I want them all as customers.

My guess is this might present some additional security concerns.

Tim G.

Offline

 

#6 02-20-2010 13:37:54

kevinlieb
Member
Registered: 07-13-2009
Posts: 14

Re: Request for one page checkout

I see this is an old thread but: anyone come up with a way to do a single page checkout in Kryptronic 7 yet?

Offline

 

#7 08-21-2010 10:00:30

cptvinny
Member
Registered: 08-21-2010
Posts: 2

Re: Request for one page checkout

If anyone figures this out let me know I am on board right away!

Offline

 

#8 08-26-2010 22:03:28

Kesha32
Member
Registered: 08-26-2010
Posts: 1

Re: Request for one page checkout

Hi!

I am newbie here...
I just want one page where all the information is inserted
and the customer can easily see the beginning and the end of the process.
Thank you.....

Offline

 

#9 09-21-2010 19:30:13

ambassador
Member
Registered: 10-27-2003
Posts: 59

Re: Request for one page checkout

Please add this post as another request for a one [1] page checkout. 

Example references to live stores operated by other shopping carts can be provided if the Kryptronic development team desires to see examples.

Offline

 

#10 06-30-2011 22:15:12

karrasda103
Member
Registered: 06-02-2010
Posts: 44

Re: Request for one page checkout

Also requesting one page checkout. We charge a flat rate shipping so it would not be an issue for us.

Offline

 

#11 06-30-2011 23:33:27

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

The reason, as far as I can guess, why Nick has not added a one page checkout is because most one page checkouts are not a "single page" but rather, a bunch of functions on a single page that use AJAX to fetch input from the server as form fields are entered using javascript events.

This is fine as long as the visitor's browser supports javascript/AJAX but if you look at the overall design of CCP, you will see that Nick went with all safe functions that will work on all modern browsers vs. cutting edge technologies that only work in the most current browser versions.


Latest CCP 7 XMods Available:


Offline

 

#12 07-01-2011 02:54:02

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

I looked at the code and CCP v7 is, in no way, one-page-checkout friendly and it never will be without a MAJOR change to the way the entire checkout process works.


Latest CCP 7 XMods Available:


Offline

 

#13 07-01-2011 07:38:59

karrasda103
Member
Registered: 06-02-2010
Posts: 44

Re: Request for one page checkout

vbsaltydog wrote:

I looked at the code and CCP v7 is, in no way, one-page-checkout friendly and it never will be without a MAJOR change to the way the entire checkout process works.

that makes sense then. oh well.

Offline

 

#14 07-01-2011 09:00:40

ambassador
Member
Registered: 10-27-2003
Posts: 59

Re: Request for one page checkout

A one page checkout - a single page whereon all of the billing/shipping/etc. information can be seen and entered without additional clicks - is a desirable, customer-centric feature.  Please add it to CCP.

Offline

 

#15 07-01-2011 16:17:29

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

This has been requested for years and has not made in into the CCP core as of yet.

It it would be a lot of work and there is no guarantee that people would actually buy it upon release of an XMOD.

My only suggestion would be a "Groupon" type of approach where I can create a one-page-checkout product on my site and if there are X number of pre-orders then I will write the XMOD.

If the minimum number of pre-orders are not met after 30 days then all pre-orders would be refunded and the XMOD will not be written.

The XMOD cost would be approximately $100.00 per domain and there would need to be 10 pre-orders minimum in order to write the XMOD.


Latest CCP 7 XMods Available:


Offline

 

#16 07-02-2011 02:15:45

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Request for one page checkout

vbsaltydog

I have never really worried about a one page checkout before, but looking at it, the second page is really not necessary for the customer. It's only purpose is for the order to be created in the backend.

So if you think you could produce an Xmod that will create the order in the backend  and proceed directly to the payment provider page then you can put me down for 2 installs.

One issue I can see is the different payment options. It will be ok if the customer selects Paypal or Sagepay Payment Form and proceeds to another site, but what if they select sagepay secure server. Javascript will be required to show the payment form on the same page if the user selects that option.

If you think it can be done, give us a brief of what you think you can achieve and I will pay for two installs upfront.

Thanks
Rob


Rob

Offline

 

#17 07-02-2011 05:10:50

zanart
Member
From: bedford
Registered: 04-02-2008
Posts: 1706

Re: Request for one page checkout

and the discount code will need an apply button to refresh the page.


Rob

Offline

 

#18 07-02-2011 05:48:55

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

AJAX would be used to fetch/display the correct payment form when selected from the choices so javascript would be required to checkout. This should not be a problem since more than 95% of visitors have javascript enabled. You can see this in Google analytics reports. I can also detect if javascript is enabled and direct to the native checkout if needed.

Thank you for posting that you would buy two. That leaves eight more to make this xmod a reality.


Latest CCP 7 XMods Available:


Offline

 

#19 07-08-2011 06:05:43

lgt
Member
Registered: 11-21-2010
Posts: 272
Website

Re: Request for one page checkout

I have been begging for this for a long time.

I am in for my 3 sites









Offline

 

#20 07-08-2011 06:35:53

knightrideruk
Member
From: United Kingdom
Registered: 03-05-2009
Posts: 47
Website

Re: Request for one page checkout

Count us in on three sites


Regards

Knightrideruk
Out of the darkness comes light...

Offline

 

#21 07-08-2011 07:06:26

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

Here is  the link where all of those that have verbally committed, and any others, can pre-order the XMOD:

http://www.cartmod.com/category/one-pag … ckout.html

When the pre-ordered amount reaches 10, I will begin development of the XMOD and it should be ready within 30 days of beginning development.

If the pre-ordered amount does not reach 10 within the next 30 days then any/all pre-orders will be refunded.

Thank you


Latest CCP 7 XMods Available:


Offline

 

#22 07-08-2011 12:49:44

lgt
Member
Registered: 11-21-2010
Posts: 272
Website

Re: Request for one page checkout

I just put my money where my cart is (X3).

This morning alone I have had two people fill out for guest check out then call  me because they thought the submit button at the bottom was just for the newsletter.  They were both for the Taylor Pea Sheller at $449 ea. 

I'm willing to bet that $100 will be covered in less than a week (end).

In fact,  whatever you're short to get this going I'll cover.









Offline

 

#23 07-08-2011 14:01:45

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

5 pre-orders done .... 5 to go.


Latest CCP 7 XMods Available:


Offline

 

#24 07-13-2011 02:51:23

htw_simon
Member
From: UK
Registered: 11-20-2007
Posts: 83
Website

Re: Request for one page checkout

I'm in for 5. Let's get it made! big_smile

Simon

Offline

 

#25 07-13-2011 03:00:07

vbsaltydog
Member
From: Florida
Registered: 05-02-2005
Posts: 947
Website

Re: Request for one page checkout

Development is underway.


Latest CCP 7 XMods Available:


Offline

 

Board footer