Steps to reproduce:
1. Sign-in;
2. Add something to the shopping cart;
3. Go to the cart and press "Remove all items".
Expected result: dialog pop-up with confirmation.
What actually happens: pop-up shows for half a second, then a blank page with "[object Object]" text opens. Text in URL bar:
Code: Select all
javascript:ShowConfirmDialog( '', 'Are you sure you want to remove all items from your shopping cart?', 'Yes', 'No').done( function() { ForgetCart(); } );
