addCartItem - Unable to find the method in Ofbiz services

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

addCartItem - Unable to find the method in Ofbiz services

Venu Yatagiri
Hi,
I am new to the Ofbiz, i am exploring the POS.
I am able to find delete/modify cartItem but unable to find addCartItem service.
Kindly help me and Thanks in Adavance.
Reply | Threaded
Open this post in threaded view
|

Re: addCartItem - Unable to find the method in Ofbiz services

Jacques Le Roux
Administrator
Hi Venu ,

Your message has been moderated.

Please subscribe to the user ML for such questions and then use your email client
See why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
The wider the audience the better the answers you might get

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could)

Thanks

This said there is no addCartItem service. It's an event. You can see it in

https://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk/webpos/minilang/CartEvents.xml

HTH

Jacques

Le 05/10/2019 à 14:21, Venu Yatagiri a écrit :
> Hi,
> I am new to the Ofbiz, i am exploring the POS.
> I am able to find delete/modify cartItem but unable to find addCartItem service.
> Kindly help me and Thanks in Adavance.
>
Reply | Threaded
Open this post in threaded view
|

Re: addCartItem - Unable to find the method in Ofbiz services

Nicolas Malin-2
In reply to this post by Venu Yatagiri
Hello Venu,

Check the class ShoppingCart.java and function addItemToEnd

Nicolas

On 05/10/2019 14:21, Venu Yatagiri wrote:
> Hi,
> I am new to the Ofbiz, i am exploring the POS.
> I am able to find delete/modify cartItem but unable to find addCartItem service.
> Kindly help me and Thanks in Adavance.
>