Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new products


sw33tas

Recommended Posts

Posted

hi guys

i cant get more than 6 new products to display on my main page.

 

I have uped it to ulimited in the configuration maxium values but it wont change.

 

 

Can anyone help me out please? can i change something in the new_products.php or something?

 

 

Thanks,

Ryan

Posted

Go to your file: includes/modules/new_products.php

 

Find the query: $new_products_query

 

Look what it says at the end of the query, the part that says:

order by p.products_date_added desc limit " . MAX_DISPLAY_NEW_PRODUCTS);

 

Do you have the same "limit" (MAX_DISPLAY_NEW_PRODUCTS) or maybe a number (6) there?

 

EDIT: I would really do something about security, before starting to worry about things like this. Read the pinned security topics

Archived

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

×
×
  • Create New...