Posted - 03/05/2018 : 18:37:56
Hi Doug, that is true if the file is not listed then there are no changes if updating from 6.8.4 to 6.8.5, in the case of say updating from 6.8.0 to 6.8.5 there would be changes. We recommend that you put language changes into the vsadmin/includes.php as that file is never included in the updater. The includes does need to come after the languagefile on the store pages so that it will override the languagefile. Example of includes after languagefile: <?php include "vsadmin/db_conn_open.php"?> <?php include "vsadmin/inc/languagefile.php"?> <?php include "vsadmin/includes.php"?> <?php include "vsadmin/inc/incfunctions.php"?> or <?php session_cache_limiter('none'); session_start(); ob_start(); include "vsadmin/db_conn_open.php"; include "vsadmin/inc/languagefile.php"; include "vsadmin/includes.php"; include "vsadmin/inc/incfunctions.php"; include "vsadmin/inc/metainfo.php";?> Winners never quit, quitters never win CSS and Responsive DesignsUser Manual for Ecommerce Templates
|