how to add add to cart notice on archive page
-
I’m trying to add the woocommerce notice for adding to cart to my archive page.
I’ve read online about adding theme support to my functions.php file as well as editing woocommerce.php to include
if (is_singular('product')) { woocommerce_content(): } else { woocmmerce_get_template('archive-product.php'); }
The action that I see online that I need to add to archive-product.php seems to be
do_action('woocommerce_before_single_product');
but no matter what I do I can’t seem to edit archive.phpAny help would be greatly appreciated.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to add add to cart notice on archive page’ is closed to new replies.