![]() |
Changing the "Sort by" options
Hello,
When looking at product, at the top of the page there is Sort by : SKU Product Price Default I'm trying to remove "Default" options. Also, I want 'SKU' to read Style Number I've looked in the main/search_sort_by template, and it kind of looks like these values are read from a table? I looked at the tables in the database, and nothing is making sense. Any help would be appreciated. Thanks! |
Re: Changing the "Sort by" options
Look at the very top of include/search.php, this bunch of code:
"productcode" => func_get_langvar_by_name("lbl_sku"), "title" => func_get_langvar_by_name("lbl_product"), "price" => func_get_langvar_by_name("lbl_price"), "orderby" => func_get_langvar_by_name("lbl_default") remove this line to get rid of the 'default' option: "orderby" => func_get_langvar_by_name("lbl_default") 'SKU' is a language variable, so you can change that in your languages area. |
Re: Changing the "Sort by" options
How can i make the Product link be the active sort after hiding the Default? Thanks!
|
Re: Changing the "Sort by" options
General Settings/Appearance Options:
Select the order in which products should be displayed within a category: |
Re: Changing the "Sort by" options
oh duh! Thanks!
|
Re: Changing the "Sort by" options
Quote:
This will be as stupid as stupid can be as far as questions are concerned. Where do I find the include/search.php file? |
Re: Changing the "Sort by" options
^ Using an FTP program.
|
Re: Changing the "Sort by" options
Thanks!!! I feel a whole lot less stupid.
|
Re: Changing the "Sort by" options
I'm looking to sort my products by importance- is that possible? Ie to have them come up in a list with the most important products first and then their accessories and other products later. Any ideas?
|
All times are GMT -8. The time now is 02:47 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.