Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding a custom html page


jkx

Recommended Posts

Posted

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.

Posted
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

Archived

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

×
×
  • Create New...