KariBovasso Posted February 24, 2011 Share Posted February 24, 2011 Hi guys, My work has a shopping cart built by someone else who totally customized it. When I first started working for my boss, they locked us out of the control panel when I asked what versions of the software they were using for both the cart and the forum. We only had moderate access to the back end of the cart. Now, we have had them transfer everything off of their server and no longer working with them, and I have much more access to the server and back end. However, I am terrified of breaking the site by trying to change anything live. I am setting up a clone site (hopefully and if you have input on that I would love to hear it) and trying to figure out what version OS commerce is being used. Which file is the best to view? The config shows this at the top: $Id: index.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $ adapted for Separate Pricing per Customer 2007/06/24 osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Is that enough for you to definitively tell me it's 2.x or 3.x? Thank you in advance for your help. We moved it from a Linux server to a Windows server and I am finessing everything back into working. Like Apache versus virtual host, etc. good times :devil: Link to comment Share on other sites More sharing options...
Guest Posted February 24, 2011 Share Posted February 24, 2011 Kari, Open /includes/application_top.php and find this around line 36: // define the project version Directly under that line is your project version. IMO, moving to a Windows Hosting Account is a mistake, but if you are more familiar with Windows servers then I suppose it is better for you. You can clone your site by copying all of the files and the database.......then, upload that copy to a new directory and point your new domain name to that directory. Create a new database and import the old database into it. Change the TWO configure.php files to reflect the new path and database information. You will need to ensure the site is fully functional by checking all pages as there may be hardcoded links in it that point to the old domain but USUALLY there aren't any of those. Welcome to the forum and always remember to post the version of OSC and the fact that you are using a Windows server with all of your questions to get the right people to respond to those questions. Chris Link to comment Share on other sites More sharing options...
KariBovasso Posted February 27, 2011 Author Share Posted February 27, 2011 Thanks Chris! Hopefully I will get that done on Monday! The version was a little further down, but still there: PROJECT_VERSION', 'osCommerce Online Merchant v2.2 RC2a Will let you know if it was a success! I am not used to working with the normal/base version of OSC - but have been using Zen Cart for years. I had an OSC site 10 years ago. These former web guys have taken all references to OSC out of the code, other than the name. So hopefully the version will be where you say it should! B) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.