This topic is: not resolved
-
Hi,
I have a store with 250 products and needed to add the same text to each product, rather than adding the text individually to each product, I did it via the functions.php file with the following command
add_action( ‘woocommerce_single_product_summary’, ‘contact_information’, 40 );
This works and shows in the single product page but not in quickview what would be needed to use instead of ‘woocommerce_single_product_summary’ if I created another add_action to have the text show in quick view as well.
Thanks,
Allan