I want to update the content of a custom div when a user adds a product to cart via Ajax.
By using observer I am able to do this when I am not using Ajax Add to Cart functionality, but with Ajax Add to Cart, I could not make it happen.
Can anyone help me accomplish my requirement?