1

there is anyway we can fix some text in product description when add product page come or anyway we could paste the text not snippest in product description. pease send any tutorial or any pugin that can help.

Coolen
  • 75
  • 1
  • 6

1 Answers1

0

use this code i think it works for you.

function filter_woocommerce_short_description( $post_excerpt )   {
$your_msg='your Text or any Message';
return $post_excerpt.'<br>'.$your_msg;}

Try this and let me know if it works will for you.

Harsh Khare
  • 507
  • 1
  • 3
  • 13
  • https://stackoverflow.com/questions/48444564/add-a-custom-field-value-below-product-title-in-woocommerce-archives-pages Check this once – Harsh Khare Dec 18 '18 at 04:42