Author Topic: Displaying the shopping cart within OpenCMS  (Read 2361 times)

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Displaying the shopping cart within OpenCMS
« on: May 19, 2010, 11:37:08 AM »
Hi

I have read the OpenCMS module documentation

http://www.konakart.com/opencms.php

and

http://www.konakart.com/documents/KonaKart_OpenCms.pdf

but IIUC the module does not provide a way to display the shopping cart within an
OpenCMS screen or did I miss something?

The only possibility I currently could imagine is acting the CMS as reverse proxy, because AFAIK one cannot
share the session between the two separate webapps of OpenCMS and KonaKart frontend.

Any ideas and pointers are very much appreciated.

Thanks

Michael

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Re: Displaying the shopping cart within OpenCMS
« Reply #1 on: May 19, 2010, 11:47:23 AM »
I guess another possibility is using an iframe in order to display the KonaKart shopping cart content, but I'd rather not want to use iframes for various reasons ;-)

Thanks

Michael

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Re: Displaying the shopping cart within OpenCMS
« Reply #2 on: May 19, 2010, 11:54:11 AM »
One of our partners http://www.tfsla.com/ has created a tight integration with OpenCMS . See the blog post http://blog.tfsla.com/ . Since they are OpenCMS experts I suggest you contact them since they should be able to give you some hints.

Our OpenCMS module shows examples of how to use the KonaKart web service APIs. All you need to be able to do at the OpenCMS end is to save some state such as the KonaKart session Id or basketId which are ids returned by the API after logging in or adding a product to the cart.

michaelwechner

  • Sr. Member
  • ****
  • Posts: 110
    • View Profile
Re: Displaying the shopping cart within OpenCMS
« Reply #3 on: May 19, 2010, 02:41:49 PM »
Thanks for this pointer.

Michael