Add cart message to shop page
-
Hello, I needfor help to put the same success message that is on the single product page: “[Product] has been added to your cart.” with a View Cart button at the top of the page to the Shop page (archive-product.php). I have tried adding the following to functions.php but it does not print or display the message.
functions.php:
add_action('woocommerce_before_shop_loop', 'wc_print_notices', 10);
archive-product.php:
do_action( 'woocommerce_before_shop_loop' );
Any help is greatly appreciated. I hope it is a simple fix.
- The topic ‘Add cart message to shop page’ is closed to new replies.