Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Creating A New Faq Page.


Snoboreders

Recommended Posts

Posted

Ok, so it's obvious that there needs to be supporting pages for each respective page. For example privacy.php is supported by other pages because it does not stand on its own. I wanted to create a frequently asked questions page and copied the privacy.php and changed what little needed to be changed; however, when I press the link in my footer...it goes to a blank page. Where else would I have to create a page, and can I base it off of privacy.php?

 

This:

<?php

/*

$Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Privacy Notice');

define('HEADING_TITLE', 'Privacy Notice');

 

define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');

?>

 

 

Was changed to this: <?php

/*

$Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Frequently Asked Questions');

define('HEADING_TITLE', 'Frequently Asked Questions');

 

define('TEXT_INFORMATION', 'Coming soon.');

?>

 

 

But what other documents need to be created?

 

Thanks for any help.

Posted

tommorow i create a contrib and put it on oscommerce.com/communitycontributions/. Please wait one day.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...