plus minus gleich
toggle
toggle

Sort product attributes in product order page oscommerce

User Rating: / 0
PoorBest 

Most of you might have noticed in your Oscommerce Catalog that Attributes for every products don't come up in sorted order. Which looks very awkward. There's a simple modification to get rid of it.

 

1. Edit product_info.php file under your catalog's main folder.

2. Search for

""""" $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'"); """"""""

 

 

3. Replace with

""""""" $products_options_query = tep_db_query("select pov.products_options_values_id, pov.products_options_values_name, pa.options_values_price, pa.price_prefix, pa.products_attributes_id from " . TABLE_PRODUCTS_ATTRIBUTES . " pa, " . TABLE_PRODUCTS_OPTIONS_VALUES . " pov where pa.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pa.options_id = '" . (int)$products_options_name['products_options_id'] . "' and pa.options_values_id = pov.products_options_values_id and pov.language_id = '" . (int)$languages_id . "'" . " order by pa.options_values_price, pa.products_attributes_id");  """""""""

*** IGNORE/DONT COPY """""""""

What it actually does

1st - It sorts by price
2nd - if price is same or 0(zero) it sorts on basis of order the option was entered.

 

4. Save the page and you are done.

 

Don't forget to post your comments.



 

Add comment


Security code
Refresh

mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday20
mod_vvisit_counterYesterday86
mod_vvisit_counterThis week313
mod_vvisit_counterLast week794
mod_vvisit_counterThis month1052
mod_vvisit_counterLast month3109
mod_vvisit_counterAll days4420

We have: 1 guests online
Your IP: 38.107.191.91
 , 
Today: Mar 10, 2010
Featured Links:

Gallery

No images

Categories