jkx Posted December 16, 2005 Posted December 16, 2005 I have manually created an html page and i want to know how to add that page in my oscomerce site as a link. Is there any contribution for adding custom pages to your osc site.
mjcampos Posted December 16, 2005 Posted December 16, 2005 I have manually created an html page and i want to know how to add that page in my oscomerce site as a link. Is there any contribution for adding custom pages to your osc site. Where do you want to display the link for your page??? If you want to display the link at the information Box you can add this to: MODULES/INFORMATION.php: '<a href="' . tep_href_link(FILENAME_YOURNAME) . '">' . THE PAGE . '</a>'); and then add the page to INCLUDES/FILENAMES.php: define('FILENAME_YOURNAME', 'yourname.php'); Best luck Mjcampos
Recommended Posts
Archived
This topic is now archived and is closed to further replies.