Text link before add to cart button
-
Hello,
I have a question regarding Woocommerce hooks on single page: I want to add a text link before the Add to cart button hook in the single product page… so users can see info on sizes/dimensions etc… how to do that?
I have added this as @cedcommerce suggestedadd_action('woocommerce_before_add_to_cart_button','ced_before_add_to_cart_notice'); function ced_before_add_to_cart_notice(){ //your text here }
with
<a href="#">Text link</a>
instead of //your text here but it gives me a critical error. Any idea why?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Text link before add to cart button’ is closed to new replies.