Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help me get it back please


Get-Wireless 2

Recommended Posts

Posted

Hi, When I first setup my store some time ago I removed the new_products box from the main page. I would now like to get it back as I would like to install this Contribution

 

I thought all I did was comment out this line from index.php

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

How ever that does not bring back my new products box :(

 

Can some nice people help me figure this and point me in the driection of which files to look at and what I should be looking for.

 

Thanks

Posted
anyone please?

 

I am guesing the problem doesnt lie with the index.php pages as I have just uploaded some from a stock install and it still doesnt show. Not sure what I have to do to get this to work pleeeeeeeeease some one help me :'(

Posted

It could be that the file is missing. Take a look in the modules directory to see if it is there or, if it is, change

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

to

<td><?php require(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

You may have the configure set up wrong.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Posted
It could be that the file is missing. Take a look in the modules directory to see if it is there or, if it is, change
<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

to

<td><?php require(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

You may have the configure set up wrong.

 

Jack

 

Thanks for the attempt jack alas it still not there :(

 

I have the new_products.php in the modules folder

 

I am guessing its nothing to do with the index.php files as I replaced both of these from a stock install

Posted

ahaha I seem to have sorted it, I just copied the new_products.php file over from my stock install and now it seems to work :D

Archived

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

×
×
  • Create New...