Add to Cart Pop Up Code

I was wondering if anyone new where the code was for the pop up that appears after you add something to the cart. I would like to change the url that it goes to on checkout to view the cart rather than to get their information.



I have tried disabling ajax “add to cart” button and it doesn’t seem to make any difference.



Thanks,



Chris

You need to change the URL in this template:



skins/{YOUR_SKIN}/customer/views/products/components/product_notification.tpl

Hello,

I think my question it is related.



My add to cart popup is under the products if I o to categories or any other element.

It will be helpful if I can ha help where to place the z-index directive.

Screenshot 2015-07-05 12.54.28.png

Hi,



Please try to increase “z-index” on this file:



/design/themes/YOUR_THEME/css/styles.less



for this class

<br />
<br />
.notification-content-extended {<br />
    ...<br />
    z-index: 1031;<br />
    ...<br />
}<br />

```<br />
NOTE: not tested.<br />
<br />
P.S. also dont forget to clear cache <img src="upload://b6iczyK1ETUUqRUc4PAkX83GF2O.gif" class="bbc_emoticon" alt=":-)"><br />
<br />
Best regards,<br />
WSA team