gooder 0 Posted August 11, 2011 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 Share this post Link to post Share on other sites
♥DunWeb 921 Posted August 11, 2011 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 to learn more about add ons, templates, support plans and custom coding (click here) Share this post Link to post Share on other sites
gooder 0 Posted August 11, 2011 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 Share this post Link to post Share on other sites
♥DunWeb 921 Posted August 11, 2011 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 to learn more about add ons, templates, support plans and custom coding (click here) Share this post Link to post Share on other sites
ollyscomputers 0 Posted September 5, 2011 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 Share this post Link to post Share on other sites
pdcelec 29 Posted September 5, 2011 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) Share this post Link to post Share on other sites
ollyscomputers 0 Posted September 5, 2011 ... magic!!! Worked a treat!!! Thanks very much Paul. Share this post Link to post Share on other sites
ctlee15 0 Posted September 8, 2011 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 Share this post Link to post Share on other sites