Holiday Notice:

Please note that our support services will be unavailable from Friday, 6th June 2025 to Monday, 09th June 2025 due to the public holidays.

You may still submit tickets during this period, but responses may be delayed. Our team will resume normal operations on Tuesday, 10th June 2025, and will address your inquiries as soon as possible.

Okay
  Print

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.