Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Featured Products on RC1


yoyoman

Recommended Posts

Posted

I have done a fresh install of the current OSC RC1 and tried to install featured products contribution ... all is well in admin and the featured product box appears in the left colum but the The new products box is unchanged in the main body area

 

now i have used this contribution on my own site and it works a treat .. i have gone over the installation 5 times now and i cant see the problem

 

any ideas would really help me keep some hair on my head as im pulling out more with every attempt

cheers in advance

 

Richie

Posted
I have done a fresh install of the current OSC RC1 and tried to install featured products contribution ... all is well in admin and the featured product box appears in the left colum but the The new products box is unchanged in the main body area

 

now i have used this contribution on my own site and it works a treat .. i have gone over the installation 5 times now and i cant see the problem

 

any ideas would really help me keep some hair on my head as im pulling out more with every attempt

cheers in advance

 

Richie

It appears you did not make the changes to your index.php file.

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Posted

do you mean this ? as that is done and i have checked it many times

 

In /catalog/includes/languages/english/index.php, add the following lines right after the line "define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');"

 

define('TABLE_HEADING_FEATURED_PRODUCTS', 'Featured Products');

define('TABLE_HEADING_FEATURED_PRODUCTS_CATEGORY', 'Featured Products in %s');

Posted
do you mean this ? as that is done and i have checked it many times

 

In /catalog/includes/languages/english/index.php, add the following lines right after the line "define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');"

 

define('TABLE_HEADING_FEATURED_PRODUCTS', 'Featured Products');

define('TABLE_HEADING_FEATURED_PRODUCTS_CATEGORY', 'Featured Products in %s');

 

Nope. I mean the catalog/index.php file.

 

I can only speak for my version of the contribution. If you are using someone elses then you are on your own. :blink:

 

Step 13:

Edit /catalog/index.php and change the two instances of FILENAME_NEW_PRODUCTS to FILENAME_FEATURED:

 

FIND (two instances of this occurs, both must be changed):

 

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

 

Change to:

 

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

Bill Kellum

 

Sounds Good Productions

STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE

Posted

You where correct thanks a million cant see how i missed that thanks omce again now on to the next problem ;)

Archived

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

×
×
  • Create New...