where is the length of short description?
I am not able to find the length of the excerpt, I want to increase it but i cant find it, and neither are snippets working:
// Sobrescribe la descripción corta para mostrarla completa en la página de producto
remove_all_filters('woocommerce_short_description');
add_filter('woocommerce_short_description', function($description) {
return get_post_field('post_excerpt', get_the_ID());
});
Comments
Hi,
The theme options have no setting to control the short description length.
Short description will always display the same content as typed in the Product configuration:
Best regards
it doesnt.
So quick your answer
Ok, ive seen that now. I was using LONG instead of short.!
Glad to see that you found it.
Can I help with anything else?
Best regards
thanks phil as always! nothing more at the moment.