Code snippets can not be activated
-
Hello,
I use the following code to move notice below the button of ” Add to Cart”:
remove_action( 'woocommerce_single_product_summary', 'crwcpn_product_notice_display', 12 ); add_action( 'woocommerce_after_add_to_cart_button', 'crwcpn_product_notice_display' );
But, everytime to activate it, and refresh the page, it still show not activated:
https://prnt.sc/G3XxfWWNDRRgThere are several code snippets running properly, but I only can not activated that one.
Could you please check if there is anything wrong with the code lines?
Or, any suggestion to fix the issue?
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Code snippets can not be activated’ is closed to new replies.