Answers for "change add to cart button position woocommerce archive page"

0

change add to cart button position woocommerce archive page

remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );
Posted by: Guest on August-02-2021

Code answers related to "change add to cart button position woocommerce archive page"

Browse Popular Code Answers by Language