Woocommerce Removing product and short description
-
Hello! How do you remove the product and short description when you embed a product in a particular page, we only want the full and short description to appear in their individual product page, but not on shop page or any page where we embed the products in our flatsome theme
I tried to use this code but it won’t work
// Remove Short Description from WooCommerce Single Product Page
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Woocommerce Removing product and short description’ is closed to new replies.