Hi,
I’d like to remove the short description on catalog product page and related product.
What’s the hook and function?
Also I’d like to add a new content between tabs and related product. How can I do it?
Waiting
D
Hi armoniaph!
have a look at this tutorial: http://gerhardpotgieter.com/2014/01/24/woocommerce-remove-product-description-from-single-product-page/
Would be best to ask WooCommerce support about those questions, as they know their plugin best.
Regards,
Andy
Thank you but I’d like to update catalog product page no single product page (see link in PVT content)
Hi!
Did you modify the product template? There are errors on the page:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘woocommerce_short_description’ not found or invalid function name in /var/www/it.sololibrerie/wordpress/wp-includes/plugin.php on line 503
This should remove the product description:
.inner_product_header p {
display: none;
}
Best regards,
Ismael