KonaKart Community Forum

Installation / Configuration => Using KonaKart as a Portlet => Topic started by: rs on January 03, 2012, 09:11:29 am

Title: GWT one page checkout not enabled
Post by: rs on January 03, 2012, 09:11:29 am
 I am new to konakart. I have integrated konakart 5.5.0.2 with liferay 6.0.6 by deploying konakart portlets.

After deploying konakart portlets, I find that GWT one page checkout is not being displayed. (In Admin App,both "Enables One Page Checkout" and "Enables Checkout Without Registration" values are set to true).  Instead the original shipping, payment and checkout screens are used and the user is asked to register. Please guide me regarding the same.

Also guide me regarding for customizing konakart.

Thanks in advance!
Title: Re: GWT one page checkout not enabled
Post by: ryan on January 03, 2012, 09:17:45 am
Try reading this http://www.konakart.com/docs/pi_creation.html
Title: Re: GWT one page checkout not enabled
Post by: rs on January 03, 2012, 09:23:48 am
I read that. It shows a note

    The GWT based One Page Checkout code cannot be used for the portlet implementation. It is disabled automatically.

Is there a way to enable it?? Or can any changes be made so that GWT based One Page Checkout page will be displayed??

Thanks Ryan :)
Title: Re: GWT one page checkout not enabled
Post by: rs on January 05, 2012, 06:00:58 am
Quote from: rs on January 03, 2012, 09:23:48 am
I read that. It shows a note

    The GWT based One Page Checkout code cannot be used for the portlet implementation. It is disabled automatically.

Is there a way to enable it?? Or can any changes be made so that GWT based One Page Checkout page will be displayed for portlet implementation??



Can someone please help me out with this?
Title: Re: GWT one page checkout not enabled
Post by: ryan on January 05, 2012, 08:05:02 am
You have all of the source code of the store-front app and GWT one page checkout code so you can modify it as you want.

Take a look at isOnePageCheckout() in BaseAction.java.
Title: Re: GWT one page checkout not enabled
Post by: rs on January 05, 2012, 09:52:57 am
Thank u  :)