Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #525218

    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

    #526792

    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

    #526887

    Thank you but I’d like to update catalog product page no single product page (see link in PVT content)

    #527814

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.