Posted - 10/25/2019 : 09:03:51
When you add items to the cart a popup box comes up showing your items and giving you a choice of "continue shopping" or "edit order". If you select "continue shopping" it bring you to the same page that you are on. I would like to edit the link to bring me to a different page when you select the "continue Shopping". Where can I change this? I inspected the element and this is what it showed me: "a class="ectlink scclink" href="#" onclick="document.getElementById('opaquediv').style.display='none';return false">Continue Shopping</a>" I believe if I just change the href="#" to my web page it should work. I dont care if its a global csolution. The page I want them to go to is the All Products Page.
|