Not sure if you fully comprehend what I was trying to say. And, yes, I fully understand what "YOUR_TEMPLATE" means. You'll notice I only flagged certain lines with YOUR_TEMPLATE. I'm stating the directory structure DOESN'T match my installation.

In my case YOUR_TEMPLATE = wmbrownholster.

Referring to the specific lines I flagged as errors from the installation document and replacing YOUR_TEMPLATE with wmbrownholster:
  1. includes/languages/wmbrownholster/english.php
  2. includes/languages/english/wmbrownholster/checkout_confirmation.php
  3. includes/languages/english/wmbrownholster/checkout_payment.php
  4. includes/languages/english/wmbrownholster/checkout_process <-- Filename missing the .php extension!!!
  5. includes/languages/english/wmbrownholster/checkout_shipping.php
  6. includes/languages/english/wmbrownholster/gv_redeem.php
  7. includes/languages/english/wmbrownholster/login.php
  8. includes/languages/english/wmbrownholster/logoff.php
  9. includes/languages/english/wmbrownholster/time_out.php
  10. includes/modules/wmbrownholster/create_account.php

So, are you telling me, from the above references, this is how your installation is structured? I don't have a sub-directory called wmbrownholster. The other lines from the instructions showing "YOUR_TEMPLATE" do match my installation.

Referring to the above erroneous lines my installation instead is as shown here:
  1. includes/languages/english.php
  2. includes/languages/english/checkout_confirmation.php
  3. includes/languages/english/checkout_payment.php
  4. includes/languages/english/checkout_process.php
  5. includes/languages/english/checkout_shipping.php
  6. includes/languages/english/gv_redeem.php
  7. includes/languages/english/login.php
  8. includes/languages/english/logoff.php
  9. includes/languages/english/time_out.php
  10. includes/modules/create_account.php


I'm going to use my directory structure and test. I have no intention of adding the "wmbrownholster" directories just to make it match the instructions. I'm pretty sure that would break my system.