Author Topic: GWT one page checkout not enabled  (Read 467 times)

rs

  • Newbie
  • *
  • Posts: 4
    • View Profile
GWT one page checkout not enabled
« on: January 03, 2012, 04: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!

ryan

  • Administrator
  • Sr. Member
  • *****
  • Posts: 205
    • View Profile
    • KonaKart Website
Re: GWT one page checkout not enabled
« Reply #1 on: January 03, 2012, 04:17:45 AM »

rs

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: GWT one page checkout not enabled
« Reply #2 on: January 03, 2012, 04: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 :)

rs

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: GWT one page checkout not enabled
« Reply #3 on: January 05, 2012, 01:00:58 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?

ryan

  • Administrator
  • Sr. Member
  • *****
  • Posts: 205
    • View Profile
    • KonaKart Website
Re: GWT one page checkout not enabled
« Reply #4 on: January 05, 2012, 03: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.

rs

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: GWT one page checkout not enabled
« Reply #5 on: January 05, 2012, 04:52:57 AM »
Thank u  :)