Works like a charm~

Just one error fix:

includes/languages/english/Your_Template/checkout_process.php

This files is missing '?' on line 64 (to close PHP correctly.).
Change '>' on line 64 to '?>'.

Otherwise under some PHP environments it would return a blank page just after Checkout Confirmation is clicked (orders will not be received).

In the future, notes about rewrites of Zen Cart core files and edit instruction about them could complete the work...

Great work!!