Site logo

Archived topic

Product descriptions

5 replies · Started by Sam on November 12, 2020

Viewing posts 1–6 of 6

Hello, I was wondering if there is a way to place the long description in place of the short description on the woocommerce product page?

I wondered if it could be done with a hook or something?

Hi there,

try this PHP Snippet:

remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20); add_action('woocommerce_single_product_summary', 'the_content', 20);

Perfect, that works!

Can you tell me if this snippet is a general one that works with any Woocommerce site or is it exclusive to working with Generatepress?

Thanks.

Its a standard Woocommerce function, so should work with any Woo install if a theme or other plugins doesn't interfere with the templates.

OK great, thanks for letting me know.

You're welcome

This archived topic is closed to new replies.