Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Needing help making a new page


rose3694

Recommended Posts

Posted

I have this script for a link exchange and it has this one php page that it says you can place it anywhere in a website to show your directory so you can integrate it into your current site.

 

I've set up a page called links.php in my catalog file and then another one in my includes/languages/english

 

I created these from pages already being used for oscommerce and have managed to set them up to call right my only problem is on the one in my english file

 

define('TEXT_INFORMATION', ' WHAT DO I PUT HERE TO CALL ANOTHER PAGE ');

 

the page I need to call is located at links/include_categories.php in the catalog file.

 

TIA for any advice you may have for me.

Posted

I figured it out.

 

On the links.php page in the catalog file I put the following

 

<?php require('links/include_categories.php'); ?>

 

on line 60 and it worked perfectly. So pretty much that makes it so I don't need a page in the english file at all.

 

here is the link if you want to see what I was trying to do.

http://www.trinketsntreasures.us/links.php

Archived

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

×
×
  • Create New...