I tried to clear the current commerce item in ATG. I am getting clearing commerceItems
in the cart but when I click it twice the "clear cart button" its clearing. I don't know how to rectify this. I have tried the following:
<dsp:input bean="ShoppingCart.deleteAll" value="clearcart" type="submit"/>
I used this bean only but it only works after clicking the clear button twice.
Please help me out. Thanks in advance.