We display the order button in 1 click in the catalog, but it fits on top, can’t it be lowered down somehow?
Below is the button output code, everything used to be correct, but you and I raised the button and now everything is not very beautiful
add_filter( ‘woocommerce_after_shop_loop_item’, ‘awooc_html_custom_add_to_cart’, 15 ); or
add_filter( ‘woocommerce_after_shop_loop_item’, ‘awooc_html_custom_add_to_cart’, 5 );