Adding custom text to quick view.
-
Hi,
I have an eCommerce site with around 300 products, I need to add some text to each product that was exactly the same, so rather than do it individually I did it using the funtions.php file.
That works perfectly, however that new text doesn’t show up on “Product Quick View”. To add the text to the single product I used this add_action
add_action( ‘woocommerce_single_product_summary’, ‘contact_information’, 40 );
What add_action would I need to use so that the text also shows up on the “Product Quick View”?
Thanks,
Allan
https://www.ads-software.com/plugins/yith-woocommerce-quick-view/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding custom text to quick view.’ is closed to new replies.