You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by "G.Venkata Phanindra" <ph...@gmail.com> on 2006/09/08 10:06:33 UTC

Documentation on Integrating a Shopping Cart.

Hi,
    I want to know where can i find documentation aabout shopping cart
integration with ofbiz.

regards
G.Venkata Phanindra
Mob:: 9849852989

Re: Documentation on Integrating a Shopping Cart.

Posted by tibor katelbach <oc...@gmail.com>.
I recommend to limit changes to the whole checkout process.
we tried that path and beleive me it's not an easy walk.
The best is to stick as much as possible to the ofbiz checkout process, or
quickadd process which has less steps.
you can easily remove things but moving elements around gets a bit
complicated to reconnect.

for the shoppingCart itself, it's nicely developped and quite independant.
it's based on what happens during additem or quickadd processes.
on top of that apply promotions.
and is saved in the request as the shoppingCart attribute so it's accessible
from everywhere.
if you look through the showcart page, it mostly talks for itself.

Regards
Tibor



On 9/8/06, G.Venkata Phanindra <ph...@gmail.com> wrote:
>
> Hi,
>     I want to know where can i find documentation aabout shopping cart
> integration with ofbiz.
>
> regards
> G.Venkata Phanindra
> Mob:: 9849852989
>
>