Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Featured Products Problem


Guest

Recommended Posts

I am using Loaded 5 and am using the Featured Product module. Everything seemed to be okay until I added more than six (6) featured products. It now randomly displays only six (6) featured products.

 

It there a way to display more than six (6)?

 

Thanks in advance for your help!

 

Thomas

Link to comment
Share on other sites

Steve,

 

Thanks, I found the lines and made the changes!! :D

 

Thomas

 

Just add this code to your /catalog/includes/application_top.php

 

define('MAX_DISPLAY_FEATURED_PRODUCTS', '12');

 

Just change the number as needed.

Link to comment
Share on other sites

  • 2 weeks later...
Steve,

 

Thanks, I found the lines and made the changes!! :D

 

Thomas

 

Just add this code to your /catalog/includes/application_top.php

 

define('MAX_DISPLAY_FEATURED_PRODUCTS', '12');

 

Just change the number as needed.

 

Your welcome!! :D :D

Steve

-------------------------

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...