Quote Originally Posted by linuxguy2 View Post
Based on my experience that should work.

In the forum of that plugin I would point out that it needs an update to 1.5.6a

However when you are making several mods one should be aware of this information.
https://www.zen-cart.com/content.php...verride-system
https://www.zen-cart.com/content.php...ustom-template


HINT:
To keep track of the files I change I also include a copy of the original file in the folder where I've merged or copied that file and add .ORG after the .php extension.
ZC ignores those files [Example] file_name.php.ORG but they are handy for your reference.
I also add notations at the top of the file I've modified.
This has saved me hours of debug when I make changes or upgrade.
What I forgot to mention, is that, they are working on bookx to bring it kicking and screaming in to use with v1.5.6a. My site is only e-books so this plugin is very good for me. I like your idea of adding .ORG to the original. What I do is add -old1 after the file name. If I then merge another file it then gets changed to -old2 e.g. mainpage-old1.php & mainpage-old2.php. I have also got many backups of the site.