cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Removing Point of Service from Cart Entry

Former Member
0 Likes
442

Hi All

i had a requirement to update the cart entry based on delivery mode. So i had to remove the Point of service from cart entry if the delivery mode changes. is there any ootb logic to update the cart entry by removing the pos from entry

Thanks.

View Entire Topic
Former Member
0 Likes

Hi

Thanks for the answer. Well, the reason for removing the pos from the entry is to update the cart by changing the delivery mode of the cart, here our requirement is to have one kind of delivery mode for Cart.so I need to remove other entries which are not eligible for pickup and updating the pos to null which are not eligible for pickup.

I have used ootb updateCartentry method to update the pos for Home delivery cs it accepts null in pos thereby updating the pos of each cart entry as null.

Anyway, your answer has given some idea and i will follow the same.

Thanks