How to add price comparison blocks to WooCommerce
Follow these steps to integrate Content Egg price comparison blocks into your WooCommerce templates.




Last updated
Follow these steps to integrate Content Egg price comparison blocks into your WooCommerce templates.




Last updated
.woocommerce div.product .single_add_to_cart_button {
display: none;
}
.woocommerce div.product .price {
display: none;
}remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30);
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);