Jump to content



Latest News: (loading..)

- - - - -

How to add addditinal pages


  • Please log in to reply
7 replies to this topic

#1   gooder

gooder
  • Members
  • 5 posts
  • Real Name:Ryan

Posted 11 August 2011 - 05:18 PM

I have just built an eCommerce site and am now trying to add additional pages.

Can anyone point me in the right direct for a plugin or a how to tutorial?

Thanks

#2   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,732 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 11 August 2011 - 05:42 PM

Ryan,

The latest version of osCommerce 2.3.1 has the ability to insert multiple images already. No add on required.



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

See my Profile (click here)

#3   gooder

gooder
  • Members
  • 5 posts
  • Real Name:Ryan

Posted 11 August 2011 - 06:27 PM

Adding my url might help xxx.valuechemicalsinc.com

The top navigation is all dead links and IO need to build pages to link to

I found this thread but it seems to be closed and I have a question; I am stuck on the 3rd step I don't know where to put the define('FILENAME_NEW_PAGE', 'new_page.php');

I am using OS2.2

Thanks for your help

#4   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,732 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 11 August 2011 - 07:07 PM

Ryan,

You would add that definition to the /includes/filesnames.php file.  Change new_page.php to whatever you are naming the page.  ie. about_us.php, locations.php, etc etc.




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

See my Profile (click here)

#5   ollyscomputers

ollyscomputers
  • Members
  • 18 posts
  • Real Name:Oliver Mildmay

Posted 05 September 2011 - 01:07 PM

Hi Chris,

I've added the reference for an additional page to /includes/filenames.php and uploaded the new_page.php to the root directory but still it doesnt display when i type in http://www.myurl.com/new_page.php.

Would you be able to shed any light please?

Thanks.

osmildmay

#6   pdcelec

pdcelec
  • Members
  • 606 posts
  • Real Name:Paul Clifford
  • Gender:Male
  • Location:UK

Posted 05 September 2011 - 01:31 PM

Have a look at catalog/privacy.php and use a similar format (also do not forget catalog/includes/languages/english/privacy.php for the defines)

#7   ollyscomputers

ollyscomputers
  • Members
  • 18 posts
  • Real Name:Oliver Mildmay

Posted 05 September 2011 - 01:48 PM

... magic!!! Worked a treat!!! Thanks very much Paul.

#8   ctlee15

ctlee15
  • Members
  • 54 posts
  • Real Name:Christopher Lee

Posted 08 September 2011 - 11:16 PM

View PostDunWeb, on 11 August 2011 - 05:42 PM, said:

Ryan,

The latest version of osCommerce 2.3.1 has the ability to insert multiple images already. No add on required.



Chris

Hi Chris

Is the insertion of new pages done through the admin panel or do we have to use the define (i.e. the privacy.php example that you gave).

Best,

Christopher