Community Add-Ons
InfoPages_v0.1
for osCommerce Online Merchant v2.2
This is a variation of the Information Unlimited v1.1a contribution from Joeri Stegeman. The vast majority of the code is what was submitted by him, with a few modifications:
InfoPages allows for unlimited additions to either the existing "Information" infobox or the creation of a new infobox for holding links to additional pages you may want to create. Either option is achieved through the Admin area of osC.
If anyone had the same problem as me entering the admin area, getting an error message saying that the application_top.php could not be located.....error in line....
Locate admin/includes/application_top.php,
try changing
// Module: InfoPages
require(DIR_WS_INFOPAGES . 'application_top.php');
to
// Module: InfoPages
require(DIR_WS_MODULES . 'infopages/application_top.php');
This seems to stop the problem. I've included the original instructions with that change.
