Support

Account

Home Forums Front-end Issues Displaying all fields in a group Reply To: Displaying all fields in a group

  • Sorry, like this:

    
    	if( is_product_category() ):
    		return $description;
    	else:
    		return $description.$text;
    	endif;
    

    Otherwise it will be the wrong way round!