Servento plugin template structure & Overriding templates via a theme
Servento template files contain the markup and template structure for the front end of your site.
Template files can be found within the /plugins/servento/templates/
directory:
How to Edit Files:
Copy the template into a directory within your theme named /servento keeping the same file structure but removing the /templates/ subdirectory.
Example: To override the admin order notification, copy:
wp-content/plugins/servento/templates/search-providers.php
to wp-content/themes/yourtheme/servento/search-providers.php
wp-content/plugins/servento/templates/user-type-js-templates.php
to wp-content/themes/yourtheme/servento/user-type-js-templates.php
The copied file will now override the Servento plugin default template file.
Warning: Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.