Sorry, i’m do not have practice in wordpress BackEnd..
You can please explain me what code(as link or button) for example in
“my_theme\woocommerce\content-product.php”
I tryed to add in “functions.php”
remove_action( 'woocommerce_after_shop_loop_item', 'tm_woocompare_add_button_loop', 12 );
And in “my_theme\woocommerce\content-product.php” (after “do_action( ‘woocommerce_after_shop_loop_item’ );” until </span> of nxowoo-box)
<?php add_action( 'woocommerce_after_shop_loop_item', 'tm_woocompare_add_button_loop', 9 ); ?>
But i obtation before button “buy”
Screen
But i’m need lower (2nd rectangle from screen).
Thanks.