One page checkout

Hello community,

we are new in using the Oxid-System and would like to use Oxid for a one product shop.

In order to minimize the dropout rate, it would be good to have the entire checkout process on one page instead of four in the standard configuration.

Is that possible?

Thanks,

Lukas

Hi Lukas,

yes, it is possible but not trivial as all entries on the next page depend on the data of the page before --> lots of ajax work. There’s already an entry in the feature request tracker:

Give your voice if you feel fancy.

Regards

Hi Lukas,

We’re currently developing a module to skip step 3 (payment) and step 4 (last check).

Is that enough for you?

Best

Joscha

Hi guys,

thanks a bunch for your replies!

[QUOTE=Marco Steinhaeuser;58517]yes, it is possible but not trivial as all entries on the next page depend on the data of the page before --> lots of ajax work.[/QUOTE]

Mhh, but do I need any of the dependencies? I have three payment options without credit check and no special shipments based on countries etc.

[QUOTE=jkrug;58539]We’re currently developing a module to skip step 3 (payment) and step 4 (last check).[/QUOTE]
Well best would be one page checkout, but that would be already cool :wink: What do you mean by quit - I still need my clients to pay tho!

Lukas

Hi Likas,

[QUOTE=Sealand;58572]
Mhh, but do I need any of the dependencies? I have three payment options without credit check and no special shipments based on countries etc.
[/QUOTE]

We have just one payment- and one shipping-option, so we could hard code that.

I think, if you would achieve that, you had to completely rewrite the checkout-logic. Might be a chellange, but not impossible. :wink: