Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

editing "Information" and finding osC version

set up

2 replies to this topic

#1 Dorothy's Ride

  • Community Member
  • 13 posts
  • Real Name:Richard

Posted 08 February 2012, 19:19

Okay, sorry to ask such obvious questions but... I am using osCommerce that has been installed by our hosting site and wanted to verify the version before I try to use some add-ons that may or may not be compatible and the other question is where do I edit the Information fields such as shipping & returns, privacy notice etc?

Thanks again
Rich

#2 DunWeb

  • Community Sponsor
  • 10,471 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 08 February 2012, 19:26

@Dorothy's Ride,

If you have v2.3.1 you will get the info from the admin area under tools>> system information. If the osCommerce version is not shown there, then you will find it in the /includes/application_top.php file around line 36

The information pages are located in the /includes/languages/english/ directory as:

privacy.php
shipping.php
conditions.php



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 Dorothy's Ride

  • Community Member
  • 13 posts
  • Real Name:Richard

Posted 08 February 2012, 19:51

Thank you Chris.