Site icon Hip-Hop Website Design and Development

Overriding Plugin Template Files with Child Theme

So hopefully a simple question. I have a child theme installed and have been able to successfully override changes to a .php file that is held in my theme files by uploading it to my child theme.

If I want to copy and tweak a plugin file (wp-content/plugins/plugin_name/templates/store.php).

Do I just copy and tweak this file then upload it to my child theme?

I’m assuming a child theme doesn’t apply to plugin files? If not, is the best way just to download the current file, make the tweaks then override the initial file with the new one in the plugin category?

Thanks!