I am using lightbox2 7.x-dev version with Commerce module. My commerce products are opening in lightbox using code below :

<a rel="lightframe[group|scrolling: none;]" href="http://mywebsite.com/node/165485/lightbox2?lboxcustom=1" class="lightbox-processed">VIEW DEAL</a>

But when user clicks on "Add to cart" button of Product detail page, I can't see message "Product added to your cart". When I refresh the page, I cant see the Message.

Can anyone tell me how to resolve this ?