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:
- includes/languages/wmbrownholster/english.php
- includes/languages/english/wmbrownholster/checkout_confirmation.php
- includes/languages/english/wmbrownholster/checkout_payment.php
- includes/languages/english/wmbrownholster/checkout_process <-- Filename missing the .php extension!!!
- includes/languages/english/wmbrownholster/checkout_shipping.php
- includes/languages/english/wmbrownholster/gv_redeem.php
- includes/languages/english/wmbrownholster/login.php
- includes/languages/english/wmbrownholster/logoff.php
- includes/languages/english/wmbrownholster/time_out.php
- 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:
- includes/languages/english.php
- includes/languages/english/checkout_confirmation.php
- includes/languages/english/checkout_payment.php
- includes/languages/english/checkout_process.php
- includes/languages/english/checkout_shipping.php
- includes/languages/english/gv_redeem.php
- includes/languages/english/login.php
- includes/languages/english/logoff.php
- includes/languages/english/time_out.php
- 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.
Bookmarks