Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

replace “add to cart” with buy now

$
0
0

Replies: 0

Hey,
I want to completely remove the traditional “Add to cart”, and display ONLY “buy now”.
Will using this, remove your button as well?:
/**
* Main instance of WooCommerce.
*
* Returns the main instance of WC to prevent the need to use globals.
*
* @since 2.1
* @return WooCommerce
*/
function WC() {
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_add_to_cart’);
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’);
return WooCommerce::instance();
}


Viewing all articles
Browse latest Browse all 67836

Trending Articles