Is there a hook for the text output on the single product page
-
Hi,
I’ve just started to use the plugin. The plugin works as described, however, there’s an issue that I can’t find a solution to.
The text output to the webpage in the Shop eg: ‘Order 5 or more items and get an x% discount.’ appears after the final hook in content-single-product.php I’d like to be able to place the text at the head of the product below price and description, and wondered if there’s a hook built in to do so?
eg:`<?php
/**
* @hooked woocommerce_template_bulk_discount – 60
*/
do_action( ‘woocommerce_single_product_summary’ );
?>`Or is there an alternative way to achieve the desired output?
Regards,
Bob
The page I need help with: [log in to see the link]
- The topic ‘Is there a hook for the text output on the single product page’ is closed to new replies.