Shopping cart creation

2009-02-12 Thread Suraj Alex
Hi All, I am new to ofbiz. How can i create a shopping cart and shopping cart item. Is there any service to create both? Thanks, Suraj Alex

Re: Shopping cart creation

2009-02-11 Thread Vivek Mishra
Hello Suraj, Trace the flow of ecommerce application, specially trace out Add to Cart functionality by following the request. Kind Regards, -- Vivek Suraj Alex wrote: Hi All, I am new to ofbiz. How can i create a shopping cart and shopping cart item. Is there any service to create both?

Re: Shopping cart creation

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. Note, though you can not use the code for some outside application. it needs all of ofbiz to work. you best start here since it will get you understand how ofbiz works and the terminology. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Dev

Re: Shopping cart creation

2009-02-12 Thread Vivek Mishra
Hello Suraj, Have you traced the flow suggested by me. Kind Regards, -- Vivek Suraj Alex wrote: Hi All, I am new to ofbiz. How can i create a shopping cart and shopping cart item. Is there any service to create both? Thanks, Suraj Alex smime.p7s Description: S/MIME Cryptographic

Re: Shopping cart creation

2009-02-12 Thread CJay Horton
In addition to what Vivek suggested in your other message, check out the ecommerce controller.xml preprocessing event keepcartupdated. It will eventually lead you to: public static ShoppingCart getCartObject(HttpServletRequest request, Locale locale, String currencyUom) { if (ca