is it possible to add a product description to the slider items? If it is currently not possible in the shortcode maybe you can provide a code snippet to add it through functions.php?
Thanks!
Georg
1st image: How it looks right now
2nd image: How I somewhat want it to look like
I had understood that the text entered under ‘Short Description’ on a product, would display in the shop. This is not the case.
Did I understand this incorrectly? If so, is how can I do this?
Thank you.
]]>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 );
Short product description is no longer showing on the product page when this plugin is active.
]]>I have another website with Woocommerce (outdated, it is worth clarifying) and the description is shown complete (woocommerce-product-details__short-description), however on the new page it shows the incomplete summary (wp-block-post-excerpt).
How could I prevent that filter from being applied that crops and eliminates the formatting of the short description?
]]>Can also seen in this attachment: https://imgtr.ee/image/AYZ6L
Why does the woocommerce-product-details__short-description get loaded this many times? This is new behaviour I cannot explain. How do I turn it off?
]]>