Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "Next" and "Previous" navigation in products_new.php


scissorbabe

Recommended Posts

Posted

How do I remove the "Next" and "Previous" navigation in products_new.php ?

 

Do I need to edit this piece of code?

 

<?php

if (($products_new_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) {

?>

Posted

How do I remove the "Next" and "Previous" navigation in products_new.php ?

 

Do I need to edit this piece of code?

 

<?php

if (($products_new_split->number_of_rows > 0) && ((PREV_NEXT_BAR_LOCATION == '2') || (PREV_NEXT_BAR_LOCATION == '3'))) {

?>

 

Hi,

 

Normaly you can do this in the admin under Product Listing

Just set the Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both) to 0

 

although this will also remove for certain add ons you will need to check if this is what you want!

 

John

To improve is to change; to be perfect is to change often.

 

Posted

Hi,

 

many thanks, that does remove the new products navigation. Unfortunately it also removes it from the categories. For some reason my client wants to limit the amount of new products shown on the products_new.php page to 3 & wants me to remove the navigation to the other new products.

 

Is there a time limit to how long a product is considered a new product? At the moment I have 120 in my new store.

Archived

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

×
×
  • Create New...