Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to sort by model - ONLY


SyCoDeath

Recommended Posts

Posted

Hi there,

 

This may sound like a stupid question, i have looked but unable to find anything.

 

I want to sort my products on my site to be by "Model" by DEFAULT, not any other option.

 

Also, how do i remove the option of sorting by nyt other means when a customer comes to my products page...

 

I have used "The Product Name+ remove "+", Getting rid of the "+" in the description" to remove the links, but i need it to be sorted by Model - the lowest

 

Thanks in advance, help is greatly appreciated

 

Craig

Posted
Hi there,

 

This may sound like a stupid question, i have looked but unable to find anything.

 

I want to sort my products on my site to be by "Model" by DEFAULT, not any other option.

 

Also, how do i remove the option of sorting by nyt other means when a customer comes to my products page...

 

I have used "The Product Name+ remove "+", Getting rid of the "+" in the description" to remove the links, but i need it to be sorted by Model - the lowest

 

Thanks in advance, help is greatly appreciated

 

Craig

 

index.php

 

You are looking for all code between the brackets of ..

 

} elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) {

// EVERYTHING HERE

}

 

 

Search for ORDER BY and make your changes

Archived

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

×
×
  • Create New...