Add continue shopping button after view cart button
-
Hello. I would like to add a second button after the view cart button that appears after you add a product to the cart on a single product page. This is the non-ajax add to cart message that appears at the top of the page. So the output would look like this:
<div class="woocommerce-message" role="alert"> <a href="https://mydomain.com.au/cart/" tabindex="1" class="button wc-forward">View cart</a> <a href="https://mydomain.com.au/shop/" class="button wc-forward">Continue Shopping</a> “Black Dress” has been added to your cart. </div>I have tried string translate but that does not allow HTML. I have looked into different hooks but cannot find the one that applies on to the view cart message in the top message strip.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Add continue shopping button after view cart button’ is closed to new replies.