Bilgin
Yes you are right.
In order manager when I click on continue link in
https://localhost:8443/ordermgr/control/orderentry,
new cart object is created first time.
>> May be your browser donot destroy the session
Yes this may have happened but it should not as I ran Ofbiz every time to
test this.
When i tried to track the flow using the log messages they do not show up.
So i thought probably it is created
some where else. I do not know why this has happened.
Any way thanks for help.
On 9/4/07, Bilgin Ibryam <
[hidden email]> wrote:
>
>
> Vikas,
>
> why you decided that cart = new WebShoppingCart(request, locale,
> currencyUom); is not executed ?
> If you debug it right you will see that this line is executed at first
> visit
> and then WebShoppingCart line 44
> super((GenericDelegator)request.getAttribute("delegator"),
> ProductStoreWorker.getProductStoreId(request) ... creates the shopping
> cart.
>
> It happens at first visit to ecommerce or at Order Entry->Continue.
> I am not aware of any preprocessors for this. Of course may be i am
> wrong...
> May be your browser donot destroy the session. You can destroy your
> shopping
> cart through Clear Order.
>
> I hope this will help you.
>
> Bilgin Ibryam
> --
> View this message in context:
>
http://www.nabble.com/When-do-Shopping-Cart-object-come-into-existence----tf4372170.html#a12477068> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
--
Vikas Mayur