How to check which Oscommerce version that is running ?

devquora
devquora

Posted On: Feb 22, 2018

 

In order to check the version of your osCommerce, you should open the
includes/application_top.php file located in your osCommerce installation folder.

Look for these two lines:

// define the project version

  define('PROJECT_VERSION', 'osCommerce Online Merchant v2.2 RC2a');
 

The value after PROJECT_VERSION defines your current osCommerce version.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Oscommerce interview questions

    What is Oscommerce ?

    Oscommerce (Open source Commerce) is an e-commerce and online store-management software program. It is available as fre..

    Oscommerce interview questions

    How can you change store name in Oscommerce?

    You can change the Store name of Oscommerce by login to administration panel.Below are steps to change store name in Os..

    Oscommerce interview questions

    In which folder Oscommerce saves images by default ?

    By default saves images in catalog/images directory..