So I tried to find out my oscommerce version using the oscommerce forum but they told me that this CRE forum could probably help me.
This is the information that I was able to find
$Id: application_top.php,v 1.1.1.1 2004/03/04 23:40:37 ccwjr Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com Copyright © 2003 osCommerce
...
// define the project version
// define('PROJECT_VERSION', '[CRE Loaded6 v6.1]');
include('includes/version.php');
I then went to includes/version and found this,
<?php
/*
$Id: version.php,v 1.1.1.1 2004/10/44 23:40:37 ccwjr Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com Copyright © 2003 osCommerce
Released under the GNU General Public License
*/
// define the project version
define('PROJECT_VERSION', '[CRE Loaded v6.15]');
define('PROJECT_PATCH', '0000');
?> Hopefully you guys can help me. Thank you