Bug in the plugin
-
Hello, Your plugin have the bug. I am using your latest version.
On the single product page it’s triggering the “woocommerce_after_add_to_cart_button” hook twice. As I add this function
add_action('woocommerce_after_add_to_cart_button', function() { global $product; $product_id = $product->get_id(); echo "Custom button here"; });and it echo the text twice. So I disable your plugin and it’s echo the “Custom button here” text once. So it seems your plugin have the bug. I have to disable it. Please can you fix this bug ASAP. As I am using this plugin for the client website development.
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug in the plugin’ is closed to new replies.