Skip Navigation

[Resolved] Show formatted WooCommerce product description without the tabs

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to display the full, formatted product description of a WooCommerce product.

Solution: Use the wpv-post-body shortcode.

[wpv-post-body view_template="None"]

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-shortcodes/

100% of people find this useful.

This support ticket is created 7 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by christopherO-2 7 years, 6 months ago.

Assisted by: Christian Cox.

Author
Posts
#522627
521961-description.png
Screen Shot 2017-05-10 at 11.47.10 AM.png

How can i render the formatted WooCommerce product description without the tabs and "Description" title? Is there a shortcode i can use?

Attached is a screenshot of how it displays using the wpv-woo-display-tabs shortcode and a screenshot of how i would like it to look put together by your support team from this post: https://toolset.com/forums/topic/manual-paragraphs-setting-showing-empty-p-tags-in-content-template-2/#post-522596

I'd rather display the description on the right side without the title but if you can give me the shortcode you used in the screenshot i'm sure i can figure out how to move it wherever i want. Thank you

#522697

Hi, if you want the short description, you can use the excerpt shortcode with some parameters to maintain formatting:

[wpv-post-excerpt output="raw" format="noautop"]

Give that a shot and let me know how it works for you.

#522711

Thanks but i'd like to display the full, formatted product description.

#522713

Okay I misunderstood what you were trying to do, sorry. The main content for a product can be rendered using the standard post body shortcode:

[wpv-post-body view_template="None"]
#523262

Perfect! Thank you