Template Override

Status: This page documentation is completed

Last modified: August 17, 2023

We have implemented woocommerce like template override system which means, you can override any template/view layer of this plugin in your theme.

The core plugin has all template files for various display in
plugin root(cbcurrencyconverter)/templates/

Then there are few folders called ‘admin’ or root files (excluding index.php). In template root folder there are ‘calculator.php’, ‘list.php’, ‘inline.php’ etc template files
To override template files and folders from the “templates” need to copy in your theme or child theme’s root folder’s inside “cbcurrencyconverter” folder. The template files override
is just like woocommerce. Please create a folder called “cbcurrencyconverter” in your theme/child theme’s root folder and copy files from the plugin root(cbcurrencyconverter)/templates/ dir, same way files from pro addon’s ‘templates’ folder can be copied to active theme/child theme’s “cbcurrencyconverter” folder