Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Pages Unlimited problem?


kanata_82

Recommended Posts

Problem 1:

in my URL if i clicked on the frontend:

FILENAME_INFORMATION in link instead of information.php

 

problem 2:

after i added a information page I get a blank page, If I refreshed it (click on a menu item) then I can see the information page i made. It is working, but how can I fix that blank page?

 

problem 3:

If i click on "welcome message", I see only (No items found) and a Cancel button? How can I fix this?

 

My software:

STS

Ultimate SEO URLS

OScommerce RC2A

IPU 2.05

 

Dennis,

Link to comment
Share on other sites

Problem1 Fix:

Erik,

You need edit 'application_top.php' to define the variable 'FILENAME_INFORMATION' to the location of your 'information.php' file.

 

Your can do this by adding the following code to your 'catalog/includes/application_top.php' file.

 

/* Information Unlimited - Start */

 

define('FILENAME_INFORMATION', 'information.php');

 

/* Information Unlimited - End */

 

 

HTH (Hope this Helps),

Tony

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...