Documentation on Integrating a Shopping Cart.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Documentation on Integrating a Shopping Cart.

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

regards
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Documentation on Integrating a Shopping Cart.

oceatoon
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 <[hidden email]> wrote:

>
> Hi,
>     I want to know where can i find documentation aabout shopping cart
> integration with ofbiz.
>
> regards
> G.Venkata Phanindra
> Mob:: 9849852989
>
>