
Originally Posted by
mc12345678
And to clarify (for fear of the above seeming rude) 1. We haven't talked about which version of ZC is involved,
2) The results of searching on FILENAME_EMAIL_EXTRAS hasn't been provided,
3) Haven't discussed how if at all includes/languages/english.php has been modified.
These three things in and of themselves can vary the default behaviour which should load the default version of the email_extras.php file if one does not exist in the template override directory at least in the latest ZC version (which this obviously is not based on the difference in line numbers for the same code provided above...)
So... That led both lat9 and I to ask about the same file in attempting a solution.
Hi, Have found that the bana template english.php, when deleted or renamed, solves the problem. What I cannot understand is why? It looks like the php is not closed but closed or open it still causes the problem php below
Code:
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: english.php 19690 2011-10-04 16:41:45Z drbyte $
*/
define('BANA_LABEL_LANGUAGE', 'Languages');
define('BANA_LABEL_CURRENCY', 'Currencies');
define('BANA_EMPTY_CART', 'Your cart is empty.');
define('BANA_PRODUCT_LIST', 'Listing');
define('BANA_PRODUCT_NEXT', 'Next »');
define('BANA_PRODUCT_PREVIOUS', '« Previous');
define('BANA_NO_PRODUCT_FOUND', 'No Product Found');
define('BANA_GENDER', 'Gender');
define('BANA_SUBSCRIBE', 'Subscribe');
define('BANA_EMAIL', 'Email Address');
define('BANA_REVIEWS', 'Reviews');
define('BANA_NUM_REVIEWS', 'review(s)');
define('BANA_BASED_ON', 'stars based on');